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?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
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. |
|||
|
|
|
centos/redhat is
As you can see here
|
|||
|