diff options
| author | Ben Fuhrmannek | 2016-02-18 13:35:20 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-02-18 13:35:20 +0100 |
| commit | eebffdb4e6fb1d62d64f3de96cfee62f39f8448e (patch) | |
| tree | bdf99f0996528f9266d3a5b84c19ee961bdfeb4a /config.m4 | |
| parent | 416f24c6164f6d147fae0d271936292b0ba89ed9 (diff) | |
(some) logging
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(suhosin, whether to enable suhosin support, | |||
| 5 | [ --enable-suhosin Enable suhosin support]) | 5 | [ --enable-suhosin Enable suhosin support]) |
| 6 | 6 | ||
| 7 | if test "$PHP_SUHOSIN" != "no"; then | 7 | if test "$PHP_SUHOSIN" != "no"; then |
| 8 | PHP_NEW_EXTENSION(suhosin7, suhosin7.c aes.c ifilter.c memory_limit.c sha256.c treat_data.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) | 8 | PHP_NEW_EXTENSION(suhosin7, suhosin7.c aes.c ifilter.c memory_limit.c sha256.c treat_data.c log.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) |
| 9 | fi | 9 | fi |
| 10 | 10 | ||
| 11 | PHP_ARG_ENABLE(suhosin7-experimental, whether to enable experimental suhosin7 features, | 11 | PHP_ARG_ENABLE(suhosin7-experimental, whether to enable experimental suhosin7 features, |
