Merge branch 'PHP-8.3'

This commit is contained in:
David Carlier 2023-11-27 18:20:38 +00:00
commit 2ef4785dac
2 changed files with 24 additions and 1 deletions

View file

@ -2199,7 +2199,7 @@ PHP_FUNCTION(pg_untrace)
PGconn *pgsql;
pgsql_link_handle *link;
if (zend_parse_parameters(ZEND_NUM_ARGS(), "|r!", &pgsql_link) == FAILURE) {
if (zend_parse_parameters(ZEND_NUM_ARGS(), "|O!", &pgsql_link, pgsql_link_ce) == FAILURE) {
RETURN_THROWS();
}