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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org