[Solved] PHP Upgrade from version 5.1.6 [closed]
When you are upgrading php, you install the whole package from scratch, i.e new versions are not applied incrementally. So, you do not need to go from 5.1 to 5.2 to 5.3, upgrade to the desired version directly (I recommend using php 5.4). The php.net site is also very helpful when doing upgrades, you can … Read more