On January 22nd 2015, the PHP group released PHP 5.4.37.
Six security-related bugs were fixed in this release, including CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232. All PHP 5.4 users are encouraged to upgrade to this version.
The corresponding packages are now available on Dotdeb :
- for Debian 7 “Wheezy” and Debian 6 “Squeeze”,
- on both amd64 and i386 architectures.
The following modules have been packaged too :
- APC 3.1.13
- apcu 4.0.7
- ffmpeg 0.6.0 (Squeeze only)
- gearman 0.8.3
- geoip 1.0.8
- imagick 3.1.2
- memcache 3.0.8
- memcached 2.2.0
- mongo 1.6.1
- pecl_http 1.7.6
- pinba (master)
- redis 2.2.5
- spplus 1.1
- ssh2 0.12
- xcache 3.2.0
- xdebug 2.2.7
- xhprof 0.9.4
- zendopcache 7.0.4
As usual, please read the ChangeLog before upgrading and be sure to use to the latest packages before reporting any issue.
7 replies on “PHP 5.4.37, for Wheezy and Squeeze”
Bonjour, je viens de faire la mise à jour, et j’ai un problème avec PECL qui va installer les extensions sans l’ancien PHP /usr/lib/php5/20090626+lfs/
Si vous avez une idée ?
merci d’avance
@xav : pouvez-vous m’expliquer plus en détails votre problème et me fournir davantage d’information quant à votre environnement : http://localhost:8080/2012/08/24/how-to-post-useful-bug-reports/
Merci
@Guillaume
Merci pour votre réponse rapide, j’ai trouvé la solution entre temps !!! (j’ai bien cherché avant, mais le fait de l’exprimer et de sortir le nez du terminal …)
Il faut bien s’assurer de mettre à jour le package php-dev avec apt. Sinon au moment de compiler, PECL prend l’ancienne version (!) et installe mal l’extension.
Donc un grand merci pour fournir ces packages à jour. Il me reste à migrer mes app qui sont pas toujours super compatible php54 …
@xav : entendu. Bon courage.
Hi, Guillaume!
We love and use you repository for different versions of PHP on day to day basics. Thanks for providing it!
Can you, please, backport following patch https://bugs.php.net/bug.php?id=62382 to 5.4, 5.5 and 5.6? That fixes quite a nasty problem, that breaks all the accounting on php-fpm environments.
@BaT : yes, it will be included in the next upstream versions of PHP, in around 2 weeks from now.
Finally! That’s a great news!