diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-24 16:05:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-24 16:05:27 +0100 |
commit | 89d63d4a4dac38b429b67b259ac3f34526af9401 (patch) | |
tree | 8c07f8ed9614484cda4e04025ce0a821acc7667a /REFLECTION | |
parent | d2d2eceb4530f47f39b02446919f7f73ad1c07fd (diff) |
php-suhosin: 0.9.37-RC1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #16 suhosin version 0.9.36 ] { +Extension [ <persistent> extension #16 suhosin version 0.9.37-dev ] { - INI { Entry [ suhosin.log.syslog <PERDIR,SYSTEM> ] @@ -37,6 +37,9 @@ Extension [ <persistent> extension #16 suhosin version 0.9.36 ] { Entry [ suhosin.log.file.name <PERDIR,SYSTEM> ] Current = '' } + Entry [ suhosin.log.file.time <PERDIR,SYSTEM> ] + Current = '1' + } Entry [ suhosin.log.phpscript.is_safe <PERDIR,SYSTEM> ] Current = '0' } @@ -77,7 +80,7 @@ Extension [ <persistent> extension #16 suhosin version 0.9.36 ] { Current = '0' } Entry [ suhosin.executor.max_depth <PERDIR,SYSTEM> ] - Current = '0' + Current = '750' } Entry [ suhosin.multiheader <PERDIR,SYSTEM> ] Current = '0' @@ -127,6 +130,12 @@ Extension [ <persistent> extension #16 suhosin version 0.9.36 ] { Entry [ suhosin.request.max_array_index_length <PERDIR,SYSTEM> ] Current = '64' } + Entry [ suhosin.request.array_index_whitelist <PERDIR,SYSTEM> ] + Current = '' + } + Entry [ suhosin.request.array_index_blacklist <PERDIR,SYSTEM> ] + Current = ''"+-<>;()' + } Entry [ suhosin.request.disallow_nul <PERDIR,SYSTEM> ] Current = '1' } @@ -229,6 +238,9 @@ Extension [ <persistent> extension #16 suhosin version 0.9.36 ] { Entry [ suhosin.sql.user_postfix <PERDIR,SYSTEM> ] Current = '' } + Entry [ suhosin.sql.user_match <PERDIR,SYSTEM> ] + Current = '' + } Entry [ suhosin.sql.comment <PERDIR,SYSTEM> ] Current = '0' } @@ -323,13 +335,6 @@ Extension [ <persistent> extension #16 suhosin version 0.9.36 ] { Parameter #2 [ <optional> $prefix ] } } - Function [ <internal:suhosin> function import_request_variables ] { - - - Parameters [2] { - Parameter #0 [ <required> $types ] - Parameter #1 [ <optional> $prefix ] - } - } } } |