summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6e39b0a..9cd2888 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) {
130 continue; 130 continue;
131 } 131 }
132 132
133 const HashTable* const ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); 133 const HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]);
134 fprintf(file, "%s:", zones[i].str); 134 fprintf(file, "%s:", zones[i].str);
135 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { 135 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) {
136 smart_str a = {0}; 136 smart_str a = {0};