Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] PHP experts


There was one more thing. 

My php3 "document contains no data" error also caused segfaults 
that killed off the apache children processes forcing apache to 
spawn new ones (noted in the apache error_log.)

Hope your problem goes away soon.

Sonam


Sonam Chauhan wrote:
> 
> Roland Turner wrote:
> > message somewhere. In the extreme case, the web browser pops up a
> > dialogue saying "Document contains no data". Perhaps the designers of
> > PHP, bearing the special needs of beginners in mind, took inspiration
> =================================================================
> We experienced webpage crashes on php3 pages that used the eregi
> family of functions. This was found to be related to php's regular expression
> handling. It was fixed by changing the Php compilation script to use this switch
>    "--with-system-regex"