php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7716 Can't complile with libxml 2.2.7
Submitted: 2000-11-09 04:58 UTC Modified: 2000-11-09 09:32 UTC
From: remi dot perrot at alcove dot fr Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0.3pl1 OS: Linux (debian potato)
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: remi dot perrot at alcove dot fr
New email:
PHP Version: OS:

 

 [2000-11-09 04:58 UTC] remi dot perrot at alcove dot fr
$./configure --with-dom ....
$make
php_domxml.c: In function `php_minit_domxml':
php_domxml.c:162: `XML_GLOBAL_NAMESPACE' undeclared (first use in this function)
php_domxml.c:162: (Each undeclared identifier is reported only once
php_domxml.c:162: for each function it appears in.)

if you look in include/libxml/tree.h you can see:
 * XML_GLOBAL_NAMESPACE is now deprecated for good
 * xmlNsType is unified with xmlElementType
 */

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-09 09:32 UTC] sniper@php.net
Fixed in CVS already. Grab the latest snapshot from
http://snaps.php.net or wait for PHP 4.0.4 to be released.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Mar 11 07:01:30 2025 UTC