diff options
| author | Ben Fuhrmannek | 2015-01-15 17:09:32 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2015-01-15 17:09:32 +0100 |
| commit | 5335470004c0e97fd5f4d4a2d0371693cb26fccc (patch) | |
| tree | b058967648f7069b5f43a1c23a7c7b8f56460959 /config.w32 | |
| parent | 68960966324f4701a1f402e97f17ca7870a317a4 (diff) | |
removed <5.4 compatibility code
Diffstat (limited to 'config.w32')
| -rw-r--r-- | config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ | |||
| 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 rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c"); | 7 | EXTENSION("suhosin", "suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c"); |
| 8 | ARG_ENABLE("suhosin-experimental", "Enable experimental suhosin features", "no"); | 8 | ARG_ENABLE("suhosin-experimental", "Enable experimental suhosin features", "no"); |
| 9 | 9 | ||
| 10 | if (PHP_SUHOSIN_EXPERIMENTAL != "no") { | 10 | if (PHP_SUHOSIN_EXPERIMENTAL != "no") { |
