diff --git a/build/php.m4 b/build/php.m4 index e11a00c3bcb16..569b90ceb1625 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -1942,7 +1942,7 @@ dnl AC_DEFUN([PHP_SETUP_OPENSSL],[ found_openssl=no - PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.0.2], [found_openssl=yes]) + PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.1.1], [found_openssl=yes]) if test "$found_openssl" = "yes"; then PHP_EVAL_LIBLINE($OPENSSL_LIBS, $1) diff --git a/ext/openssl/config0.m4 b/ext/openssl/config0.m4 index ffd4e0751cc6b..f449a19d55cd5 100644 --- a/ext/openssl/config0.m4 +++ b/ext/openssl/config0.m4 @@ -1,7 +1,7 @@ PHP_ARG_WITH([openssl], [for OpenSSL support], [AS_HELP_STRING([--with-openssl], - [Include OpenSSL support (requires OpenSSL >= 1.0.2)])]) + [Include OpenSSL support (requires OpenSSL >= 1.1.1)])]) PHP_ARG_WITH([kerberos], [for Kerberos support], diff --git a/php.ini-development b/php.ini-development index d6bc11ae17e41..2c975fd3acf2d 100644 --- a/php.ini-development +++ b/php.ini-development @@ -929,11 +929,7 @@ default_socket_timeout = 60 ; ;extension=bz2 -; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used -; otherwise it results in segfault when unloading after using SASL. -; See https://github.com/php/php-src/issues/8620 for more info. ;extension=ldap - ;extension=curl ;extension=ffi ;extension=ftp diff --git a/php.ini-production b/php.ini-production index 0d6ca0f144482..531286d7f4b73 100644 --- a/php.ini-production +++ b/php.ini-production @@ -931,11 +931,7 @@ default_socket_timeout = 60 ; ;extension=bz2 -; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used -; otherwise it results in segfault when unloading after using SASL. -; See https://github.com/php/php-src/issues/8620 for more info. ;extension=ldap - ;extension=curl ;extension=ffi ;extension=ftp