php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27262 --with-dom=[DIR] missing from phpinfo()
Submitted: 2004-02-15 11:20 UTC Modified: 2004-02-15 12:25 UTC
From: kukester at csh dot rit dot edu Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.3.4 OS: SunOS 5.9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kukester at csh dot rit dot edu
New email:
PHP Version: OS:

 

 [2004-02-15 11:20 UTC] kukester at csh dot rit dot edu
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...***

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-15 12:25 UTC] sniper@php.net
Get fresh sources and reconfigure. (or do 'make clean ; rm config.cache' before running configure again)

This is autoconf feature. Nothing to do with PHP.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC