Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2023 13:42:21 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d3acc2daf535 - main - databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during call of Redis::pconnect()
Message-ID:  <202307121342.36CDgLIN059497@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d3acc2daf535c754a0173bffb08dd1cfb28f5df7

commit d3acc2daf535c754a0173bffb08dd1cfb28f5df7
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2023-07-12 13:41:50 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2023-07-12 13:41:50 +0000

    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
---
 databases/pecl-redis/Makefile | 1 +
 1 file changed, 1 insertion(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307121342.36CDgLIN059497>