From: herps at raqtweak dot com Operating system: Sun/Cobalt RAQ550 / RedHat 7.x PHP version: 4.3.2 PHP Bug Type: Apache related Bug description: a --with-xml won't load apache
Description: ------------ OK, first things first. I use a SRPM to compile PHP, so I can reinstall it on all my servers easily... This SRPM worked fine until PHP 4.3.1, but it started causing problems (xml) since 4.3.2. Note, I ASO TRIED MANUAL, NON SRPM!!! SAME PROBLEM!!! Here is the configure I use ============================== ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --enable-mbstr-enc-trans --enable-track-vars --enable-calendar --enable-ctype --enable-versioning --with-readline --enable-mbstring --enable-wddx=shared --enable-mm=shared --enable-mbregex --enable-shmop --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-versioning --with-readline --disable-debug --enable-safe-mode --with-exec-dir=/usr/bin --with-regex=system --with-gettext=/usr --enable-trans-sid --enable-ftp --enable-inline-optimization --with-pgsql --with-zlib-dir=/usr/lib --enable-safe-mode --with-config-file-path=/etc/httpd --enable-magic-quotes --enable-apc --with-iconv --with-gd --enable-gd-imgstrttf --enable-gd-native-ttf --with-db3 --with-interbase=shared --with-mysql --with-pgsql=shared --with-ldap-dir=/usr --with-imap-dir=/usr --with-curl=shared --with-pdflib=/usr --with-mcrypt --with-png-dir=/usr/lib --with-jpeg-dir=/usr/lib --with-ttf --with-ttf=/usr/lib/libttf.so --enable-xslt --with-xslt-sablot --with-expat-dir=/usr --with-sablot-js=/usr --with-xml --enable-xml --with-dom --with-xml2 --enable-xml2 ============================== Now, when I REMOVE "--with-xml --enable-xml --with-dom --with-xml2 --enable-xml2" it will work fine. The issue lies in --with-xml/--enable-xml, I tested that... It's NOT domxml or xml2. Again, this started with version 4.3.2 My XML versions [root /root]# rpm -qa | grep xml libxml10-1.0.0-2 libxml-1.8.7-1 libxml-devel-1.8.7-1 libxml2-2.5.7-1 libxml2-devel-2.5.7-1 "/etc/rc.d/init.d/httpd restart" (apache 1.3.20) loads fine, not really a problem, shows no errors, but a "ps aux" shows no httpd process and apache is not on (no site will show) Once again, the SAME configuration, using 4.3.1 WORKS... Please advice. -- Edit bug report at http://bugs.php.net/?id=24841&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=24841&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=24841&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=24841&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24841&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24841&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24841&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24841&r=support Expected behavior: http://bugs.php.net/fix.php?id=24841&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24841&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24841&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24841&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24841&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24841&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24841&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24841&r=gnused