php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14854 xmldoc() undefined with domxml apparently enabled
Submitted: 2002-01-04 13:25 UTC Modified: 2002-01-04 13:43 UTC
From: lcb at freemail dot it Assigned:
Status: Not a bug Package: DOM XML related
PHP Version: 4.1.0 OS: Windows98
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: lcb at freemail dot it
New email:
PHP Version: OS:

 

 [2002-01-04 13:25 UTC] lcb at freemail dot it
The line

   $doc?=?xmldoc($xml); // (line 26)

(where $xml is a string containing a valid xml 
document) raises a fatal error:

"Fatal error: Call to undefined function:  xmldoc() in
d:\...\class.xmltemplate.php on line 26"

I'm running PHP 4.1.0 as an Apache module with Apache 
1.3.22 on Win98 (but I was experiencing the same problem 
with PHP 4.0.6 and Apache 1.3.14). All the required dlls 
(libxml2.dll, iconv-1.3.dll) have been copied to the system 
directory, and phpinfo() tells me that DOMXML is enabled 
(with libxml 2.4.1).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-04 13:43 UTC] mfischer@php.net
Please ask support questions at php-general@lists.php.net
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC