Hello,
PHP seems to crash randomly with Apache 2.0.49. I made clean installs of both Apache 2.0.48 and 2.0.49 and I recompiled PHP from a clean state both times and there is no problem with 2.0.48. I know this is a pretty useless bug report but I don't know where to look for more details. The application running behind is really complex and pushes PHP in several ways but the apache server seems to die while there is no one using it. If you tell me what kind of details to search for to find the cause of the bug I will be glad to help. This are the only entries in the apache logs that seem to be related to this problem: [Tue Mar 30 23:00:02 2004] [notice] SIGHUP received. Attempting to restart [Tue Mar 30 23:00:02 2004] [notice] seg fault or similar nasty error detected in the parent process As the log says when this bug happens it kills the parent process, not only a kid. With other kind of bugs I got segmentation faults but they didn't killed the main Apache process. System is debian woody and here is PHP config line: ./configure --prefix=/usr/local --with-config-file-path=/usr/local/lib --enable-cli --disable-cgi --with-apxs2=/usr/local/bin/apxs --enable-sockets --with-zlib --without-dom-xslt --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-ttf --with-freetype --with-zlib-dir --with-pgsql=/usr/local --enable-memory-limit --enable-mbstring --enable-zend-multibyte --without-pear --disable-tokenizer --enable-xml --with-libxml-dir=/usr/local --enable-simplexml --with-libxml-dir=/usr/local --enable-dom --with-libxml-dir=/usr/local --enable-posix --disable-ctype --with-mime-magic Regards