php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7485 xmltree() function is not defined.
Submitted: 2000-10-26 13:26 UTC Modified: 2000-11-15 13:55 UTC
From: kenny at yellowzone dot com Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0.3pl1 OS: Redhat Linux 7.0
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: kenny at yellowzone dot com
New email:
PHP Version: OS:

 

 [2000-10-26 13:26 UTC] kenny at yellowzone dot com
The xmltree() function is supported in the previous
php version: 4.0.2 if libxml 2-2.2.4 is included 
during compile with a setting: 
--with-dom=[DIR] option. But seems it is no longer
avaiable in 4.0.3pl1. After compile and install 
apache, you will get this error message:

Fatal error:  Call to undefined function:  xmltree() in
....

when you access a page contains xmltree() function.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-27 04:32 UTC] lyric@php.net
Please check the results of phpinfo() to make sure that XML support has made it into your php executable.
 [2000-11-15 13:55 UTC] sniper@php.net
No feedback. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 09:01:31 2024 UTC