diff options
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 ] - } - } } } |