Browse Source

Fix crash with e.g. stream_get_meta_data()

PHP-5.1
foobar 21 years ago
parent
commit
4f89b2e0cb
  1. 2
      ext/curl/streams.c

2
ext/curl/streams.c

@ -361,7 +361,7 @@ static php_stream_wrapper_ops php_curl_wrapper_ops = {
NULL, /* stream_stat: curl streams know how to stat themselves */
NULL, /* stat url */
NULL, /* opendir */
NULL, /* label */
"cURL", /* label */
NULL, /* unlink */
NULL, /* rename */
NULL, /* mkdir */

Loading…
Cancel
Save