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 63126d8 commit 4dc7c81Copy full SHA for 4dc7c81
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