diff options
| -rw-r--r-- | Changelog | 13 |
1 files changed, 8 insertions, 5 deletions
| @@ -9,11 +9,14 @@ | |||
| 9 | configure --enable-suhosin-experimental, e.g. MSSQL. | 9 | configure --enable-suhosin-experimental, e.g. MSSQL. |
| 10 | - disallow_ws now matches all single-byte whitespace characters | 10 | - disallow_ws now matches all single-byte whitespace characters |
| 11 | - remove_binary and disallow_binary now optionally allow UTF-8. | 11 | - remove_binary and disallow_binary now optionally allow UTF-8. |
| 12 | - introduced suhosin.upload.allow_utf8 | 12 | - Introduced suhosin.upload.allow_utf8 (experimental) |
| 13 | - reimplemented suhosin_get_raw_cookies() | 13 | - Reimplemented suhosin_get_raw_cookies() |
| 14 | - fixed potential segfault for disable_display_errors=fail (only on ARM) | 14 | - Fixed potential segfault for disable_display_errors=fail (only on ARM) |
| 15 | - fixed potential NULL-pointer dereference with func.blacklist and logging | 15 | - Fixed potential NULL-pointer dereference with func.blacklist and logging |
| 16 | - logging timestamps are localtime instead of gmt now (thanks to mkrokos) | 16 | - Logging timestamps are localtime instead of gmt now (thanks to mkrokos) |
| 17 | - Added new array index filter (character whitelist/blacklist) | ||
| 18 | - Added option to suppress date/time for suhosin file logging (suhosin.log.file.time=0) | ||
| 19 | - Added simple script to create binary Debian package | ||
| 17 | 20 | ||
| 18 | 2014-06-10 - 0.9.36 | 21 | 2014-06-10 - 0.9.36 |
| 19 | 22 | ||
