-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Expected behaviour
No errors
Actual behaviour
php: /usr/local/include/php/Zend/zend_hash.h:715: zend_hash_str_update_ptr: Assertion `(*(zv)).value.ptr' failed.
002+ Aborted (core dumped)
003+
004+ Termsig=6
I'm seeing this behaviour on
- OS: Ubuntu/Alpine
- Redis: alpine:latest
- PHP: 8.4aplha1
- phpredis: 6.1.0 RC1
Steps to reproduce, backtrace or example script
script:
$redis = new RedisCluster(null, array('redis-node-1:xxxx', 'redis-node-2:xxxx', 'redis-node-3:xxxx'));
$redis->set("Foo", "bar");
$redis->get("Foo");
$redis->close();
I've checked
issue doesnt exists for PHP 8.3
- There is no similar issue from other users
- Issue isn't fixed in
develop
branch --> not fixed in 6.1.0RC1
Metadata
Metadata
Assignees
Labels
No labels