I'm trying to understand the process for enabling an a core extension (dom) in php. When I run phpinfo, I see '--disable-dom' in the configure command. Am I supposed to re-install PHP?
The configure command only shows which options have been built directly into the PHP executable. It is still possible to provide extensions as... extensions, installable/buildable separately.
What linux version are you using? If you are using Centos, you can install dom with command:
The configure command only shows which options have been built directly into the PHP executable. It is still possible to provide extensions as... extensions, installable/buildable separately.
Try restarting apache. I think for Fedora it's
service httpd restart
centos/redhat is
As you can see here