PHP 7.0.6 Released

stream_register_wrapper

(PHP 4 >= 4.3.0, PHP 5, PHP 7)

stream_register_wrapperAlias of stream_wrapper_register()

Description

This function is an alias of: stream_wrapper_register().

User Contributed Notes

manuzhai (AT) php (DOT) net
13 years ago
To get the https wrapper working on Windows, you need to replace your php4ts.dll with the one provided at http://ftp.proventum.net/pub/php/win32/misc/openssl/. This is instead of using the php_openssl.dll, so be sure to comment this extension in your php.ini.
To Top