FS#68801 - [php-redis] php-redis needs to be compiled against new Redis version

Attached to Project: Community Packages
Opened by Max Pray (synthead) - Monday, 30 November 2020, 19:50 GMT
Last edited by David Runge (dvzrv) - Tuesday, 01 December 2020, 15:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When attempting to load php-redis, I get this error:

PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/modules/redis.so (/usr/lib/php/modules/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/modules/redis.so.so (/usr/lib/php/modules/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

The latest official PKGBUILD works verbatim if built and installed.

Additional info:
* php-redis 5.3.2-1, php 7.4.13-1

Steps to reproduce:

1. Install php-redis
2. Use "extension=redis.so" in a php.ini
3. Attempt to load PHP with php.ini from step 2.
4. Observe the error listed in this bug.
This task depends upon

Closed by  David Runge (dvzrv)
Tuesday, 01 December 2020, 15:11 GMT
Reason for closing:  Not a bug
Additional comments about closing:  PHP modules are included via:

extension=<name>

Do not add the .so extension, otherwise you will get that error.

Loading...