moriyoshi               Sat Jul 12 02:54:03 2003 EDT

  Modified files:              
    /php-src/ext/standard       proc_open.c 
  Log:
  Oops, this is not needed though.
  
  
Index: php-src/ext/standard/proc_open.c
diff -u php-src/ext/standard/proc_open.c:1.13 php-src/ext/standard/proc_open.c:1.14
--- php-src/ext/standard/proc_open.c:1.13       Sat Jul 12 02:50:32 2003
+++ php-src/ext/standard/proc_open.c    Sat Jul 12 02:54:03 2003
@@ -15,7 +15,7 @@
    | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
    +----------------------------------------------------------------------+
  */
-/* $Id: proc_open.c,v 1.13 2003/07/12 06:50:32 moriyoshi Exp $ */
+/* $Id: proc_open.c,v 1.14 2003/07/12 06:54:03 moriyoshi Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -740,7 +740,6 @@
        if (pipes != NULL) {
                zval_dtor(pipes);
        }
-       MAKE_STD_ZVAL(pipes);
        array_init(pipes);
 
        /* clean up all the child ends and then open streams on the parent



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to