mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/pgsql: globals data struct rework/size reduction (#18503)
This commit is contained in:
@@ -180,12 +180,12 @@ 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;
|
||||
bool allow_persistent;
|
||||
int ignore_notices;
|
||||
zend_long auto_reset_persistent;
|
||||
int log_notices;
|
||||
zend_object *default_link; /* default link when connection is omitted */
|
||||
zend_string *regexes[PGSQL_MAX_REGEXES];
|
||||
bool allow_persistent;
|
||||
bool ignore_notices;
|
||||
bool log_notices;
|
||||
HashTable field_oids;
|
||||
HashTable table_oids;
|
||||
HashTable connections;
|
||||
|
||||
Reference in New Issue
Block a user