From f0a956e825a83ff3a58d4714a92fbb945f6c8841 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 5 Feb 2018 16:11:04 +0100 Subject: Fix a oncst-related warning --- src/sp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sp_utils.c b/src/sp_utils.c index e1fc630..0625a2f 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -130,7 +130,7 @@ int sp_log_request(const char* folder, const char* text_repr) { continue; } - const HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); + HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); fprintf(file, "%s:", zones[i].str); ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { smart_str a = {0}; -- cgit v1.3