ID: 27546
Updated by: [EMAIL PROTECTED]
Reported By: markus dot reinhardt at wsl dot ch
-Status: Open
+Status: Bogus
Bug Type: Apache2 related
Operating System: Solaris 9
PHP Version: 4.3.4
New Comment:
You're using atleast a couple of extensions (gettext and mcrypt most
likely) that are not thread safe. Tip: Don't use MPM.
Previous Comments:
------------------------------------------------------------------------
[2004-03-10 01:59:49] markus dot reinhardt at wsl dot ch
Description:
------------
Apache 2 processes die when restarting and PHP module is loaded. Occurs
only with Apache 2 mpm worker. See also bugs #17414 and #24567. Apache
2 mpm prefork is o.k.
Apache 2 version: 2.0.48
PHP configure:
configure --with-apxs2=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--with-openssl=/usr/local/ssl \
--with-oci8=/usr/local/app/oracle/product/prog92 \
--enable-sigchild \
--with-gettext \
--with-xml \
--with-mcrypt \
--with-pear \
--with-ldap \
--with-imap=/usr/local/imap-2002e \
--with-imap-ssl
Reproduce code:
---------------
Apache error_log: [notice] seg fault or similar nasty error detected in
the parent process
Expected result:
----------------
Apache shouldn't die.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27546&edit=1