From: Anatol Belski Date: Wed, 11 Mar 2015 23:36:22 +0000 (+0100) Subject: force ext/ftp to be always shared on Windows X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53b72587971a336e77a75129364f7de22397b090;p=php force ext/ftp to be always shared on Windows --- 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) &&