FreeBSD Bugzilla – Attachment 243341 Details for
Bug 272451
databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during call of Redis::pconnect()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround for "Arginfo / zpp mismatch during call of Redis::pconnect()"
pecl-redis.diff (text/plain), 944 bytes, created by
Vladimir Druzenko
on 2023-07-11 13:20:53 UTC
(
hide
)
Description:
Workaround for "Arginfo / zpp mismatch during call of Redis::pconnect()"
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2023-07-11 13:20:53 UTC
Size:
944 bytes
patch
obsolete
>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 >diff --git a/databases/pecl-redis/files/patch-redis.c b/databases/pecl-redis/files/patch-redis.c >new file mode 100644 >index 000000000000..68a2dc1488f4 >--- /dev/null >+++ b/databases/pecl-redis/files/patch-redis.c >@@ -0,0 +1,12 @@ >+--- redis.c.orig 2022-02-15 18:25:22 UTC >++++ redis.c >+@@ -154,6 +154,9 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_pconnect, 0, 0, 1) >+ ZEND_ARG_INFO(0, host) >+ ZEND_ARG_INFO(0, port) >+ ZEND_ARG_INFO(0, timeout) >++ ZEND_ARG_INFO(0, persistent_id) >++ ZEND_ARG_INFO(0, retry_interval) >++ ZEND_ARG_INFO(0, read_timeout) >+ ZEND_END_ARG_INFO() >+ >+ ZEND_BEGIN_ARG_INFO_EX(arginfo_mget, 0, 0, 1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 272451
: 243341