php-src/ext/ftp
Nikita Popov 74380465ec Fix bug #79112: IMAP can't find OpenSSL during configure
Remove the check of PHP_OPENSSL inside SETUP_OPENSSL. It's the
responsibility of the caller to determine whether they want to
enable openssl or not. This makes SSL detection in IMAP work,
which uses a different option.

Additionally also clarify that --with-openssl-dir cannot actually
be used to specify an OpenSSL directory -- these options just
serve as a way to enable OpenSSL in extensions without also
enabling the OpenSSL extension. They need to be renamed to
something clearer in master.

Closes GH-5091.
2020-01-20 09:59:27 +01:00
..
tests Merge branch 'PHP-7.3' into PHP-7.4 2019-03-25 17:46:28 +01:00
config.m4 Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
ftp.c Fix SSL_CTX leak in ftp extension 2019-06-25 14:28:58 +02:00
ftp.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_ftp.c Fix compilation without deprecated OpenSSL 1.1 APIs 2019-06-14 15:38:12 +02:00
php_ftp.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00