Skip to content

Convert resources to objects in ext/pgsql #6791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Remove useless funcinfo
  • Loading branch information
kocsismate committed May 10, 2021
commit 51e861f021a74b382bf91b240226dd7087c2d36c
2 changes: 0 additions & 2 deletions Zend/Optimizer/zend_func_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ static const func_info_t func_infos[] = {
F1("session_encode", MAY_BE_FALSE | MAY_BE_STRING),

/* ext/pgsql */
FN("pg_connect", MAY_BE_FALSE | MAY_BE_OBJECT),
FN("pg_pconnect", MAY_BE_FALSE | MAY_BE_OBJECT),
F1("pg_dbname", MAY_BE_STRING),
F1("pg_options", MAY_BE_STRING),
F1("pg_port", MAY_BE_STRING),
Expand Down