php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12795 php-4.0.7RC1: make error
Submitted: 2001-08-16 11:27 UTC Modified: 2001-08-18 17:07 UTC
From: colin at easydns dot com Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0.6 OS: rh 7.2
Private report: No CVE-ID: None
 [2001-08-16 11:27 UTC] colin at easydns dot com
./configure \
--with-mysql=/usr/local \
--disable-pear \
--enable-track-vars \
--enable-debug \
--disable-magic-quotes \
--enable-ftp \
--with-gettext \
--with-xml \
--with-dom \
--enable-wddx \
--with-curl \
--with-pgsql \
--with-zlib \
--enable-versioning \
--enable-sockets \
--with-openssl \
--with-snmp \
--with-readline \
--with-mcrypt

...

php_domxml.c: In function `php_xpathptr_eval':
php_domxml.c:2719: `XPATH_XSLT_TREE' undeclared (first use in this function)
php_domxml.c:2719: (Each undeclared identifier is reported only once
php_domxml.c:2719: for each function it appears in.)
make[3]: *** [php_domxml.lo] Error 1
make[3]: Leaving directory `/usr/local/sources/php-4.0.7RC1/ext/domxml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/sources/php-4.0.7RC1/ext/domxml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/sources/php-4.0.7RC1/ext'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-18 14:07 UTC] sniper@php.net
This is cause by too old libxml version. 
Now waiting for replies what whether we require
newer version or not.

--Jani

 [2001-08-18 17:07 UTC] sniper@php.net
We require libxml 2.4.2 now. 

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC