Archive | PHP RSS feed for this section

Upgrade from PHP 5.1.x to PHP 5.3.x – PHP 51 to 53 in CentOS

CentOS comes out of the box with PHP 5.1.x which is not secure and is no longer supported.  To upgrade all you need to do is the following. This tutorial is for CentOS 5.6. 1. Stop the Apache Web Server: # service httpd stop   2. Remove the 5.1.x PHP Packages: # yum remove php php-*   3. [...]

Leave a comment Continue Reading →