summaryrefslogtreecommitdiff
path: root/config.w32
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-11-15 10:57:44 +0100
committerBen Fuhrmannek2014-11-15 10:57:44 +0100
commitaef9f391bd8ddb483adaac006f2ee74a6aded688 (patch)
treead34c8dafe115e571f02982c12fc01a8b1dda02c /config.w32
parent5ddeeb7fdcdd99acf3c8c48f172491e01b9aa7d0 (diff)
added crypt.c to config.w32
Diffstat (limited to 'config.w32')
-rw-r--r--config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.w32 b/config.w32
index 9fc8d41..5fa25bc 100644
--- a/config.w32
+++ b/config.w32
@@ -4,5 +4,5 @@
4ARG_ENABLE("suhosin", "whether to enable suhosin support", "yes"); 4ARG_ENABLE("suhosin", "whether to enable suhosin support", "yes");
5 5
6if (PHP_SUHOSIN == "yes") { 6if (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}