|
Posted by kkadrese on 05/11/07 16:54
hello group,
I have RHEL4 with Apache2 and php4.3.9. How to enable domxml?
phpinfo() does not have a section called domxml.
I don't know why it is not here. What should I copy, write in conf
file smth like that, but, please, I don't think I can recompile php?
I tried to install php-domxml-4.3.9-3.x86_64.rpm, it failed because
php= 4.3.9-3 is needed. Tried php-4.3.9-3.x86_64.rpm, it seems that I
have 4.3.9-3.1.
<?php
$domxml = domxml_open_file("test.xml");
?>
produces
PHP Fatal error: Call to undefined function: domxml_open_file()
in ...
Andra.
[Back to original message]
|