From ce9cb3228090d77d5ba6e2d2fb05460363e1e2db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2016 18:06:45 +0100 Subject: php-suhosin: 0.10.0-dev for PHP 7 --- REFLECTION-PHP7 | 219 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..8e07747 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,219 @@ +Extension [ extension #77 suhosin7 version 0.10.0dev ] { + + - INI { + Entry [ suhosin.perdir ] + Current = '0' + } + Entry [ suhosin.log.sapi ] + Current = '0' + } + Entry [ suhosin.log.stdout ] + Current = '0' + } + Entry [ suhosin.log.use-x-forwarded-for ] + Current = '0' + } + Entry [ suhosin.log.file ] + Current = '0' + } + Entry [ suhosin.log.file.name ] + Current = '' + } + Entry [ suhosin.log.file.time ] + Current = '1' + } + Entry [ suhosin.executor.include.max_traversal ] + Current = '0' + } + Entry [ suhosin.executor.include.whitelist ] + Current = '' + } + Entry [ suhosin.executor.include.blacklist ] + Current = '' + } + Entry [ suhosin.executor.include.allow_writable_files ] + Current = '1' + } + Entry [ suhosin.executor.eval.whitelist ] + Current = '' + } + Entry [ suhosin.executor.eval.blacklist ] + Current = '' + } + Entry [ suhosin.executor.func.whitelist ] + Current = '' + } + Entry [ suhosin.executor.func.blacklist ] + Current = '' + } + Entry [ suhosin.executor.disable_emodifier ] + Current = '0' + } + Entry [ suhosin.executor.max_depth ] + Current = '750' + } + Entry [ suhosin.multiheader ] + Current = '0' + } + Entry [ suhosin.memory_limit ] + Current = '0' + } + Entry [ suhosin.simulation ] + Current = '0' + } + Entry [ suhosin.protectkey ] + Current = '1' + } + Entry [ suhosin.coredump ] + Current = '0' + } + Entry [ suhosin.disable.display_errors ] + Current = '0' + } + Entry [ suhosin.request.max_vars ] + Current = '1000' + } + Entry [ suhosin.request.max_varname_length ] + Current = '64' + } + Entry [ suhosin.request.max_value_length ] + Current = '1000000' + } + Entry [ suhosin.request.max_array_depth ] + Current = '50' + } + Entry [ suhosin.request.max_totalname_length ] + Current = '256' + } + Entry [ suhosin.request.max_array_index_length ] + Current = '64' + } + Entry [ suhosin.request.array_index_char_whitelist ] + Current = '' + } + Entry [ suhosin.request.array_index_char_blacklist ] + Current = ''"+<>;()' + } + Entry [ suhosin.request.disallow_nul ] + Current = '1' + } + Entry [ suhosin.request.disallow_ws ] + Current = '0' + } + Entry [ suhosin.cookie.max_vars ] + Current = '100' + } + Entry [ suhosin.cookie.max_name_length ] + Current = '64' + } + Entry [ suhosin.cookie.max_totalname_length ] + Current = '256' + } + Entry [ suhosin.cookie.max_value_length ] + Current = '10000' + } + Entry [ suhosin.cookie.max_array_depth ] + Current = '50' + } + Entry [ suhosin.cookie.max_array_index_length ] + Current = '64' + } + Entry [ suhosin.cookie.disallow_nul ] + Current = '1' + } + Entry [ suhosin.cookie.disallow_ws ] + Current = '1' + } + Entry [ suhosin.get.max_vars ] + Current = '100' + } + Entry [ suhosin.get.max_name_length ] + Current = '64' + } + Entry [ suhosin.get.max_totalname_length ] + Current = '256' + } + Entry [ suhosin.get.max_value_length ] + Current = '512' + } + Entry [ suhosin.get.max_array_depth ] + Current = '50' + } + Entry [ suhosin.get.max_array_index_length ] + Current = '64' + } + Entry [ suhosin.get.disallow_nul ] + Current = '1' + } + Entry [ suhosin.get.disallow_ws ] + Current = '0' + } + Entry [ suhosin.post.max_vars ] + Current = '1000' + } + Entry [ suhosin.post.max_name_length ] + Current = '64' + } + Entry [ suhosin.post.max_totalname_length ] + Current = '256' + } + Entry [ suhosin.post.max_value_length ] + Current = '1000000' + } + Entry [ suhosin.post.max_array_depth ] + Current = '50' + } + Entry [ suhosin.post.max_array_index_length ] + Current = '64' + } + Entry [ suhosin.post.disallow_nul ] + Current = '1' + } + Entry [ suhosin.post.disallow_ws ] + Current = '0' + } + Entry [ suhosin.cookie.encrypt ] + Current = '0' + } + Entry [ suhosin.cookie.cryptkey ] + Current = '' + } + Entry [ suhosin.cookie.cryptua ] + Current = '1' + } + Entry [ suhosin.cookie.cryptdocroot ] + Current = '1' + } + Entry [ suhosin.cookie.cryptraddr ] + Current = '0' + } + Entry [ suhosin.cookie.checkraddr ] + Current = '0' + } + Entry [ suhosin.cookie.cryptlist ] + Current = '' + } + Entry [ suhosin.cookie.plainlist ] + Current = '' + } + Entry [ suhosin.server.encode ] + Current = '1' + } + Entry [ suhosin.server.strip ] + Current = '1' + } + Entry [ suhosin.rand.seedingkey ] + Current = '' + } + Entry [ suhosin.rand.reseed_every_request ] + Current = '0' + } + Entry [ suhosin.srand.ignore ] + Current = '1' + } + Entry [ suhosin.mt_srand.ignore ] + Current = '1' + } + } +} + -- cgit