[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 php4/

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

2001-03-23 Thread Zeev Suraski
Ah, so that's ok to wait for 4.0.6 then... At 13:31 23/3/2001, Ben Mansell wrote: >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 silen

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 L

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

2001-03-23 Thread Zeev Suraski
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) Zeev At 12:57 23/3/2001, Ben Mansell wrote: >On Thu, 22 Mar 2001, Derick Rethans wrote: > > > On Thu, 22 Mar 2001, Ben Mansell wrote: > > > > > joostersThu Mar 2

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,

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

2001-03-22 Thread Derick Rethans
On Thu, 22 Mar 2001, Ben Mansell wrote: > joosters Thu Mar 22 10:48:51 2001 EDT > > Modified files: > /php4/sapi/fastcgifastcgi.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 N

[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 was