diff options
| author | Ben Fuhrmannek | 2016-05-19 20:11:39 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-05-19 20:11:39 +0200 |
| commit | 5ca78940616f1fa65e93697cf536c31f86e289a6 (patch) | |
| tree | e00cb996fb41226f99ee3f65ef7baaeab5239a91 /suhosin7.c | |
| parent | 3cbb7ca234e66c173908927a15c7df35dba9b508 (diff) | |
added extract override
Diffstat (limited to 'suhosin7.c')
| -rw-r--r-- | suhosin7.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -520,6 +520,8 @@ PHP_MINIT_FUNCTION(suhosin7) | |||
| 520 | suhosin_hook_execute(); | 520 | suhosin_hook_execute(); |
| 521 | suhosin_hook_memory_limit(); | 521 | suhosin_hook_memory_limit(); |
| 522 | // suhosin_hook_sha256(); | 522 | // suhosin_hook_sha256(); |
| 523 | suhosin_hook_ex_imp(); | ||
| 524 | |||
| 523 | #ifdef HAVE_PHP_SESSION | 525 | #ifdef HAVE_PHP_SESSION |
| 524 | suhosin_hook_session(); | 526 | suhosin_hook_session(); |
| 525 | #endif | 527 | #endif |
