summaryrefslogtreecommitdiffstats
path: root/yaf-php83.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-01 08:22:21 +0200
committerRemi Collet <remi@php.net>2024-07-01 08:22:21 +0200
commitdaa4c27a0b47880983c48cc47fc84aacc9d9f0a9 (patch)
tree3978b3f63d3173d20d8f7cc2d19cabb3f5b54713 /yaf-php83.patch
parente9587cc8e70e43f1c52a8e3a3d5755096ff34c23 (diff)
cleanup
Diffstat (limited to 'yaf-php83.patch')
-rw-r--r--yaf-php83.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/yaf-php83.patch b/yaf-php83.patch
deleted file mode 100644
index fc12b81..0000000
--- a/yaf-php83.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 866f31e4916214dcafacbf2bb5035b6c046095aa Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Thu, 14 Sep 2023 13:15:59 +0200
-Subject: [PATCH] ZEND_HOT removed in 8.3
-
----
- php_yaf.h | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/php_yaf.h b/php_yaf.h
-index 3585421..9cd6e3a 100644
---- a/php_yaf.h
-+++ b/php_yaf.h
-@@ -260,6 +260,11 @@ static zend_always_inline uint32_t yaf_compose_2_pathes(char *buf, zend_string *
- }
- #endif
-
-+/* removed in 8.3 */
-+#ifndef ZEND_HOT
-+#define ZEND_HOT
-+#endif
-+
- /*
- * Local variables:
- * tab-width: 4
---
-2.41.0
-