1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00

Merge branch 'PHP-5.6' into PHP-7.0

This commit is contained in:
Jakub Zelenka
2016-01-25 17:19:18 +00:00

View File

@@ -1317,6 +1317,10 @@ PHP_MSHUTDOWN_FUNCTION(openssl)
{
EVP_cleanup();
#if OPENSSL_VERSION_NUMBER >= 0x00090805f
ERR_free_strings();
#endif
php_unregister_url_stream_wrapper("https");
php_unregister_url_stream_wrapper("ftps");