On November 13th 2014, the PHP group released PHP 5.4.35.
4 security-related bugs were fixed in this release, including the fix for CVE-2014-3710. 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.5.8
- pecl_http 1.7.6
- pinba (master)
- redis 2.2.5
- spplus 1.1
- ssh2 0.12
- xcache 3.2.0
- xdebug 2.2.6
- xhprof 0.9.4
- zendopcache 7.0.3
As usual, please read the ChangeLog before upgrading and be sure to use to the latest packages before reporting any issue.
2 replies on “PHP 5.4.35, for Wheezy and Squeeze”
Hi Guillaume,
Thanks for dotdeb, it’s really cool !
First question ever.
Wonder if you could help.
Running into trouble on debian 7 wheezy amd64, dotdeb php 5.4.35 (this package).
Have installed SOgo server package, (depends on debian wheezy 7), it fails to startup, it cannot find libmemached.so.10.
Doing a search on debian.org, it says memcached 2.2.0 (in this release) only provides libmemcached.so.11 (from debian sid).
Here are the symlinks.
/usr/lib/libmemcached.so.11
(points to libmemcached.so.11.0.0)
/usr/lib/libmemcached.so.5
(points to libmemcached.so.5.0.0)
Question, how would you fix this ?
Would it be safe to download libmemcached10_1.0.8-1_amd64.deb directly from packages.debian.org and install alongside libmemcached.so.11?
Don’t want to break operating system, nor memcached, if possible.
Hi!
Can you add “php-pecl-uuid” please