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
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:
14 - 7 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 23:01:34 2024 UTC