summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefan Esser2014-02-15 19:59:25 +0100
committerStefan Esser2014-02-15 19:59:25 +0100
commit1787be2a05131dd1848e75081acb87f955af46a7 (patch)
treeff830cc845e5a2acd0e185dda01a0207bcc27d9f /Changelog
parent130e8f93da07c0a13c0415611b01fa8a6fe2cafd (diff)
Add ini_set() fail mode to suhosin.disable.display_errors
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index b574123..5fd728d 100644
--- a/Changelog
+++ b/Changelog
@@ -5,10 +5,11 @@
5 - Add changes in PHP 5.5 session handlers structures for PHP 5.5 compability 5 - Add changes in PHP 5.5 session handlers structures for PHP 5.5 compability
6 - Fix std post handler for PHP >= 5.3.11 6 - Fix std post handler for PHP >= 5.3.11
7 - Fix suhosin logo in phpinfo() for PHP 5.5 7 - Fix suhosin logo in phpinfo() for PHP 5.5
8 - Change fileupload handling for PHP >= 5.4.0 to use an up to date RFC1867 replacement code 8 - Change fileupload handling for PHP >= 5.4.0 to use an up to date RFC1867 replacement code
9 - Adapted suhosin to PHP 5.5 executor 9 - Adapted suhosin to PHP 5.5 executor
10 - Added some test cases for various things 10 - Added some test cases for various things
11 - Added suhosin.log.stdout to log to stdout (for debugging purposes only) 11 - Added suhosin.log.stdout to log to stdout (for debugging purposes only)
12 - Add ini_set() fail mode to suhosin.disable.display_errors
12 - TODO: WARN THAT FUNCTION WHITELISTS/BLACKLISTS NEVER WORKED CORRECTLY WITH PHP < 5.5 13 - TODO: WARN THAT FUNCTION WHITELISTS/BLACKLISTS NEVER WORKED CORRECTLY WITH PHP < 5.5
13 14
142012-02-12 - 0.9.34 152012-02-12 - 0.9.34