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 9ce5776 commit 98a071eCopy full SHA for 98a071e
ext/opcache/Optimizer/zend_func_info.c
@@ -686,7 +686,7 @@ static const func_info_t func_infos[] = {
686
F1("session_encode", MAY_BE_FALSE | MAY_BE_STRING),
687
688
/* ext/pgsql */
689
- F1("pg_connect", MAY_BE_FALSE | MAY_BE_RESOURCE),
+ FN("pg_connect", MAY_BE_FALSE | MAY_BE_RESOURCE),
690
FN("pg_pconnect", MAY_BE_FALSE | MAY_BE_RESOURCE),
691
F1("pg_dbname", MAY_BE_STRING),
692
F1("pg_last_error", MAY_BE_STRING),
0 commit comments