Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PHP 5.3, 5.4 and 5.5
Date: Thu, 02 Jan 2014 15:28:56
Message-Id: 52C585B0.5000608@gentoo.org
In Reply to: [gentoo-user] PHP 5.3, 5.4 and 5.5 by Tanstaafl
1 On 01/02/2014 07:46 AM, Tanstaafl wrote:
2 > Hi all,
3 >
4 > I have a VM running in the cloud that has an old web/php app (10+ years
5 > old, believe it or not), that still runs fine on apache 2.2.25, but I
6 > pinned php to 5.3 some time ago.
7 >
8 > Does anyone see any big potential gotchas (major changes) with php 5.4,
9 > or even 5.5, if I were to upgrade it?
10 >
11
12 If it runs *cleanly* on PHP 5.3, then it will be fine with PHP 5.5.
13 Enable all warnings with PHP 5.3 and see what it tells you.
14
15 A number of things were removed between 5.3 and 5.5, but you will be
16 warned about them in 5.3.
17
18 * http://us1.php.net/manual/en/migration54.incompatible.php
19
20 * http://us1.php.net/manual/en/migration55.incompatible.php