I am getting this error in PHP
in server Fatal Error (E_ERROR): Class 'XMLWriter' not found
. we are using Cent OS 6
After exploring some sites, we found that we need to install php55w-xml-5.5.24-1.w6.x86_64.rpm. But the link is not working, I am not able to get this package. we are using PHP 5.5.24
. We can not upgrade our PHP because of dependency with other products.Can we resolve this error without upgrading the PHP
. Thanks !!!
UPDATE: we are using https://rollbar.com/ for error handing.
yum install php-xml
? – Czernyyum install php-xml
from command line? – Czernyphp55w-xml-5.5.24-1.w6.x86_64
is obsoleted. But we can not update the PHP version due to dependency with other codes – Armadillophp55w-xml-5.5.24-1.w6.x86_64.rpm
but can not find it in any archive. If possible, please share url for this package. – Armadillo