From:             jair at uninove dot br
Operating system: Fedora Core 4
PHP version:      5.2.6
PHP Bug Type:     Apache2 related
Bug description:  Apache crashes after loading php5 module

Description:
------------
Apache 2.0.63 compiled this way:
./configure --prefix=/usr/local/httpd-2.0.63 --enable-proxy --enable-ssl
--enable-so --enable-module=shared --enable-mods-shared=most

PHP 5.2.6 compiled this way:
./configure  --prefix=/usr/local/php-5.2.6
--with-config-file-path=/etc/httpd
--with-apxs2=/usr/local/httpd-2.0.63/bin/apxs --with-mysql=/usr/local/mysql
-
-with-openssl --with-gd --enable-ftp --enable-sysvsem --enable-sysvshm
--enable-sockets --with-gettext --with-zlib --with-oci8=/opt/oracle_92/
--with-libxml-
dir --with-pear --enable-sigchild --disable-ipv6 --with-iconv
--enable-gd-native-ttf --with-png-dir --with-jpeg-dir
--with-mssql=/usr/local/freetds

When starting apache, it dies just after loading the php module:
bash-3.00# ./httpd -e debug -k start
..snip..
[debug] mod_so.c(248): loaded module php5_module
bash-3.00# 



-- 
Edit bug report at http://bugs.php.net/?id=45231&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45231&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45231&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45231&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45231&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45231&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45231&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45231&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45231&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45231&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45231&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45231&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45231&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45231&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45231&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45231&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45231&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45231&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45231&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45231&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45231&r=mysqlcfg

Reply via email to