summaryrefslogtreecommitdiff
path: root/suhosin7.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-03-04 15:04:30 +0100
committerBen Fuhrmannek2016-03-04 15:04:30 +0100
commit5c0b5f357fb9dc38e21513d4d19ea6925e81a3f4 (patch)
tree0193cf12e248026bd35b259da9cb6dd575ac3273 /suhosin7.c
parent1ac3a99cf162b34bdf8fd01e5aa90438374cc14f (diff)
protectkey + tests
Diffstat (limited to 'suhosin7.c')
-rw-r--r--suhosin7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/suhosin7.c b/suhosin7.c
index 14b7fa0..7986f2a 100644
--- a/suhosin7.c
+++ b/suhosin7.c
@@ -378,7 +378,7 @@ PHP_INI_BEGIN()
378 378
379#ifdef HAVE_PHP_SESSION 379#ifdef HAVE_PHP_SESSION
380 // STD_S7_INI_BOOLEAN("suhosin.session.encrypt", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateMiscBool, session_encrypt) 380 // STD_S7_INI_BOOLEAN("suhosin.session.encrypt", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateMiscBool, session_encrypt)
381 // STD_S7_INI_ENTRY("suhosin.session.cryptkey", "", PHP_INI_ALL, OnUpdateMiscString, session_cryptkey) 381 STD_S7_INI_ENTRY("suhosin.session.cryptkey", "", PHP_INI_ALL, OnUpdateMiscString, session_cryptkey)
382 // STD_S7_INI_BOOLEAN("suhosin.session.cryptua", "0", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateMiscBool, session_cryptua) 382 // STD_S7_INI_BOOLEAN("suhosin.session.cryptua", "0", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateMiscBool, session_cryptua)
383 // STD_S7_INI_BOOLEAN("suhosin.session.cryptdocroot", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateMiscBool, session_cryptdocroot) 383 // STD_S7_INI_BOOLEAN("suhosin.session.cryptdocroot", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateMiscBool, session_cryptdocroot)
384 // STD_S7_INI_ENTRY("suhosin.session.cryptraddr", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscLong, session_cryptraddr) 384 // STD_S7_INI_ENTRY("suhosin.session.cryptraddr", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscLong, session_cryptraddr)