Skip to content

Commit 8af9043

Browse files
committed
Merge branch 'PHP-7.4'
2 parents b8c0e17 + 62b440f commit 8af9043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ static const func_info_t func_infos[] = {
554554
F1("stream_get_transports", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
555555
F1("stream_resolve_include_path", MAY_BE_FALSE | MAY_BE_STRING),
556556
F0("stream_is_local", MAY_BE_FALSE | MAY_BE_TRUE),
557-
F1("get_headers", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING | MAY_BE_ARRAY_OF_ARRAY),
557+
F1("get_headers", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_STRING | MAY_BE_ARRAY_OF_ARRAY),
558558
#if HAVE_SYS_TIME_H || defined(PHP_WIN32)
559559
F0("stream_set_timeout", MAY_BE_FALSE | MAY_BE_TRUE),
560560
F0("socket_set_timeout", MAY_BE_FALSE | MAY_BE_TRUE),

0 commit comments

Comments
 (0)