I am trying to install DOM extension in CentOS. Extension Got installed with Dependency with below command and Then I have restarted service.
yum install php-xml
sudo service httpd restart
but when I am looking in phpinfo()
it is not reflecting and i am getting this runtime error
I have tried some other related answer too but did not get so far. please let me know if i am missing something here Thanks in advance
After multiple tried for the issue. I found out that I have to restart php-fpm where as i was restarting httpd and and other services
sudo systemctl restart php-fpm