ZF-7504: Unable to introspect a PHP class using Zend_Amf_Adobe_Introspector if php_domxml.dll extension is enabled
Description
Enabling the php_domxml.dll extension by uncommenting it in php.ini file makes the Zend_Amf_Adobe_Introspector fail.
The following error is thrown:
Warning: domdocument::domdocument() expects parameter 2 to be long, string given in C:\xampp\htdocs\ZendFramework\library\Zend\Amf\Adobe\Introspector.php on line 71
Fatal error: Call to undefined method domdocument::createElement() in C:\xampp\htdocs\ZendFramework\library\Zend\Amf\Adobe\Introspector.php on line 98
Comments
Posted by Stanislav Malyshev (stas) on 2009-09-06T11:04:24.000+0000
If I understand correctly, domxml is a PHP 4 extension and isn't supported in php 5, being replaced with DOM. Where this extensions comes from?
Posted by Matthew Weier O'Phinney (matthew) on 2010-02-01T08:58:45.000+0000
No feedback from reporter; closing.