Skip to content

Commit 51e861f

Browse files
committed
Remove useless funcinfo
1 parent 6553e24 commit 51e861f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/Optimizer/zend_func_info.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,6 @@ static const func_info_t func_infos[] = {
658658
F1("session_encode", MAY_BE_FALSE | MAY_BE_STRING),
659659

660660
/* ext/pgsql */
661-
FN("pg_connect", MAY_BE_FALSE | MAY_BE_OBJECT),
662-
FN("pg_pconnect", MAY_BE_FALSE | MAY_BE_OBJECT),
663661
F1("pg_dbname", MAY_BE_STRING),
664662
F1("pg_options", MAY_BE_STRING),
665663
F1("pg_port", MAY_BE_STRING),

0 commit comments

Comments
 (0)