mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
This commit is contained in:
commit
0c8e45e71f
4 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue