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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC