From: kukester at csh dot rit dot edu Operating system: SunOS 5.9 PHP version: 4.3.4 PHP Bug Type: PHP options/info functions Bug description: --with-dom=[DIR] missing from phpinfo()
Description: ------------ The --with-dom=[dir] part of my configuration command does not appear in the phpinfo() configure command. This means that if I rebuild using the listed command I lose dom support and get confused. SEE BUG #7317 for a similar problem. Reproduce code: --------------- './configure' '--with-apxs=/web/servers/apache/sbin/apxs' '--wi th-config-file-path=/web/servers/apache/conf' '--with-gettext' '--with-imap=/usr /local/c-client' '--with-mysql=/usr/local' '--with-pgsql=/usr/local' '--with-zli b=/usr' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-inlin e-optimization' '--enable-ftp' '--enable-xml' '--enable-yp' '--with-gd' '--with- png-dir=/usr/local' '--with-zlib-dir=/usr/local' '--with-freetype-dir=/usr/local ' '--with-snmp' --with-dom=/usr/local Expected result: ---------------- './configure' '--with-apxs=/web/servers/apache/sbin/apxs' '--with-config-file-path=/web/servers/apache/conf' '--with-gettext' '--with-imap=/usr/local/c-client' '--with-mysql=/usr/local' '--with-pgsql=/usr/local' '--with-zlib=/usr' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-inline-optimization' '--enable-ftp' '--enable-xml' '--enable-yp' '--with-gd' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr/local' '--with-freetype-dir=/usr/local' '--with-snmp' '--with-dom=/usr/local' Actual result: -------------- ./configure' '--with-apxs=/web/servers/apache/sbin/apxs' '--with-config-file-path=/web/servers/apache/conf' '--with-gettext' '--with-imap=/usr/local/c-client' '--with-mysql=/usr/local' '--with-pgsql=/usr/local' '--with-zlib=/usr' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-inline-optimization' '--enable-ftp' '--enable-xml' '--enable-yp' '--with-gd' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr/local' '--with-freetype-dir=/usr/local' '--with-snmp' ***MISSING --with-dom...*** -- Edit bug report at http://bugs.php.net/?id=27262&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27262&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27262&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27262&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27262&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27262&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27262&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27262&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27262&r=support Expected behavior: http://bugs.php.net/fix.php?id=27262&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27262&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27262&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27262&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27262&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27262&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27262&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27262&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27262&r=float