On January 19th 2017, the PHP group published PHP 7.0.15.
This is a security release. Several security bugs were fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version.
Packages of PHP 7.0.15 are now available for Debian 8 “Jessie” on amd64 and i386 architectures, along with the following PECL extensions : APCu, APCu_bc, geoip, igbinary, imagick, memcached, mongodb, msgpack, redis, ssh2 and xdebug.
I’ll detail the plan for PHP 7.1 in a future post.
5 replies on “PHP 7.0.15 for Jessie”
Thanks! Upgraded smoothly.
Looking forward to PHP7.1 distro!
Hello, can I install php7.0-fpm packages maintaining the Jessie’s php5-fpm? Both working on the same time?
@Aven : yes, you can
Maybe not your problem but PHP’s, but since this upgrade, getting segfault on some Drupal cron tasks:
segfault at 50 ip 00007fd41912b8f4 sp 00007ffd25be1910 error 4 in pdo_mysql.so[7fd419127000+6000]
Seems related to this change: https://marc.ttias.be/php-commits/2016-09/msg00251.php
(the exception message there about malformed server packet, is what I see in debug log.). Beware if you run Drupal with PHP 7 as it may affect you too. Did not occur on 7.0.14-1~dotdeb+8.1
Hello @Guillaume Plessis
I know you’ve been busy. But wanted to ask, if there is a plan to add gearman extension?
Thank you