diff options
| author | Ben Fuhrmannek | 2016-03-04 15:04:30 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-03-04 15:04:30 +0100 |
| commit | 5c0b5f357fb9dc38e21513d4d19ea6925e81a3f4 (patch) | |
| tree | 0193cf12e248026bd35b259da9cb6dd575ac3273 /suhosin7.c | |
| parent | 1ac3a99cf162b34bdf8fd01e5aa90438374cc14f (diff) | |
protectkey + tests
Diffstat (limited to 'suhosin7.c')
| -rw-r--r-- | suhosin7.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) |
