summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-03 07:57:55 +0200
committerRemi Collet <remi@php.net>2023-08-03 07:57:55 +0200
commitfd227d7195365a73be994c359ddae2702ecd9ddf (patch)
tree36754ee30dee63725a47e3d245f6f57000a43cda /REFLECTION
parent02b63ef16d57ed753e491af50032420e85329b21 (diff)
update to 2.0.0beta1
fix segfault in test suite using patch from https://github.com/php-amqp/php-amqp/pull/455
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION28
1 files changed, 22 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index b7a782d..b951aa0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #124 amqp version 2.0.0alpha1 ] {
+Extension [ <persistent> extension #124 amqp version 2.0.0beta1 ] {
- INI {
Entry [ amqp.host <ALL> ]
@@ -73,11 +73,11 @@ Extension [ <persistent> extension #124 amqp version 2.0.0alpha1 ] {
}
- Constants [32] {
- Constant [ string AMQP_EXTENSION_VERSION ] { 2.0.0alpha1 }
+ Constant [ string AMQP_EXTENSION_VERSION ] { 2.0.0beta1 }
Constant [ int AMQP_EXTENSION_VERSION_MAJOR ] { 2 }
Constant [ int AMQP_EXTENSION_VERSION_MINOR ] { 0 }
Constant [ int AMQP_EXTENSION_VERSION_PATCH ] { 0 }
- Constant [ string AMQP_EXTENSION_VERSION_EXTRA ] { alpha1 }
+ Constant [ string AMQP_EXTENSION_VERSION_EXTRA ] { beta1 }
Constant [ int AMQP_EXTENSION_VERSION_ID ] { 20000 }
Constant [ int AMQP_NOPARAM ] { 0 }
Constant [ int AMQP_JUST_CONSUME ] { 1 }
@@ -1245,7 +1245,7 @@ Extension [ <persistent> extension #124 amqp version 2.0.0alpha1 ] {
Property [ private array $arguments = [] ]
}
- - Methods [25] {
+ - Methods [26] {
Method [ <internal:amqp, ctor> public method __construct ] {
- Parameters [1] {
@@ -1278,7 +1278,7 @@ Extension [ <persistent> extension #124 amqp version 2.0.0alpha1 ] {
Method [ <internal:amqp> public method setFlags ] {
- Parameters [1] {
- Parameter #0 [ <required> int $flags ]
+ Parameter #0 [ <required> ?int $flags ]
}
- Return [ void ]
}
@@ -1306,6 +1306,14 @@ Extension [ <persistent> extension #124 amqp version 2.0.0alpha1 ] {
- Return [ void ]
}
+ Method [ <internal:amqp> public method removeArgument ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $argumentName ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:amqp> public method setArguments ] {
- Parameters [1] {
@@ -1470,7 +1478,7 @@ Extension [ <persistent> extension #124 amqp version 2.0.0alpha1 ] {
Property [ private array $arguments = [] ]
}
- - Methods [20] {
+ - Methods [21] {
Method [ <internal:amqp, ctor> public method __construct ] {
- Parameters [1] {
@@ -1546,6 +1554,14 @@ Extension [ <persistent> extension #124 amqp version 2.0.0alpha1 ] {
- Return [ void ]
}
+ Method [ <internal:amqp> public method removeArgument ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $argumentName ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:amqp> public method setArguments ] {
- Parameters [1] {