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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user