Skip to content

Commit 8c67abb

Browse files
committed
Drop gz aliases from func info
Func info does not need to include function aliases, we'll look up based on the primary function name.
1 parent 6385006 commit 8c67abb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/Optimizer/zend_func_info.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ static const func_info_t func_infos[] = {
542542
F1("utf8_decode", MAY_BE_STRING),
543543

544544
/* ext/zlib */
545-
F1("gzgetc", MAY_BE_FALSE | MAY_BE_STRING),
546-
F1("gzgets", MAY_BE_FALSE | MAY_BE_STRING),
547-
F1("gzread", MAY_BE_FALSE | MAY_BE_STRING),
548545
F1("gzopen", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_RESOURCE),
549546
F1("gzfile", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
550547
F1("gzcompress", MAY_BE_FALSE | MAY_BE_STRING),

0 commit comments

Comments
 (0)