diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-10 12:22:34 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-10 12:22:34 +0200 |
commit | 6615b9c287963730fcc6fdf0f49d2597154e40f9 (patch) | |
tree | 87941209cf200339814bc056fac1cfb924d4ef94 /ext/pgsql/php_pgsql.h | |
parent | ed1df9d135422bbb44fcd291ad7954358a6f87ed (diff) | |
parent | c7a86a38a3f657ab81163ac794450fc7ada2ba3c (diff) | |
download | php-git-6615b9c287963730fcc6fdf0f49d2597154e40f9.tar.gz |
Merge branch 'PHP-7.2' into PHP-7.3
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 17cda7e923..f484df41fc 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) |