From c22a99058db7d1749c2bd895be0efdd343376c05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Oct 2025 12:11:34 +0200 Subject: test build for upcoming 6.3.0RC1 --- 2677.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 2677.patch (limited to '2677.patch') diff --git a/2677.patch b/2677.patch deleted file mode 100644 index 57d9da4..0000000 --- a/2677.patch +++ /dev/null @@ -1,22 +0,0 @@ -From f20f46525ff36cce29d61ae074c416b4673d3bd8 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Wed, 30 Jul 2025 13:29:27 +0200 -Subject: [PATCH] use Zend/zend_smart_string.h - ---- - common.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/common.h b/common.h -index 57e2903b81..7a7ee67b6a 100644 ---- a/common.h -+++ b/common.h -@@ -11,7 +11,7 @@ - #include - #include - #include --#include -+#include - - #define PHPREDIS_GET_OBJECT(class_entry, o) (class_entry *)((char *)o - XtOffsetOf(class_entry, std)) - #define PHPREDIS_ZVAL_GET_OBJECT(class_entry, z) PHPREDIS_GET_OBJECT(class_entry, Z_OBJ_P(z)) -- cgit