I downloaded and installed PHP 5 on a linux machine. For some reason I
am getting "Fatal error: Call to undefined function domxml_open_fil e()"
when loading a php file that uses that function. This seems to indicate
that the DOM functions are missing/not installed properly.
I did configure with the --with-dom option.
Here is the phpinfo():
Any suggestions on what could be wrong and what the fix is?
Thanks,
Eric
am getting "Fatal error: Call to undefined function domxml_open_fil e()"
when loading a php file that uses that function. This seems to indicate
that the DOM functions are missing/not installed properly.
I did configure with the --with-dom option.
Here is the phpinfo():
Any suggestions on what could be wrong and what the fix is?
Thanks,
Eric
Comment