aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2023-07-12 13:41:50 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2023-07-12 13:41:50 +0000
commitd3acc2daf535c754a0173bffb08dd1cfb28f5df7 (patch)
tree277b2bb42ea15e5684273be7dee300a60847fd3e
parente85832720f02bd37c3f9ebe5e97ae648798b6922 (diff)
downloadports-d3acc2daf535c754a0173bffb08dd1cfb28f5df7.tar.gz
ports-d3acc2daf535c754a0173bffb08dd1cfb28f5df7.zip
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
-rw-r--r--databases/pecl-redis/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pecl-redis/Makefile b/databases/pecl-redis/Makefile
index 59c9120a5630..57d9a2dba39e 100644
--- a/databases/pecl-redis/Makefile
+++ b/databases/pecl-redis/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redis
PORTVERSION= 5.3.7
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= daniel@blodan.se