php-src/ext/ftp
Christoph M. Becker f590b34530
Drop support for OpenSSL < 1.1.0 on Windows
PR #13498 bumped the required OpenSSL version to 1.1.1, but apparently
only for non Windows system.  We catch up somewhat by dropping support
for OpenSSL < 1.1.0 on Windows; besides completely removing detection
of old OpenSSL versions in `SETUP_OPENSSL`, we also ensure that all
bundled extension using this function do no longer accept OpenSSL <
1.1.0, to avoid to still be able to build these extensions with older
`phpize` scripts.

We do not cater to `--phar-native-ssl` yet; that might better be
addressed by #14578.

Closes GH-14973.
2024-07-17 12:22:59 +02:00
..
tests Trim trailing whitespace (#14721) 2024-06-29 18:41:45 +02:00
config.m4 Autotools: Quote PHP_SUBST arguments in extensions (#14748) 2024-07-02 06:56:18 +02:00
config.w32 Drop support for OpenSSL < 1.1.0 on Windows 2024-07-17 12:22:59 +02:00
CREDITS
ftp_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
ftp.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
ftp.h Struct-pack stream-related data in ftpbuf (#12877) 2023-12-06 04:39:00 +00:00
ftp.stub.php Merge branch 'PHP-8.1' into PHP-8.2 2023-03-03 21:12:04 +00:00
php_ftp.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
php_ftp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00