Real life problems solved

Advert

Fatal error: Class ‘XMLReader’ not found

Using XMLReader on a Fedora 14 install of PHP today gave me the error: Fatal error: Class 'XMLReader' not found

To fix it I performed the following:

yum install php-xml
service httpd restart
  • Lamboravi

    thanks, that worked for me!

Adsense