sniper          Sat Dec  6 05:48:57 2003 EDT

  Modified files:              
    /php-src/ext/standard       proc_open.c 
  Log:
  fix proto
  
Index: php-src/ext/standard/proc_open.c
diff -u php-src/ext/standard/proc_open.c:1.18 php-src/ext/standard/proc_open.c:1.19
--- php-src/ext/standard/proc_open.c:1.18       Fri Dec  5 08:48:40 2003
+++ php-src/ext/standard/proc_open.c    Sat Dec  6 05:48:56 2003
@@ -15,7 +15,7 @@
    | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
    +----------------------------------------------------------------------+
  */
-/* $Id: proc_open.c,v 1.18 2003/12/05 13:48:40 wez Exp $ */
+/* $Id: proc_open.c,v 1.19 2003/12/06 10:48:56 sniper Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -444,7 +444,7 @@
 };
 /* }}} */
 
-/* {{{ proto resource proc_open(string command, array descriptorspec, array &pipes [, 
string cwd [, array env] [, array other_options]])
+/* {{{ proto resource proc_open(string command, array descriptorspec, array &pipes [, 
string cwd [, array env [, array other_options]]])
    Run a process with more control over it's file descriptors */
 PHP_FUNCTION(proc_open)
 {

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

Reply via email to