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?
feedback
|
|
What linux version are you using? If you are using Centos, you can install dom with command:
| |||||
feedback
|
|
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. | |||
|
feedback
|
|
centos/redhat is
As you can see here
| |||
feedback
|