diff options
| author | David Carlier | 2016-10-13 19:30:51 +0100 |
|---|---|---|
| committer | David Carlier | 2016-10-13 19:30:51 +0100 |
| commit | 293d017aad39263403cb981af0a81c3a7984c1e3 (patch) | |
| tree | 6b621ed02f124b5d71af42a29b786f9803d98c96 /suhosin.c | |
| parent | 20d333da41f9451f5713e9723ad79e6566e290b7 (diff) | |
author 'amending' + more ifdef
Diffstat (limited to '')
| -rw-r--r-- | suhosin.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1051,7 +1051,9 @@ PHP_MINIT_FUNCTION(suhosin) | |||
| 1051 | suhosin_hook_memory_limit(TSRMLS_C); | 1051 | suhosin_hook_memory_limit(TSRMLS_C); |
| 1052 | suhosin_hook_sha256(TSRMLS_C); | 1052 | suhosin_hook_sha256(TSRMLS_C); |
| 1053 | suhosin_hook_ex_imp(TSRMLS_C); | 1053 | suhosin_hook_ex_imp(TSRMLS_C); |
| 1054 | #ifdef __OpenBSD__ | ||
| 1054 | suhosin_hook_pledge(TSRMLS_C); | 1055 | suhosin_hook_pledge(TSRMLS_C); |
| 1056 | #endif | ||
| 1055 | 1057 | ||
| 1056 | #if PHP_VERSION_ID < 50500 | 1058 | #if PHP_VERSION_ID < 50500 |
| 1057 | /* register the logo for phpinfo */ | 1059 | /* register the logo for phpinfo */ |
