jani            Fri Aug 31 07:43:37 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/main       SAPI.h 
  Log:
  MFH: ws
  
http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.h?r1=1.114.2.1.2.2&r2=1.114.2.1.2.3&diff_format=u
Index: php-src/main/SAPI.h
diff -u php-src/main/SAPI.h:1.114.2.1.2.2 php-src/main/SAPI.h:1.114.2.1.2.3
--- php-src/main/SAPI.h:1.114.2.1.2.2   Mon Jan  1 09:36:10 2007
+++ php-src/main/SAPI.h Fri Aug 31 07:43:37 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.h,v 1.114.2.1.2.2 2007/01/01 09:36:10 sebastian Exp $ */
+/* $Id: SAPI.h,v 1.114.2.1.2.3 2007/08/31 07:43:37 jani Exp $ */
 
 #ifndef SAPI_H
 #define SAPI_H
@@ -107,9 +107,9 @@
        char *current_user;
        int current_user_length;
 
-    /* this is necessary for CLI module */
-    int argc;
-    char **argv;
+       /* this is necessary for CLI module */
+       int argc;
+       char **argv;
        int proto_num;
 } sapi_request_info;
 

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

Reply via email to