[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-03-22 Thread Ben Mansell
joostersThu Mar 22 10:54:51 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: Fix a bug with POST requests. If the Content-Type header wasn't present, we were setting SG(request_info).content_type to NULL, instead of an empty string. This wa

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-03-07 Thread Jani Taskinen
sniper Wed Mar 7 05:24:12 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: Fixed the help for other options too. Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.98 php4/sapi/cgi/cgi_main.c:1.99 --- php4/sapi/cgi/cgi_main.c:1.

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-03-05 Thread Jani Taskinen
sniper Mon Mar 5 07:08:36 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: Fix help text for -f Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.97 php4/sapi/cgi/cgi_main.c:1.98 --- php4/sapi/cgi/cgi_main.c:1.97 Sun Mar 4

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-03-04 Thread Jani Taskinen
sniper Sun Mar 4 17:26:36 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: Can't output any error messages if there isn't any function initialized to do it.. # Bug report: #7650 Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-03-03 Thread Zeev Suraski
zeevSat Mar 3 17:08:47 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: whitespace fix Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.95 php4/sapi/cgi/cgi_main.c:1.96 --- php4/sapi/cgi/cgi_main.c:1.95 Mon Feb 26 10:

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:07:07 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: php_register_command_line_global_vars only needs file scope. Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.92 php4/sapi/cgi/cgi_main.c:1.93 --- php4

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/servlet servlet.c

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:05:01 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c /php4/sapi/servlet servlet.c Log: Neither the CGI nor the Servlet SAPI module call syslog, so remove references to the syslog include files. Index: php4/sapi/cgi/cgi_