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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
30 - 3 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 11:01:30 2024 UTC