summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-12 14:46:09 +0200
committerRemi Collet <remi@php.net>2023-06-12 14:46:09 +0200
commitee4677e943d6e76d12d59a3d4be13c1417f8b183 (patch)
tree244b0a389ebae6f67c0c4752ff7f49773c61c219 /REFLECTION
parentf4f6e94673a7ce7f64525161d21720da7ce327de (diff)
update to 2.2.2
build out of sources tree
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION5
1 files changed, 3 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index c1a48ff..6260811 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 pq version 2.2.1 ] {
+Extension [ <persistent> extension #122 pq version 2.2.2 ] {
- Dependencies {
Dependency [ raphf (Required) ]
@@ -1269,7 +1269,7 @@ Extension [ <persistent> extension #122 pq version 2.2.1 ] {
Class [ <internal:pq> <iterateable> class pq\Result implements IteratorAggregate, Traversable, Countable ] {
- - Constants [21] {
+ - Constants [22] {
Constant [ public int EMPTY_QUERY ] { 0 }
Constant [ public int COMMAND_OK ] { 1 }
Constant [ public int TUPLES_OK ] { 2 }
@@ -1289,6 +1289,7 @@ Extension [ <persistent> extension #122 pq version 2.2.1 ] {
Constant [ public int CONV_SCALAR ] { 15 }
Constant [ public int CONV_ARRAY ] { 16 }
Constant [ public int CONV_DATETIME ] { 32 }
+ Constant [ public int CONV_JSON ] { 256 }
Constant [ public int CONV_BYTEA ] { 8 }
Constant [ public int CONV_ALL ] { 65535 }
}