summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-10 12:22:34 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-10 12:22:34 +0200
commit6615b9c287963730fcc6fdf0f49d2597154e40f9 (patch)
tree87941209cf200339814bc056fac1cfb924d4ef94 /ext/pgsql/php_pgsql.h
parented1df9d135422bbb44fcd291ad7954358a6f87ed (diff)
parentc7a86a38a3f657ab81163ac794450fc7ada2ba3c (diff)
downloadphp-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.h1
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)