From: spam2 at rhsoft dot net Operating system: Fedora 7 PHP version: 5CVS-2007-07-21 (snap) PHP Bug Type: Apache2 related Bug description: Since some days php 5.2.4-dev does not work on fedora
Description: ------------ Since some days the snapshot-builds from source under fedora 7 does produce a white page with HTTP-Status 500 and without any messages in logfiles. I have built it every second day and now it will not run, the cli semms to work normal If i use the 5.2.3-sources with the same build--script all works perfect Reproduce code: --------------- export CFLAGS="-O3 -march=i686 -mcpu=i686 -mtune=i686 -mmmx -msse3 -fopenmp" export CXX=gcc export CXXFLAGS="-O3 -march=i686 -mcpu=i686 -mtune=i686 -mmmx -msse3 -fopenmp" export PHP_PREFIX="/usr" # In den Source-Folder wechseln cd /data/development/src/php/ # Config-Cache falls vorhanden entfernen und aufräumen um Probleme zu vermeiden rm -f ./config.cache > /dev/null make clean > /dev/null # Configure-Optionen setzen ./configure \ --with-apxs2=/usr/sbin/apxs \ --with-pear=/usr/share/pear \ --build=i686-redhat-linux-gnu \ --host=i686-redhat-linux-gnu \ --target=i686-redhat-linux-gnu \ --prefix=$PHP_PREFIX \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-debug \ --disable-rpath \ --disable-ipv6 \ --disable-dba \ --without-odbc \ --without-unixODBC \ --without-gdbm \ --enable-inline-optimization \ --enable-exif \ --enable-ftp \ --enable-sockets \ --enable-yp \ --enable-wddx \ --enable-memory-limit \ --enable-calendar \ --enable-mbstring \ --enable-soap \ --enable-bcmath \ --enable-gd-native-ttf \ --enable-zip \ --with-readline \ --with-libdir=lib \ --with-config-file-path=/etc \ --with-exec-dir=/usr/bin \ --with-freetype-dir=/usr \ --with-png-dir=/usr \ --with-jpeg-dir=/usr \ --with-expat-dir=/usr \ --with-pcre-regex=/usr \ --with-libxml-dir=/usr \ --with-mysql=/usr/local/mysql \ --with-mysql-sock=/var/lib/mysql \ --with-mysqli \ --with-curl \ --with-gettext \ --with-iconv \ --with-openssl \ --with-png \ --with-bz2 \ --with-zlib \ --with-layout=GNU \ --with-xml \ --with-xmlrpc \ --with-mssql \ --with-pgsql \ --with-pdo-mysql \ --with-pdo-pgsql \ --with-pdo-sqlite \ --with-tidy \ --with-mcrypt \ --with-mhash \ --with-gd \ --with-ttf \ --with-kerberos \ --with-ldap \ --with-imap \ --with-imap-ssl \ && make \ && strip .libs/libphp5.so \ && strip sapi/cli/php \ && sudo make install \ && sudo /sbin/service httpd restart # Aufräumen make clean > /dev/null rm -f ./config.cache > /dev/null Expected result: ---------------- a running apache-module Actual result: -------------- a white page -- Edit bug report at http://bugs.php.net/?id=42059&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=42059&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=42059&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=42059&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=42059&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=42059&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=42059&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=42059&r=needscript Try newer version: http://bugs.php.net/fix.php?id=42059&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=42059&r=support Expected behavior: http://bugs.php.net/fix.php?id=42059&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=42059&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=42059&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=42059&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=42059&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=42059&r=dst IIS Stability: http://bugs.php.net/fix.php?id=42059&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=42059&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=42059&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=42059&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=42059&r=mysqlcfg
