summaryrefslogtreecommitdiff
path: root/src/sp_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_utils.c')
-rw-r--r--src/sp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c
index b581f72..514fc10 100644
--- a/src/sp_utils.c
+++ b/src/sp_utils.c
@@ -140,7 +140,7 @@ int sp_log_request(const char* folder) {
140 continue; 140 continue;
141 } 141 }
142 142
143 const HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); 143 HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]);
144 144
145 // Compute the size of the allocation 145 // Compute the size of the allocation
146 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { 146 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) {