jani Fri Aug 31 07:43:28 2007 UTC
Modified files:
/php-src/main SAPI.h
Log:
ws
http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.h?r1=1.119&r2=1.120&diff_format=u
Index: php-src/main/SAPI.h
diff -u php-src/main/SAPI.h:1.119 php-src/main/SAPI.h:1.120
--- php-src/main/SAPI.h:1.119 Mon Jan 1 09:29:35 2007
+++ php-src/main/SAPI.h Fri Aug 31 07:43:28 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: SAPI.h,v 1.119 2007/01/01 09:29:35 sebastian Exp $ */
+/* $Id: SAPI.h,v 1.120 2007/08/31 07:43:28 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