summaryrefslogtreecommitdiffstats
path: root/398.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-27 09:57:25 +0100
committerRemi Collet <remi@php.net>2025-11-27 09:57:25 +0100
commite227e90efc5fb7adecda5213209bc5e2804a3425 (patch)
tree5a78f84fd7f78be42923a680c2a0581d71ba5dac /398.patch
parentebbfcb32a06f58440a1e1bdb34aacc58ef0f54d8 (diff)
update to 3.2.17RC1HEADmaster
add pie virtual provides drop patches merged upstream
Diffstat (limited to '398.patch')
-rw-r--r--398.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/398.patch b/398.patch
deleted file mode 100644
index 117abd2..0000000
--- a/398.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From c7fe8aad3d7894bb85f5a189eba60dec9203950d Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Wed, 30 Jul 2025 11:38:30 +0200
-Subject: [PATCH] use Zend/zend_smart_string.h
-
----
- src/php7/php_igbinary.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/php7/php_igbinary.h b/src/php7/php_igbinary.h
-index 07312b76..d64c3702 100644
---- a/src/php7/php_igbinary.h
-+++ b/src/php7/php_igbinary.h
-@@ -32,7 +32,11 @@ ZEND_END_MODULE_GLOBALS(igbinary)
- #include "TSRM.h"
- #endif
-
-+#if PHP_VERSION_ID < 70200
- #include "ext/standard/php_smart_string.h"
-+#else
-+#include "Zend/zend_smart_string.h"
-+#endif
-
- /** Module init function. */
- PHP_MINIT_FUNCTION(igbinary);