From 3c720bec3a78775f37839256cfc4b2fea1348550 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Wed, 13 Dec 2023 20:37:42 +0100 Subject: print key and value on INI violations On violations of INI settings include the key and if appropriate the value in the log message. This helps to locate offenders and fine tune the configuration itself. --- src/php_snuffleupagus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/php_snuffleupagus.h') diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 53cf1da..6e035d4 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h @@ -17,6 +17,7 @@ #include #endif +#include #include #include #include -- cgit v1.3