[Pkg-php-pecl] Bug#789596: Bug#789596: php5-redis 2.2.5-1 stable causes segfault in php5-fpm - fix available in 2.2.7

Jonas Genannt genannt at debian.org
Sat Jul 4 09:17:30 UTC 2015


Hello Michael,

> When calling hSet() a segfault is triggered. Only seems to affect PHP 5.6. We’re using
> Debian 8 with PHP5.6 FPM.

I have tried it with Jessie:

php -v
PHP 5.6.9-0+deb8u1 (cli) (built: Jun  5 2015 11:03:27) 

php5-redis
	2.2.5-1

My Test-script connects to a Redis running on localhost also Jessie:

<?php

$redis = new Redis();

$redis->connect('localhost');

$redis->hSet('h', 'key1', NULL);
echo "<br/>";
echo "OK";
echo "<br/>";
echo "<br/>";

$redis->hSet('h', 'key1', 'bar');
echo "<br/>";
echo "OK";


I don't get any segfault. What PHP Version are you running on Jessie? Did you tried the
latest 5.6.9-0+deb8u1?

Greets,
	Jonas



More information about the Pkg-php-pecl mailing list