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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 23 12:01:31 2024 UTC