ID: 40493 User updated by: rick at revenew dot nl Reported By: rick at revenew dot nl -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: debian sarge (stable) PHP Version: 4.4.5 New Comment:
I am not quite sure what code is causing this. But we had at least 25 websites that were having this problem on 2 different servers. So it seems like some major bug to me... I rolled back both servers to 4.4.4, because we need to keep our service up offcourse. Will be testing on a development later. I compiled php by hand with the following options: ./configure --prefix=/usr/local/php-4.4.5 --sysconfdir=/etc/php4/apache --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --with-config-file-path=/etc/php4/apache --enable-inline-optimization --with-bz2 --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-openssl --with-png --with-regex=system --with-ftp --with-zlib --enable-bcmath --enable-magic-quotes --enable-sockets --with-mysql=/usr --with-xml --enable-calendar --enable-dbx --enable-dbase --with-apxs=/usr/bin/apxs --enable-exif --enable-ftp --with-dom --with-pspell --with-t1lib --with-gettext --enable-mbstring --with-ldap --with-imap=/usr/local/imap-2004g --with-mcrypt Previous Comments: ------------------------------------------------------------------------ [2007-02-15 09:16:48] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. ------------------------------------------------------------------------ [2007-02-15 09:10:23] rick at revenew dot nl Description: ------------ I upgraded to 4.4.5 from 4.4.5 on two of our servers. One 32bit system and one 64bit system. We host multiple sites on both servers. On both servers php 4.4.5 segfaults apache (1.3) with about half of the sites (not all). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40493&edit=1