Topic: Warning: segmentation faults with php-redis 3.1.0

The php-redis 3.1.0 builds have some quite serious issues which I have seen causing seg faults in different PHP 7.0/7.1 and CentOS 6/7 environments (see refs).

Apparently this is due to be addressed in 3.1.1 but be aware that the last unbroken version is 3.0.0 and this is no longer available in the Remi repo for EL7/PHP71 (currently it is still available in EL6 and PHP70 repos).

Be careful if you're updating and use Redis for sessions!

Refs (can only post 1 link!):

Github phpredis/phpredis/issues/1076
Github phpredis/phpredis/issues/1062
http://www.dragonbe.com/2016/12/session … redis.html

Re: Warning: segmentation faults with php-redis 3.1.0

The build in EL7/PHP71  (3.1.0-2) includes the fix for the session wink


P.S. and old versions are always available in the archive store

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Warning: segmentation faults with php-redis 3.1.0

BTW, for safety, I have restored 3.0.0 in stable repository, and move 3.1.0 in test (so people will be able to downgrade online).

3.1.1RC1 should be released tomorrow, and will be in testing repo.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Warning: segmentation faults with php-redis 3.1.0

Hi Remi

3.1.0-2 still segfaults for me. Thanks for putting 3.0.0 back into stable, and good to know about the archive store, thank you!

Chris

Re: Warning: segmentation faults with php-redis 3.1.0

If you can give a try to 3.1.1RC2 (in remi-php70-test, remi-php71-test for base packages and remi-test for SCL packages)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi