pajoye Wed, 08 Sep 2010 09:11:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303164
Log:
- WS
Changed paths:
U php/php-src/trunk/ext/standard/proc_open.c
Modified: php/php-src/trunk/ext/standard/proc_open.c
===================================================================
--- php/php-src/trunk/ext/standard/proc_open.c 2010-09-08 08:34:57 UTC (rev
303163)
+++ php/php-src/trunk/ext/standard/proc_open.c 2010-09-08 09:11:18 UTC (rev
303164)
@@ -119,7 +119,7 @@
}
sizeenv += el_len+1;
-
+
switch (zend_hash_get_current_key_ex(target_hash, &string_key,
&string_length, &num_key, 0, &pos)) {
case HASH_KEY_IS_STRING:
if (string_length == 0) {
@@ -220,7 +220,6 @@
}
#ifdef PHP_WIN32
-
WaitForSingleObject(proc->childHandle, INFINITE);
GetExitCodeProcess(proc->childHandle, &wstatus);
FG(pclose_ret) = wstatus;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php