summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorChristian Göttsche2023-12-13 20:37:42 +0100
committerJulien Voisin2023-12-13 22:32:49 +0100
commit3c720bec3a78775f37839256cfc4b2fea1348550 (patch)
tree5231fd396c26896cf4b7eb5657fe504c0444b1bb /src/php_snuffleupagus.h
parentfed8c8f180b275147940b1c6bf8f2c95dfb1ada2 (diff)
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.
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
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 @@
17#include <glob.h> 17#include <glob.h>
18#endif 18#endif
19 19
20#include <ctype.h>
20#include <errno.h> 21#include <errno.h>
21#include <fcntl.h> 22#include <fcntl.h>
22#include <inttypes.h> 23#include <inttypes.h>