We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6553e24 commit 51e861fCopy full SHA for 51e861f
Zend/Optimizer/zend_func_info.c
@@ -658,8 +658,6 @@ static const func_info_t func_infos[] = {
658
F1("session_encode", MAY_BE_FALSE | MAY_BE_STRING),
659
660
/* ext/pgsql */
661
- FN("pg_connect", MAY_BE_FALSE | MAY_BE_OBJECT),
662
- FN("pg_pconnect", MAY_BE_FALSE | MAY_BE_OBJECT),
663
F1("pg_dbname", MAY_BE_STRING),
664
F1("pg_options", MAY_BE_STRING),
665
F1("pg_port", MAY_BE_STRING),
0 commit comments