Bug 104419

Summary: php SEGV if enabled on reload
Product: Red Hat Enterprise Linux 3 Reporter: Joe Orton <jorton>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-02 15:00:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 101028    

Description Joe Orton 2003-09-15 13:02:18 UTC
Description:
PHP segfaults if loaded only on a reload.

php-4.3.2-8.ent
httpd-2.0.46-20.ent

Steps to Reproduce:
# cd /etc/httpd/conf.d
# mv php.conf php.conf.off
# service httpd start
# mv php.conf.off php.conf
# service httpd reload
# GET http://localhost/whatever.php

Actual results:
server SEGV

Expected results:
No segfault

Workaround:
Use
# service httpd restart

Comment 1 Oliver Jones 2004-09-13 23:39:04 UTC
This may be related to bug #132488.

Comment 2 Joe Orton 2005-03-02 15:00:51 UTC
This is a consequence of the logic to check for post_config hook
second-pass.