Benjamin Yates wrote:

>>Bug description:  Apache PHP Module cannot seem to handle large amounts of
>>
> output
> 
>>Note: this seems to be the same problem as #14222, but I can't seem to
>>
> 
>  (my origignal bug was #14358 btw)
> 
>   i have this same problem, and i have E_ALL errors on, and i've never had
> this error in my logs (i just checked)... i ran the example script he gave
> on apache 1.3.23-cvs & php4-cvs.  it is certainly the same problem i have.

> 
>   how did you get it to log that error?



I guess you are talking about memory exhaust error message, right?
You must enable memory limit with --enable-memory-limit.
You also better to enable debug with --enable-debug while bug hunting.

Make sure you log errors to file and check both Apache and PHP logs.

> 
>   the same thing happens with both the apache & apache2 sapis - cgi works
> fine.  is it hasty to say that it's a scripting engine issue and not a sapi
> issue?  or is memory management different under the apache environment...


I'm not interested in CGI SAPI much. This is just my guess. It may be 
related to output buffering, CGI SAPI may not be using body write 
function defined in output.c. Anyone?

 
>   i would love to work on this problem but i really have no idea where to
> get started...  i can't even produce that log message you have.


That's great if you could sort out these problems described in bug
reports. There are bugs that seems to be a duplicate of this bug.

Regards,

-- 
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to