diff options
| author | Ben Fuhrmannek | 2016-10-14 13:55:02 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-10-14 13:55:02 +0200 |
| commit | 8f4d1521ca80079339fb36fafd26053bbba6199c (patch) | |
| tree | 03bd91320d2b18aa374951a186f31ec8ae08b44f /suhosin.c | |
| parent | 7e2d510b9cdd68784fd64bbf73843d4595462d63 (diff) | |
made pledge experimental
Diffstat (limited to 'suhosin.c')
| -rw-r--r-- | suhosin.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1050,7 +1050,7 @@ PHP_MINIT_FUNCTION(suhosin) | |||
| 1050 | suhosin_hook_memory_limit(TSRMLS_C); | 1050 | suhosin_hook_memory_limit(TSRMLS_C); |
| 1051 | suhosin_hook_sha256(TSRMLS_C); | 1051 | suhosin_hook_sha256(TSRMLS_C); |
| 1052 | suhosin_hook_ex_imp(TSRMLS_C); | 1052 | suhosin_hook_ex_imp(TSRMLS_C); |
| 1053 | #ifdef __OpenBSD__ | 1053 | #if defined(__OpenBSD__) && defined(SUHOSIN_EXPERIMENTAL) |
| 1054 | suhosin_hook_pledge(TSRMLS_C); | 1054 | suhosin_hook_pledge(TSRMLS_C); |
| 1055 | #endif | 1055 | #endif |
| 1056 | 1056 | ||
