How To Upgrade PHP to PHP53 On CentOS

Author: , August 22nd, 2011

To get mcrypt installed, read this post: http://www.ericmichaelstone.com/?p=4702

How To Install mcrypt For PHP53 On CentOS

Author: , August 12th, 2011

To get mcrypt support for PHP 5.3, compile and install just the mcrypt extension. First, get the prerequisites:

Download the php source code from php.net, for example:

Now, cd to the proper place and follow these steps:

Create the configuration file for MCrypt /etc/php.d/mcrypt.ini containing:

Restart apache:

Create a file […]