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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC