zeev            Thu Aug  7 11:51:06 2003 EDT

  Modified files:              
    /php-src/ext/standard       exec.c 
  Log:
  Fix docline
  
  
Index: php-src/ext/standard/exec.c
diff -u php-src/ext/standard/exec.c:1.101 php-src/ext/standard/exec.c:1.102
--- php-src/ext/standard/exec.c:1.101   Tue Aug  5 16:15:53 2003
+++ php-src/ext/standard/exec.c Thu Aug  7 11:51:05 2003
@@ -16,7 +16,7 @@
    |         Ilia Alshanetsky <[EMAIL PROTECTED]>                             |
    +----------------------------------------------------------------------+
  */
-/* $Id: exec.c,v 1.101 2003/08/05 20:15:53 iliaa Exp $ */
+/* $Id: exec.c,v 1.102 2003/08/07 15:51:05 zeev Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -382,7 +382,7 @@
 /* }}} */
 
 /* {{{ proto string shell_exec(string cmd)
-   Use pclose() for FILE* that has been opened via popen() */
+   Execute command via shell and return complete output as string */
 PHP_FUNCTION(shell_exec)
 {
        FILE *in;



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

Reply via email to