You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Please add an additional check to eliminate warning:
Warning: fopen(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in .../Zend/Version/Version.php on line 95
Warning: fopen(http://framework.zend.com/api/zf-version?v=2): failed to open stream: no suitable wrapper could be found in .../Zend/Version/Version.php on line 95
The text was updated successfully, but these errors were encountered:
I'd argue we should check that INI setting and issue an E_USER_WARNING in that situation, returning a boolean false. Alternately, or additionally, we should allow passing an HTTP client as a second argument to the method, which would allow you to continue to contact the service when the stream wrapper is unavailable.
Please add an additional check to eliminate warning:
Warning: fopen(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in .../Zend/Version/Version.php on line 95
Warning: fopen(http://framework.zend.com/api/zf-version?v=2): failed to open stream: no suitable wrapper could be found in .../Zend/Version/Version.php on line 95
The text was updated successfully, but these errors were encountered: