ID: 27260 Updated by: [EMAIL PROTECTED] Reported By: php at phpee dot com -Status: Open +Status: Bogus Bug Type: Apache related Operating System: Debian Woody stable PHP Version: 5.0.0b4 (beta4) New Comment:
RTFM: http://www.php.net/recode (is this SO hard to do..?) Previous Comments: ------------------------------------------------------------------------ [2004-02-15 07:24:50] [EMAIL PROTECTED] You can make a backtrace just fine, just start apache in single process mode (-X) from within GDB. ------------------------------------------------------------------------ [2004-02-15 06:53:45] php at phpee dot com 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 this bug report at http://bugs.php.net/?id=27260&edit=1