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.
2 parents 2ffab44 + 98a071e commit cb1d113Copy full SHA for cb1d113
Zend/Optimizer/zend_func_info.c
@@ -684,7 +684,7 @@ static const func_info_t func_infos[] = {
684
F1("session_encode", MAY_BE_FALSE | MAY_BE_STRING),
685
686
/* ext/pgsql */
687
- F1("pg_connect", MAY_BE_FALSE | MAY_BE_RESOURCE),
+ FN("pg_connect", MAY_BE_FALSE | MAY_BE_RESOURCE),
688
FN("pg_pconnect", MAY_BE_FALSE | MAY_BE_RESOURCE),
689
F1("pg_dbname", MAY_BE_STRING),
690
F1("pg_options", MAY_BE_STRING),
0 commit comments