diff options
Diffstat (limited to 'suhosin7.c')
| -rw-r--r-- | suhosin7.c | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -407,10 +407,10 @@ PHP_INI_BEGIN() | |||
| 407 | STD_S7_INI_BOOLEAN("suhosin.server.encode", "1", PHP_INI_SYSTEM, OnUpdateBool, server_encode) | 407 | STD_S7_INI_BOOLEAN("suhosin.server.encode", "1", PHP_INI_SYSTEM, OnUpdateBool, server_encode) |
| 408 | STD_S7_INI_BOOLEAN("suhosin.server.strip", "1", PHP_INI_SYSTEM, OnUpdateBool, server_strip) | 408 | STD_S7_INI_BOOLEAN("suhosin.server.strip", "1", PHP_INI_SYSTEM, OnUpdateBool, server_strip) |
| 409 | // | 409 | // |
| 410 | // STD_S7_INI_ENTRY("suhosin.rand.seedingkey", "", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscString, seedingkey) | 410 | STD_S7_INI_ENTRY("suhosin.rand.seedingkey", "", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscString, seedingkey) |
| 411 | // STD_S7_INI_BOOLEAN("suhosin.rand.reseed_every_request", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscBool, reseed_every_request) | 411 | STD_S7_INI_BOOLEAN("suhosin.rand.reseed_every_request", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscBool, reseed_every_request) |
| 412 | // STD_S7_INI_BOOLEAN("suhosin.srand.ignore", "1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscBool, srand_ignore) | 412 | STD_S7_INI_BOOLEAN("suhosin.srand.ignore", "1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscBool, srand_ignore) |
| 413 | // STD_S7_INI_BOOLEAN("suhosin.mt_srand.ignore", "1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscBool, mt_srand_ignore) | 413 | STD_S7_INI_BOOLEAN("suhosin.mt_srand.ignore", "1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMiscBool, mt_srand_ignore) |
| 414 | 414 | ||
| 415 | 415 | ||
| 416 | PHP_INI_END() | 416 | PHP_INI_END() |
| @@ -576,10 +576,10 @@ PHP_RSHUTDOWN_FUNCTION(suhosin7) | |||
| 576 | 576 | ||
| 577 | SUHOSIN7_G(abort_request) = 0; | 577 | SUHOSIN7_G(abort_request) = 0; |
| 578 | 578 | ||
| 579 | // if (SUHOSIN7_G(reseed_every_request)) { | 579 | if (SUHOSIN7_G(reseed_every_request)) { |
| 580 | // SUHOSIN7_G(r_is_seeded) = 0; | 580 | SUHOSIN7_G(r_is_seeded) = 0; |
| 581 | // SUHOSIN7_G(mt_is_seeded) = 0; | 581 | SUHOSIN7_G(mt_is_seeded) = 0; |
| 582 | // } | 582 | } |
| 583 | 583 | ||
| 584 | if (SUHOSIN7_G(decrypted_cookie)) { | 584 | if (SUHOSIN7_G(decrypted_cookie)) { |
| 585 | efree(SUHOSIN7_G(decrypted_cookie)); | 585 | efree(SUHOSIN7_G(decrypted_cookie)); |
