diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 75979b5e80fca..7a5770cb59369 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -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;