diff options
| author | Ben Fuhrmannek | 2016-02-24 23:33:34 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-02-24 23:33:34 +0100 |
| commit | d4e9bb339360cb7d6ece5b1b60c08c8611bac19c (patch) | |
| tree | ceb428cd6745b4363b25144f67304b7fbea212e2 /config.m4 | |
| parent | 346455c6b5716c8ce095235428614e15c0adf13e (diff) | |
executor improvements
Diffstat (limited to 'config.m4')
| -rw-r--r-- | config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ PHP_ARG_ENABLE(suhosin7, whether to enable suhosin support, | |||
| 5 | [ --enable-suhosin7 Enable suhosin support]) | 5 | [ --enable-suhosin7 Enable suhosin support]) |
| 6 | 6 | ||
| 7 | if test "$PHP_SUHOSIN7" != "no"; then | 7 | if test "$PHP_SUHOSIN7" != "no"; then |
| 8 | PHP_NEW_EXTENSION(suhosin7, suhosin7.c ifilter.c memory_limit.c aes.c treat_data.c log.c execute.c crypt.c cookiecrypt.c header.c, $ext_shared,, -DZEND_ENABLE_STATIC_ACHE=1) | 8 | PHP_NEW_EXTENSION(suhosin7, suhosin7.c ifilter.c memory_limit.c aes.c treat_data.c log.c execute.c execute_ih.c crypt.c cookiecrypt.c header.c, $ext_shared,, -DZEND_ENABLE_STATIC_ACHE=1) |
| 9 | PHP_ADD_EXTENSION_DEP(suhosin7, hash) | 9 | PHP_ADD_EXTENSION_DEP(suhosin7, hash) |
| 10 | fi | 10 | fi |
| 11 | 11 | ||
