Categories
PHP

PHP 7.0.12 for Jessie

On October 13th 2016, the PHP group published PHP 7.0.12.

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.12 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 (Careful, PHP 7 support from some of them is still very young!).

3 replies on “PHP 7.0.12 for Jessie”

Can someone help me solve php-fpm write problem on multiuser server, so php-fpm can write via directory owners user, everything works with the same user from cli php -r “mkdir(__DIR__.’uploads’);”, but it doesn’t from web. My proof of same user: http://pastebin.com/CwFkXiKR; my apache virtualhost conf: http://paste.debian.net/884233/; my pool.d conf: http://paste.debian.net/884234/; additional info: http://pastebin.com/XMMi5yXj; nothing related in /var/log/syslog if I set permissions 777 to whole directory it uploads files creates dir, but as www-data

And I have these http://paste.debian.net/884267/ packages installed, what should I do now?

Comments are closed.