basic_functions.c

This commit is contained in:
Wez Furlong 2002-09-23 17:27:37 +00:00
parent 8831b9cfd0
commit 35d29fb69e

View File

@ -1051,6 +1051,7 @@ PHP_MSHUTDOWN_FUNCTION(basic)
php_unregister_url_stream_wrapper("ftp" TSRMLS_CC);
# if HAVE_OPENSSL_EXT
php_unregister_url_stream_wrapper("https" TSRMLS_CC);
php_unregister_url_stream_wrapper("ftps" TSRMLS_CC);
# endif
#endif