Skip to content

Commit 3074be0

Browse files
committed
ext/standard url fix
1 parent 3a82cd4 commit 3074be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/url.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ PHP_FUNCTION(get_headers)
671671
php_stream *stream;
672672
zval *prev_val, *hdr = NULL;
673673
bool format = 0;
674-
php_stream_context *context;
674+
php_stream_context *context = NULL;
675675

676676
ZEND_PARSE_PARAMETERS_START(1, 3)
677677
Z_PARAM_PATH(url, url_len)

0 commit comments

Comments
 (0)