summaryrefslogtreecommitdiffstats
path: root/741.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-02 08:24:00 +0100
committerRemi Collet <remi@php.net>2025-12-02 08:24:00 +0100
commit58a4ef8fe34cfdc1d1518ff5ff6af897ecd37f36 (patch)
tree5d14679456b721e6708be301a2280e92e951fe21 /741.patch
parentf1dd469759ccfc0ba151f41b4cd93fd29896c052 (diff)
update to 3.8.1HEADmaster
drop patch merged upstream
Diffstat (limited to '741.patch')
-rw-r--r--741.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/741.patch b/741.patch
deleted file mode 100644
index 9b76e05..0000000
--- a/741.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From b6b4f1270b2d5082aeaa1364e077e7e95b8af34f Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Wed, 30 Jul 2025 12:13:51 +0200
-Subject: [PATCH] use Zend/zend_smart_string.h
-
----
- imagick.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/imagick.c b/imagick.c
-index c5f2c40b..68e63e13 100644
---- a/imagick.c
-+++ b/imagick.c
-@@ -24,7 +24,9 @@
- #include "php_imagick_helpers.h"
- #include "php_imagick_shared.h"
-
--#if PHP_VERSION_ID >= 70000
-+#if PHP_VERSION_ID >= 70200
-+#include "Zend/zend_smart_string.h"
-+#elif PHP_VERSION_ID >= 70000
- #include "ext/standard/php_smart_string.h"
- #else
- #include "ext/standard/php_smart_str.h"