Advert
Fatal error: Class ‘DOMDocument’ not found
To solve this perform the following: yum install php-xml
Read MoreFatal 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...
Read MoreSet timezone in .htaccess for PHP
To set the timezone in .htaccess you can use the following code: php_value date.timezone...
Read MoreInstall Memcached on Fedora 14 in the Rackspace Cloud
This will install the latest stable version of Memcached on Fedora 14 in the Rackspace Cloud. yum install memcached nano -w...
Read Morestrtotime with UK date
Had a problem today where using strtotime was not working with UK Dates DD/MM/YY Using the following code though fixed it: $date =...
Read More