diff options
| author | Ben Fuhrmannek | 2014-11-15 19:14:15 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-15 19:14:15 +0100 |
| commit | 27a91c25d974b4c0ad948dd22a0a689c45dae9c8 (patch) | |
| tree | 7d40dfc4e2031dac7dcb82b2871193f35b4a0fff /config.w32 | |
| parent | ab0ee5aa5235ed98ae75bbdaee83a96819d1e896 (diff) | |
| parent | aef9f391bd8ddb483adaac006f2ee74a6aded688 (diff) | |
Merge branch 'sesrec'
Diffstat (limited to 'config.w32')
| -rw-r--r-- | config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,5 +4,5 @@ | |||
| 4 | ARG_ENABLE("suhosin", "whether to enable suhosin support", "yes"); | 4 | ARG_ENABLE("suhosin", "whether to enable suhosin support", "yes"); |
| 5 | 5 | ||
| 6 | if (PHP_SUHOSIN == "yes") { | 6 | if (PHP_SUHOSIN == "yes") { |
| 7 | EXTENSION("suhosin", "suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c log.c header.c execute.c ex_imp.c session.c aes.c"); | 7 | EXTENSION("suhosin", "suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c"); |
| 8 | } | 8 | } |
