We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90da482 commit be53902Copy full SHA for be53902
ext/pgsql/php_pgsql.h
@@ -180,12 +180,12 @@ static const php_stream_ops php_stream_pgsql_fd_ops = {
180
ZEND_BEGIN_MODULE_GLOBALS(pgsql)
181
zend_long num_links,num_persistent;
182
zend_long max_links,max_persistent;
183
- bool allow_persistent;
184
- int ignore_notices;
185
zend_long auto_reset_persistent;
186
- int log_notices;
187
zend_object *default_link; /* default link when connection is omitted */
188
zend_string *regexes[PGSQL_MAX_REGEXES];
+ bool allow_persistent;
+ bool ignore_notices;
+ bool log_notices;
189
HashTable field_oids;
190
HashTable table_oids;
191
HashTable connections;
0 commit comments