summaryrefslogtreecommitdiff
path: root/lang/php72/files/patch-Zend_zend__hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php72/files/patch-Zend_zend__hash.c')
-rw-r--r--lang/php72/files/patch-Zend_zend__hash.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php72/files/patch-Zend_zend__hash.c b/lang/php72/files/patch-Zend_zend__hash.c
deleted file mode 100644
index 7e17e8e14ddf..000000000000
--- a/lang/php72/files/patch-Zend_zend__hash.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- Zend/zend_hash.c.orig 2017-12-13 20:23:18 UTC
-+++ Zend/zend_hash.c
-@@ -1543,7 +1543,7 @@ ZEND_API void ZEND_FASTCALL zend_hash_ap
- }
-
-
--ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_args, ...)
-+ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_args, ...)
- {
- uint32_t idx;
- Bucket *p;