summaryrefslogtreecommitdiff
path: root/src/tests/ini/ini_minmax.phpt
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/tests/ini/ini_minmax.phpt
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/tests/ini/ini_minmax.phpt')
-rw-r--r--src/tests/ini/ini_minmax.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/ini/ini_minmax.phpt b/src/tests/ini/ini_minmax.phpt
index facb73e..10c15a4 100644
--- a/src/tests/ini/ini_minmax.phpt
+++ b/src/tests/ini/ini_minmax.phpt
@@ -25,10 +25,10 @@ string(2) "30"
25bool(false) 25bool(false)
26string(3) "300" 26string(3) "300"
27 27
28Warning: [snuffleupagus][0.0.0.0][ini_protection][log] INI value out of range in %a/ini_minmax.php on line 8 28Warning: [snuffleupagus][0.0.0.0][ini_protection][log] INI value 29 for `max_execution_time` out of range in %a/ini_minmax.php on line 8
29bool(true) 29bool(true)
30string(3) "300" 30string(3) "300"
31 31
32Warning: [snuffleupagus][0.0.0.0][ini_protection][log] INI value out of range in %a/ini_minmax.php on line 11 32Warning: [snuffleupagus][0.0.0.0][ini_protection][log] INI value 301 for `max_execution_time` out of range in %a/ini_minmax.php on line 11
33bool(true) 33bool(true)
34string(3) "300"%A 34string(3) "300"%A