Edit report at https://bugs.php.net/bug.php?id=55704&edit=1
ID: 55704 Updated by: larue...@php.net Reported by: j dot amend at gmail dot com Summary: php_flag engine off crashes apache -Status: Open +Status: Feedback Type: Bug Package: Apache2 related Operating System: Gentoo linux PHP Version: 5.4SVN-2011-09-15 (snap) Block user comment: N Private report: N New Comment: Please try using this snapshot: http://snaps.php.net/php5.4-latest.tar.gz For Windows: http://windows.php.net/snapshots/ I can not reproduce this in my environ, plz test with the svn-snap plz, thanks Previous Comments: ------------------------------------------------------------------------ [2011-09-15 20:48:23] j dot amend at gmail dot com Description: ------------ Since PHP 5.4 alpha 2 (alpha 1 still worked), apache crashes with a segmentation fault if "php_flag engine off" is anywhere in my apache configuration files. Test script: --------------- httpd.conf: ... php_flag engine off ... Expected result: ---------------- PHP is disabled in whatever context "php_flag engine off" is used. Actual result: -------------- Apache crashes with a segmentation fault, even for a configtest (apache2 -t). Program received signal SIGSEGV, Segmentation fault. 0x00007ffff04ddff9 in _zend_hash_add_or_update () from /usr/lib64/apache2/modules/libphp5.so ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55704&edit=1