[PHP-DEV] PHP 4.0 Bug #8894: Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash From: pcory <email protected>
Date: 01/24/01

From: pcory <email protected>
Operating system: Red Hat Linux 6.2
PHP version: 4.0.4pl1
PHP Bug Type: Apache related
Bug description: Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash

When I upgraded to 4.0.4p1 from 4.0.4 using the apxs mechanism, Apache (1.3.14) started crashing. I have both mod_perl and mod_php loading as DSOs.

Swapping the load order of mod_php and mod_perl in the httpd.conf file, so that mod_php loaded first, solved the problem (at least for the moment).

LoadModule php4_module libexec/libphp4.so
LoadModule perl_module libexec/libperl.so

and

AddModule mod_php4.c
AddModule mod_perl.c

-- 
Edit Bug report at: http://bugs.php.net/?id=8894&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>