Skip to content

Commit fecf74b

Browse files
committed
opcache: regenerate optimizer info
1 parent a828cac commit fecf74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Optimizer/zend_func_infos.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ static const func_info_t func_infos[] = {
422422
F1("posix_getrlimit", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_FALSE),
423423
#endif
424424
F1("pspell_suggest", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_FALSE),
425+
F1("random_bytes", MAY_BE_STRING),
425426
#if defined(HAVE_HISTORY_LIST)
426427
F1("readline_list_history", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING),
427428
#endif
@@ -677,7 +678,6 @@ static const func_info_t func_infos[] = {
677678
#endif
678679
F1("quoted_printable_decode", MAY_BE_STRING),
679680
F1("quoted_printable_encode", MAY_BE_STRING),
680-
F1("random_bytes", MAY_BE_STRING),
681681
F1("soundex", MAY_BE_STRING),
682682
F1("stream_context_create", MAY_BE_RESOURCE),
683683
F1("stream_context_get_params", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_ANY),

0 commit comments

Comments
 (0)