diff options
Diffstat (limited to 'lang/php71/files/patch-Zend_zend__hash.h')
-rw-r--r-- | lang/php71/files/patch-Zend_zend__hash.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php71/files/patch-Zend_zend__hash.h b/lang/php71/files/patch-Zend_zend__hash.h deleted file mode 100644 index ba3f8fd157fd..000000000000 --- a/lang/php71/files/patch-Zend_zend__hash.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Zend/zend_hash.h.orig 2017-12-13 20:15:42 UTC -+++ Zend/zend_hash.h -@@ -138,7 +138,7 @@ ZEND_API void ZEND_FASTCALL zend_hash_gr - ZEND_API void ZEND_FASTCALL zend_hash_graceful_reverse_destroy(HashTable *ht); - ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func); - ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *); --ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...); -+ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...); - - /* This function should be used with special care (in other words, - * it should usually not be used). When used with the ZEND_HASH_APPLY_STOP |