diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-10 12:23:01 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-10 12:23:01 +0200 |
commit | 2191eac3b3c4b393235e126e84aac9eaae230c2d (patch) | |
tree | ea88364b875f8e005dfaf99a0868d9cb258b29e9 /ext/pgsql/php_pgsql.h | |
parent | 231fecee273fe8a2f0570cf58b18fa149a9cd0fa (diff) | |
parent | 6615b9c287963730fcc6fdf0f49d2597154e40f9 (diff) | |
download | php-git-2191eac3b3c4b393235e126e84aac9eaae230c2d.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 71d6bd3de2..b8365d659a 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -317,6 +317,7 @@ ZEND_BEGIN_MODULE_GLOBALS(pgsql) int ignore_notices,log_notices; HashTable notices; /* notice message for each connection */ zend_resource *default_link; /* default link when connection is omitted */ + HashTable hashes; /* hashes for each connection */ ZEND_END_MODULE_GLOBALS(pgsql) ZEND_EXTERN_MODULE_GLOBALS(pgsql) |