1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during call of Redis::pconnect()

Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3 too.
Upstream issue: https://github.com/phpredis/phpredis/issues/2041

PR:			272451
Approved by:		Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor)
Obtained from:		https://github.com/phpredis/phpredis/issues/2041
Differential Revision:	https://reviews.freebsd.org/D40984
MFH:			2023Q3
This commit is contained in:
Vladimir Druzenko 2023-07-12 16:41:50 +03:00
parent e85832720f
commit d3acc2daf5

View File

@ -1,5 +1,6 @@
PORTNAME= redis
PORTVERSION= 5.3.7
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= daniel@blodan.se