We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ee084 commit 2f443acCopy full SHA for 2f443ac
ext/ftp/config.w32
@@ -9,8 +9,7 @@ if (PHP_FTP == "yes") {
9
10
if (CHECK_HEADER_ADD_INCLUDE("openssl/ssl.h", "CFLAGS_FTP") &&
11
CHECK_LIB("ssleay32.lib", "ftp", PHP_FTP) &&
12
- CHECK_LIB("libeay32.lib", "ftp", PHP_FTP) &&
13
- ADD_EXTENSION_DEP("ftp", "openssl", true)) {
+ CHECK_LIB("libeay32.lib", "ftp", PHP_FTP)) {
14
MESSAGE("Enabling SSL support for ext\\ftp");
15
AC_DEFINE('HAVE_FTP_SSL', 1, 'Have FTP over SSL support');
16
}
0 commit comments