diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c index 6161859..df2f0d6 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c | |||
| @@ -448,6 +448,7 @@ void unhook_functions(HashTable *ht) { | |||
| 448 | if (func && func->type == ZEND_INTERNAL_FUNCTION && orig_handler) { | 448 | if (func && func->type == ZEND_INTERNAL_FUNCTION && orig_handler) { |
| 449 | func->internal_function.handler = orig_handler; | 449 | func->internal_function.handler = orig_handler; |
| 450 | } | 450 | } |
| 451 | (void)idx;//silence a -Wunused-but-set-variable | ||
| 451 | ZEND_HASH_FOREACH_END_DEL(); | 452 | ZEND_HASH_FOREACH_END_DEL(); |
| 452 | } | 453 | } |
| 453 | 454 | ||
