Re: [PHP-DEV] apache2 sapi uninitialized content-length value

2004-02-05 Thread Doru Petrescu
On Thu, 2004-02-05 at 14:27, Jani Taskinen wrote: > I don't remember seeing any patch..nor do I see one now.. > And what exactly is the problem you see that the patch fixes? Here it is again ... Is there a problem with the archive from 20 Nov 2003 ?!?!? > On Thu, 5 Feb 2004, Doru Pe

Re: [PHP-DEV] apache2 sapi uninitialized content-length value

2004-02-05 Thread Jani Taskinen
I don't remember seeing any patch..nor do I see one now.. And what exactly is the problem you see that the patch fixes? --Jani On Thu, 5 Feb 2004, Doru Petrescu wrote: > > >Hi, > >some time ago I sent a patch to fix this uninitialized variable in the >apache2 sapi code. all

[PHP-DEV] apache2 sapi uninitialized content-length value

2004-02-05 Thread Doru Petrescu
Hi, some time ago I sent a patch to fix this uninitialized variable in the apache2 sapi code. all other SAPIs DO initialize it, so I figured out it is something that should be corrected. I see neither php-5.0.0B3 nor php-4.3.5RC2 implement this. Can someone comment on this ? Was my 2 line pat