summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-22 12:19:33 +0100
committerRemi Collet <remi@php.net>2024-01-22 12:19:33 +0100
commitc05f52a67992a0b50893e949bd18b85948a7ac16 (patch)
treed69441b67b4d50705ade2bed37c84f063dda3329 /REFLECTION
parent477b0b60926ff60d921e00247b87de42bca3f4eb (diff)
update to 2.1.2HEADmaster
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION12
1 files changed, 6 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 29b8706..764d037 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #126 amqp version 2.1.1 ] {
+Extension [ <persistent> extension #62 amqp version 2.1.2 ] {
- INI {
Entry [ amqp.host <ALL> ]
@@ -79,12 +79,12 @@ Extension [ <persistent> extension #126 amqp version 2.1.1 ] {
}
- Constants [32] {
- Constant [ string AMQP_EXTENSION_VERSION ] { 2.1.1 }
+ Constant [ string AMQP_EXTENSION_VERSION ] { 2.1.2 }
Constant [ int AMQP_EXTENSION_VERSION_MAJOR ] { 2 }
Constant [ int AMQP_EXTENSION_VERSION_MINOR ] { 1 }
- Constant [ int AMQP_EXTENSION_VERSION_PATCH ] { 1 }
+ Constant [ int AMQP_EXTENSION_VERSION_PATCH ] { 2 }
Constant [ string AMQP_EXTENSION_VERSION_EXTRA ] { }
- Constant [ int AMQP_EXTENSION_VERSION_ID ] { 20101 }
+ Constant [ int AMQP_EXTENSION_VERSION_ID ] { 20102 }
Constant [ int AMQP_NOPARAM ] { 0 }
Constant [ int AMQP_JUST_CONSUME ] { 1 }
Constant [ int AMQP_DURABLE ] { 2 }
@@ -2119,7 +2119,7 @@ Extension [ <persistent> extension #126 amqp version 2.1.1 ] {
}
}
- Class [ <internal:amqp> final class AMQPTimestamp implements Stringable, AMQPValue ] {
+ Class [ <internal:amqp> final readonly class AMQPTimestamp implements Stringable, AMQPValue ] {
- Constants [2] {
Constant [ public float MAX ] { 1.844674407371E+19 }
@@ -2166,7 +2166,7 @@ Extension [ <persistent> extension #126 amqp version 2.1.1 ] {
}
}
- Class [ <internal:amqp> final class AMQPDecimal implements AMQPValue ] {
+ Class [ <internal:amqp> final readonly class AMQPDecimal implements AMQPValue ] {
- Constants [4] {
Constant [ public int EXPONENT_MIN ] { 0 }