Categories
PHP

PHP 5.6.15 for Wheezy

On October 29th 2015, the PHP group released PHP 5.6.15.

Several bugs have been fixed. All PHP 5.6 users are encouraged to upgrade to this version.

PHP 5.6.15 packages are now available for Debian 7 “Wheezy”, on both amd64 and i386 architectures, in ZTS and non-ZTS (default) flavors, along with the usual PECL extensions.

9 replies on “PHP 5.6.15 for Wheezy”

Salut,
Je suis en train de faire une nouvelle install serveur et j’avais besoin de zts pour un nouveau projet donc je me suis tourné vers dotdeb.
Installation d’apache en 2.4.10, installation de php en 5.6 et pourtant impossible de restart apache :

apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: undefined symbol: unixd_config

D’après ce que j’ai regardé, le problème se produit normalement avec PHP 5.2 et Apache 2.4 (le plus souvent, c’est lors d’une migration de 2.2 vers 2.4 à cause des changements qui ont eu lieu sur l’API.

@Thormug : les paquets PHP 5.6 fournis par Dotdeb sont pour Debian Wheezy, et par conséquent mod_php est compilé pour le Apache 2.2 de Wheezy, qui est incompatible avec ta version 2.4.

2 solutions s’offrent à toi, je pense :
– rétrograder en Apache 2.2
– utiliser Apache 2.4 avec PHP-FPM

Ok d’accord Merci beaucoup, je vais retrograder en Apache 2.2 pour l’instant. Est-ce qu’une version de PHP7-ZTS Jessie est prévue ? Comme ça on upgrade tout au même moment ^^.

I’ve updated a Debian Wheezy server to use dotdeb’s 5.6 version — that server used stock 5.4 before. Now squirrelmail won’t work. Is OpenSSL compiled in to your version of php? Is there any other reason why this might be failing?

It turns out that PHP5.6 does work with Squirrelmail (SM). I had to install my own root certificate in Debian, activate it and reconfigure SM so that it used the real mail server’s FQDN instead of localhost (even on the same machine).

Bonjour, j’ai voulue faire une update de php 5.4 vers 5.6 mais il y a un problème:
apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/mods-enabled/php5_cgi.load: No such file or directory.
j’ai bien apache 2.22
j’ai chercher sur le net https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1204561 mais il ne dise pas comment faire :/
j’ai pas envie de faire une réinstallation de tout apache et php XD
Merci pour votre aide 😉

Comments are closed.