From 110daa81c3b11ec102daf4ee634e2f3d2e9c5f36 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 8 Dec 2022 21:08:38 +0100 Subject: Portability improvements for PHP8.2 --- src/sp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_utils.c') diff --git a/src/sp_utils.c b/src/sp_utils.c index 42f7871..3107f77 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -473,7 +473,7 @@ void unhook_functions(HashTable *ht) { func->internal_function.handler = orig_handler; } (void)idx;//silence a -Wunused-but-set-variable - ZEND_HASH_FOREACH_END_DEL(); + ZEND_HASH_FOREACH_END(); } bool check_is_in_eval_whitelist(const char* function_name) { -- cgit v1.3