On 01/02/2014 07:46 AM, Tanstaafl wrote: > Hi all, > > I have a VM running in the cloud that has an old web/php app (10+ years > old, believe it or not), that still runs fine on apache 2.2.25, but I > pinned php to 5.3 some time ago. > > Does anyone see any big potential gotchas (major changes) with php 5.4, > or even 5.5, if I were to upgrade it? >
If it runs *cleanly* on PHP 5.3, then it will be fine with PHP 5.5. Enable all warnings with PHP 5.3 and see what it tells you. A number of things were removed between 5.3 and 5.5, but you will be warned about them in 5.3. * http://us1.php.net/manual/en/migration54.incompatible.php * http://us1.php.net/manual/en/migration55.incompatible.php