]> git.pld-linux.org Git - packages/php.git/blame - php-5.2.17-bug-60120.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-5.2.17-bug-60120.patch
CommitLineData
82f6b657
ER
1diff -up php-5.2.17/ext/standard/proc_open.c.bug-60120 php-5.2.17/ext/standard/proc_open.c
2--- php-5.2.17/ext/standard/proc_open.c.bug-60120 2012-01-12 09:22:27.000000000 +0700
3+++ php-5.2.17/ext/standard/proc_open.c 2012-01-12 09:22:47.000000000 +0700
4@@ -453,7 +453,7 @@ PHP_FUNCTION(proc_get_status)
5
6 /* {{{ handy definitions for portability/readability */
7 #ifdef PHP_WIN32
8-# define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 2048L) ? 0 : -1)
9+# define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1)
10
11 # define COMSPEC_NT "cmd.exe"
12 # define COMSPEC_9X "command.com"
This page took 0.027784 seconds and 4 git commands to generate.