tony2001                Wed Oct 26 16:05:03 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/ext/standard       exec.h 
  Log:
  fix typo
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/exec.h?r1=1.15.2.1.8.1&r2=1.15.2.1.8.2&ty=u
Index: php-src/ext/standard/exec.h
diff -u php-src/ext/standard/exec.h:1.15.2.1.8.1 
php-src/ext/standard/exec.h:1.15.2.1.8.2
--- php-src/ext/standard/exec.h:1.15.2.1.8.1    Wed Oct 26 07:37:33 2005
+++ php-src/ext/standard/exec.h Wed Oct 26 16:04:57 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: exec.h,v 1.15.2.1.8.1 2005/10/26 11:37:33 tony2001 Exp $ */
+/* $Id: exec.h,v 1.15.2.1.8.2 2005/10/26 20:04:57 tony2001 Exp $ */
 
 #ifndef EXEC_H
 #define EXEC_H
@@ -32,7 +32,7 @@
 PHP_MINIT_FUNCTION(proc_open);
 
 PHPAPI char *php_escape_shell_cmd(char *);
-PHPAPI *php_escape_shell_arg(char *);
+PHPAPI char *php_escape_shell_arg(char *);
 int php_Exec(int type, char *cmd, pval *array, pval *return_value TSRMLS_DC);
 
 #define PHP_EMPTY_EXEC_PARAM { php_error_docref(NULL TSRMLS_CC, E_WARNING, 
"Cannot execute a blank command"); RETURN_FALSE; }

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

Reply via email to