summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/ftp/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/config.w32 b/ext/ftp/config.w32
index 633d009ad0..0df5f3c609 100644
--- a/ext/ftp/config.w32
+++ b/ext/ftp/config.w32
@@ -5,7 +5,7 @@ ARG_ENABLE("ftp", "ftp support", "yes");
if (PHP_FTP == "yes") {
- EXTENSION("ftp", "php_ftp.c ftp.c");
+ EXTENSION("ftp", "php_ftp.c ftp.c", true);
if (CHECK_HEADER_ADD_INCLUDE("openssl/ssl.h", "CFLAGS_FTP") &&
CHECK_LIB("ssleay32.lib", "ftp", PHP_FTP) &&