[PHP-DEV] CVS update: php3/functions From: rasmus (php-dev <email protected>)
Date: 01/31/99

Date: Sunday January 31, 1999 @ 9:40
Author: rasmus

Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv16049

Modified Files:
        exec.c
Log Message:
Missing return type

Index: php3/functions/exec.c
diff -c php3/functions/exec.c:1.81 php3/functions/exec.c:1.82
*** php3/functions/exec.c:1.81 Fri Jan 1 12:59:09 1999
--- php3/functions/exec.c Sun Jan 31 09:40:14 1999
***************
*** 26,32 ****
     | Author: Rasmus Lerdorf <rasmus <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: exec.c,v 1.81 1999/01/01 17:59:09 zeev Exp $ */
  
  #ifdef THREAD_SAFE
  #include "tls.h"
--- 26,32 ----
     | Author: Rasmus Lerdorf <rasmus <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: exec.c,v 1.82 1999/01/31 14:40:14 rasmus Exp $ */
  
  #ifdef THREAD_SAFE
  #include "tls.h"
***************
*** 321,327 ****
          return cmd;
  }
  
! /* {{{ proto escapeshellcmd(string command)
     escape shell metacharacters */
  void php3_escapeshellcmd(INTERNAL_FUNCTION_PARAMETERS)
  {
--- 321,327 ----
          return cmd;
  }
  
! /* {{{ proto string escapeshellcmd(string command)
     escape shell metacharacters */
  void php3_escapeshellcmd(INTERNAL_FUNCTION_PARAMETERS)
  {

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>