|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-03-10 03:26 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
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.