From: php at phpee dot com Operating system: Debian Woody stable PHP version: 5.0.0b4 (beta4) PHP Bug Type: Apache related Bug description: Apache php5 module with recode support fails
Description: ------------ PHP 5.0.0b4 compiles fine with the following configuration options: ./configure --prefix=/usr/php5 --with-apxs=/usr/bin/apxs --with-config-file-path=/etc/php5/apache --disable-rpath --enable-memory-limit --enable-debug --with-layout=GNU --with-pear=/usr/share/php --enable-calendar --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-track-vars --enable-trans-sid --enable-bcmath --with-bz2 --enable-ctype --with-db2 --enable-dba --with-iconv --enable-exif --enable-filepro --enable-ftp --enable-dbase --with-gettext --enable-mbstring --with-pcre-regex --enable-shmop --enable-sockets --enable-wddx --enable-tokenizer --with-expat-dir=/usr --enable-yp --with-zlib --with-zlib-dir=/usr --with-openssl=/usr --with-exec-dir=/usr/lib/php5/libexec --disable-static --with-curl --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-freetype-dir --with-ming --with-gmp --with-mhash --with-mm --with-mysql --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-pgsql=/usr --with-snmp --enable-ucd-snmp-hack --with-ttf --with-xsl --with-flatfile --with-inifile --with-sqlite --with-xmlrpc --with-mcal --with-ldap=/usr --with-imap=/usr/src/imap-2002e/ --with-recode Recode support compiles without any errors but it crashes Apache (1.3.26). httpd.conf: LoadModule php5_module /usr/lib/apache/1.3/libphp5.so Apache doesn't give me any error output, it just fails right after starting up and doesn't write anything into error.log/syslog or any other log. If I remove --with-recode, all works fine with the above ./configuration options. AFAIK this was working in 500b3. Actual result: -------------- I can't get any gdb backtrace as I'm not even able to startup apache. -- Edit bug report at http://bugs.php.net/?id=27260&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27260&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27260&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27260&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27260&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27260&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27260&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27260&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27260&r=support Expected behavior: http://bugs.php.net/fix.php?id=27260&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27260&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27260&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27260&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27260&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27260&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27260&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27260&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27260&r=float