ID: 32743
Updated by: [EMAIL PROTECTED]
Reported By: jj at intelequest dot com
-Status: Open
+Status: Bogus
Bug Type: DOM XML related
Operating System: Windows XP
PHP Version: 5.0.4
New Comment:
Not a real bug -> setting status to Bogus.
Previous Comments:
------------------------------------------------------------------------
[2005-04-18 21:38:01] jj at intelequest dot com
Yes, the problem was with my php.ini whereby I was loading the
php_domxml.dll in the extensions. Once I removed that from the
extensions and restarted the web service all was good with
instantiating that DOMDocument() object.
------------------------------------------------------------------------
[2005-04-18 21:29:52] [EMAIL PROTECTED]
Did you load php_domxml.dll instead if php_dom.dll?
------------------------------------------------------------------------
[2005-04-18 21:27:36] jj at intelequest dot com
My bad folks....
extension=php_domxml.dll
was still active and caused this issue.
I apologize for the wasted time. =(
------------------------------------------------------------------------
[2005-04-18 21:18:30] jj at intelequest dot com
k ..
took out zend extensions ..
C:\temp>php -v
PHP 5.0.4 (cli) (built: Mar 31 2005 02:45:48)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies
C:\temp>php test_xml.php
Warning: domdocument() expects parameter 2 to be long, string given in
C:\temp\test_xml.php on line 3
Fatal error: Call to undefined method domdocument::saveXML() in
C:\temp\test_xml.php on line 4
still gives an error ..
------------------------------------------------------------------------
[2005-04-18 21:14:35] [EMAIL PROTECTED]
Do not file bugs when you have Zend extensions (zend_extension=)
loaded. Examples are Zend Optimizer, Zend Debugger, Turck MM Cache,
APC, Xdebug and ionCube loader. These extensions often modify engine
behavior which is not related to PHP itself.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/32743
--
Edit this bug report at http://bugs.php.net/?id=32743&edit=1