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

2001-03-27 Thread Ben Mansell
joostersTue Mar 27 07:16:34 2001 EDT Modified files: /php4/sapi/fastcgi fastcgi.c Log: Changed header handling; before, we were somehow losing Content-Type: text/html Index: php4/sapi/fastcgi/fastcgi.c diff -u php4/sapi/fastcgi/fastcgi.c:1.2

[PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi fastcgi.c

2001-03-27 Thread Ben Mansell
joostersTue Mar 27 08:29:45 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/sapi/fastcgi fastcgi.c Log: Changed header handling; before, we were somehow losing Content-Type: text/html Index: php4/sapi/fastcgi/fastcgi.c diff -u

Re: [PHP-CVS] cvs: php4 /sapi/fastcgi fastcgi.c

2001-03-23 Thread Ben Mansell
On Thu, 22 Mar 2001, Derick Rethans wrote: On Thu, 22 Mar 2001, Ben Mansell wrote: joostersThu Mar 22 10:48:51 2001 EDT Modified files: /php4/sapi/fastcgi fastcgi.c Log: Fix a bug with POST requests. If the Content-Type header wasn't present, we were

Re: [PHP-CVS] cvs: php4 /sapi/fastcgi fastcgi.c

2001-03-23 Thread Ben Mansell
On Fri, 23 Mar 2001, Zeev Suraski wrote: If it crashes PHP though, it may give remote users a way to attack (even though I can't really think of one in this case) No crash, but the POST data gets silently ignored. -- Ben Mansell, [EMAIL PROTECTED] Zeus Technology Ltd

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

2001-03-22 Thread Ben Mansell
joostersThu Mar 22 10:48:51 2001 EDT Modified files: /php4/sapi/fastcgi fastcgi.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

[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

[PHP-CVS] cvs: php4 / Makefile.in configure.in /sapi/fastcgi CREDITS Makefile.in README.FastCGI config.m4 fastcgi.c php.sym php_fastcgi.h

2001-03-19 Thread Ben Mansell
://www.php.net/license/2_02.txt. | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately.

[PHP-CVS] cvs: php4 / README.Zeus /sapi/isapi config.m4

2001-03-19 Thread Ben Mansell
joostersMon Mar 19 03:23:57 2001 EDT Modified files: /php4 README.Zeus /php4/sapi/isapiconfig.m4 Log: Altered README.Zeus to give instructions on building FastCGI. Changed --with-zeus configure option into --with-isapi, since its more

[PHP-CVS] cvs: php4 /sapi/isapi php4isapi.c

2001-03-07 Thread Ben Mansell
joostersWed Mar 7 02:28:00 2001 EDT Modified files: /php4/sapi/isapiphp4isapi.c Log: Added support for Zeus SSL client certificate information. Added SERVER_SIGNATURE to the environment. Submitted by: [EMAIL PROTECTED] Index:

[PHP-CVS] cvs: php4 /sapi/isapi php4isapi.c

2001-03-06 Thread Ben Mansell
joostersTue Mar 6 07:09:15 2001 EDT Modified files: /php4/sapi/isapiphp4isapi.c Log: Thread hashtable was being initialized with a size of 1! Changed to 128 as a more sensible number. # Also could change the 'expected resources' parameter from 1,

[PHP-CVS] cvs: php4 /sapi/isapi php4isapi.c

2001-02-27 Thread Ben Mansell
joostersTue Feb 27 05:29:22 2001 EDT Modified files: /php4/sapi/isapiphp4isapi.c Log: Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables for Zeus/ISAPI, so basic authenication works. Submitted by: [EMAIL PROTECTED]

[PHP-CVS] cvs: php4 /sapi/isapi php4isapi.c

2001-02-16 Thread Ben Mansell
joostersFri Feb 16 08:01:35 2001 EDT Modified files: /php4/sapi/isapiphp4isapi.c Log: Fixed non-threadsafe code: 'isapi_special_server_variables' was a static buffer, and not allocated per-connection. Bad bad bad! Index:

[PHP-CVS] cvs: php4 / README.Zeus

2001-01-24 Thread Ben Mansell
joostersWed Jan 24 10:20:36 2001 EDT Modified files: /php4 README.Zeus Log: Added 'you must use gcc' comment to build instructions. Index: php4/README.Zeus diff -u php4/README.Zeus:1.7 php4/README.Zeus:1.8 --- php4/README.Zeus:1.7Tue

[PHP-CVS] cvs: php4 / README.Zeus /sapi/isapi php4isapi.c

2001-01-16 Thread Ben Mansell
joostersTue Jan 16 02:44:52 2001 EDT Modified files: /php4 README.Zeus /php4/sapi/isapiphp4isapi.c Log: @ Support Zeus 3.3.8 Added changes to environment variable manipulations, to support Zeus 3.3.8 and increase compatibility between