]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Wed, 8 Sep 2010 09:11:18 +0000 (09:11 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 8 Sep 2010 09:11:18 +0000 (09:11 +0000)
ext/standard/proc_open.c

index 6f4d88e942d5ad6a33432c21388aa9c540f18143..3916bcccf00399b11fc804af4e4ac04f6a9a0ae2 100644 (file)
@@ -119,7 +119,7 @@ static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent
                }
 
                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 @@ static void proc_open_rsrc_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC)
        }
 
 #ifdef PHP_WIN32
-
        WaitForSingleObject(proc->childHandle, INFINITE);
        GetExitCodeProcess(proc->childHandle, &wstatus);
        FG(pclose_ret) = wstatus;