diff options
| author | Stefan Esser | 2012-01-11 20:14:17 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-01-11 20:14:17 +0100 |
| commit | e602fd738f066e0abf9fdf8b5dbb373b8daee40b (patch) | |
| tree | f9058bfa200519baff81d4e99bc74c4f4f3f46a4 /config.w32 | |
| parent | aac59fe48b07cccf17d208d7bfb740e30936464d (diff) | |
Removed crypt() support
Diffstat (limited to 'config.w32')
| -rw-r--r-- | config.w32 | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -4,8 +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 crypt.c crypt_blowfish.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 log.c header.c execute.c ex_imp.c session.c aes.c"); |
| 8 | if (PHP_SUHOSIN_SHARED) { | ||
| 9 | ADD_SOURCES(configure_module_dirname, "crypt_win32.c crypt_md5.c", "suhosin"); | ||
| 10 | } | ||
| 11 | } | 8 | } |
