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
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:
26 + 41 = ?
Subscribe to this entry?

 
 [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: Thu Mar 28 09:01:26 2024 UTC