Merge branch 'PHP-8.2' into PHP-8.3

This commit is contained in:
David Carlier 2023-12-23 17:15:06 +00:00
commit 0c8e45e71f
4 changed files with 8 additions and 4 deletions

View file

@ -184,9 +184,10 @@ static const php_stream_ops php_stream_pgsql_fd_ops = {
ZEND_BEGIN_MODULE_GLOBALS(pgsql)
zend_long num_links,num_persistent;
zend_long max_links,max_persistent;
zend_long allow_persistent;
bool allow_persistent;
int ignore_notices;
zend_long auto_reset_persistent;
int ignore_notices,log_notices;
int log_notices;
zend_object *default_link; /* default link when connection is omitted */
HashTable field_oids;
HashTable table_oids;