| Patch |
File delta |
Description |
| 0001 Use homemade autoload.php.patch | (download) |
demo/basic_return.php |
2 1 + 1 - 0 !
demo/config.php |
2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-) |
use homemade autoload.php
Work around the lack of proper autoload.php from Composer
|
| 0003 Drop use of unhandled v1 v2 version by pkg php tools.patch | (download) |
composer.json |
3 0 + 3 - 0 !
1 file changed, 3 deletions(-) |
=?utf-8?q?drop_use_of_unhandled_=e2=80=9cv1_-_v2=e2=80=9c_version_?=
=?utf-8?q?by_pkg-php-tools?=
|
| 0003 Use php phpseclib3.patch | (download) |
composer.json |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
use php-phpseclib3
|
| 0004 Use TLS v1.3.patch | (download) |
tests/Functional/Connection/SSLConnectionTest.php |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
use tls v1.3
|
| 0005 Adapt to recent version of PHPUnit 10.patch | (download) |
tests/Functional/Channel/ChannelTimeoutTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/Heartbeat/PCNTLHeartbeatSenderTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/Heartbeat/SIGHeartbeatSenderTest.php |
2 1 + 1 - 0 !
tests/Unit/Connection/LibraryPropertiesTest.php |
4 2 + 2 - 0 !
4 files changed, 7 insertions(+), 7 deletions(-) |
adapt to recent version of phpunit (10)
|
| 0006 Rename AbstractConnectionTest as AbstractConnectionT.patch | (download) |
tests/Functional/AbstractConnectionTestCase.php |
6 3 + 3 - 0 !
tests/Functional/Bug/Bug256Test.php |
4 2 + 2 - 0 !
tests/Functional/Connection/AMQPStreamConnectionTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/ConnectionAuthTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/ConnectionClosedTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/ConnectionCreationTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/ConnectionResourceLeakTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/ConnectionUnresponsiveTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/Heartbeat/PCNTLHeartbeatSenderTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/Heartbeat/SIGHeartbeatSenderTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/Heartbeat/SignalHeartbeatTest.php |
4 2 + 2 - 0 !
tests/Functional/Connection/SSLConnectionTest.php |
4 2 + 2 - 0 !
tests/Unit/Connection/AbstractConnectionTestCase.php |
2 1 + 1 - 0 !
13 files changed, 26 insertions(+), 26 deletions(-) |
rename abstractconnectiontest as abstractconnectiontestcase
Bug-Debian: https://bugs.debian.org/1070517
|
| 0007 Make provider functions static PHPUnit 11 Fix.patch | (download) |
tests/Functional/Channel/ChannelTimeoutTest.php |
2 1 + 1 - 0 !
tests/Functional/Channel/ChannelWaitTest.php |
6 3 + 3 - 0 !
tests/Functional/Connection/ConnectionCreationTest.php |
2 1 + 1 - 0 !
tests/Functional/Connection/SSLConnectionTest.php |
4 3 + 1 - 0 !
tests/Unit/Channel/AMQPChannelTest.php |
2 1 + 1 - 0 !
tests/Unit/Connection/AMQPConnectionConfigTest.php |
2 2 + 0 - 0 !
tests/Unit/Helper/MiscHelperTest.php |
4 2 + 2 - 0 !
tests/Unit/Message/AMQPMessageTest.php |
2 1 + 1 - 0 !
tests/Unit/WireTest.php |
20 10 + 10 - 0 !
9 files changed, 24 insertions(+), 20 deletions(-) |
make provider functions static (phpunit 11 fix)
Bug-Debian: https://bugs.debian.org/1070517
|
| 0008 Modernize PHPUnit syntax.patch | (download) |
tests/Functional/Bug/Bug256Test.php |
5 2 + 3 - 0 !
tests/Functional/Bug/Bug40Test.php |
5 2 + 3 - 0 !
tests/Functional/Bug/Bug458Test.php |
4 2 + 2 - 0 !
tests/Functional/Bug/Bug49Test.php |
5 2 + 3 - 0 !
tests/Functional/Channel/ChannelConsumeTest.php |
6 3 + 3 - 0 !
tests/Functional/Channel/ChannelTimeoutTest.php |
10 6 + 4 - 0 !
tests/Functional/Channel/ChannelWaitTest.php |
19 10 + 9 - 0 !
tests/Functional/Channel/DirectExchangeTest.php |
13 4 + 9 - 0 !
tests/Functional/Channel/HeadersExchangeTest.php |
3 2 + 1 - 0 !
tests/Functional/Channel/TopicExchangeTest.php |
13 4 + 9 - 0 !
tests/Functional/Connection/AMQPStreamConnectionTest.php |
3 2 + 1 - 0 !
tests/Functional/Connection/ConnectionAuthTest.php |
3 2 + 1 - 0 !
tests/Functional/Connection/ConnectionClosedTest.php |
52 27 + 25 - 0 !
tests/Functional/Connection/ConnectionCreationTest.php |
19 11 + 8 - 0 !
tests/Functional/Connection/ConnectionResourceLeakTest.php |
5 2 + 3 - 0 !
tests/Functional/Connection/ConnectionUnresponsiveTest.php |
12 7 + 5 - 0 !
tests/Functional/Connection/Heartbeat/PCNTLHeartbeatSenderTest.php |
27 11 + 16 - 0 !
tests/Functional/Connection/Heartbeat/SIGHeartbeatSenderTest.php |
23 10 + 13 - 0 !
tests/Functional/Connection/Heartbeat/SignalHeartbeatTest.php |
7 4 + 3 - 0 !
tests/Functional/Connection/SSLConnectionTest.php |
19 9 + 10 - 0 !
tests/Functional/FileTransferTest.php |
5 2 + 3 - 0 !
tests/Functional/Message/AMQPMessageTest.php |
9 3 + 6 - 0 !
tests/Functional/ReconnectConnectionTest.php |
25 7 + 18 - 0 !
tests/Functional/StreamIOTest.php |
9 3 + 6 - 0 !
tests/Unit/Channel/AMQPChannelTest.php |
26 9 + 17 - 0 !
tests/Unit/Connection/AMQPConnectionConfigTest.php |
46 14 + 32 - 0 !
tests/Unit/Connection/AMQPSocketConnectionTest.php |
5 2 + 3 - 0 !
tests/Unit/Connection/AMQPStreamConnectionTest.php |
7 3 + 4 - 0 !
tests/Unit/Connection/AbstractConnectionTestCase.php |
15 6 + 9 - 0 !
tests/Unit/Connection/LazyConnectionTest.php |
13 4 + 9 - 0 !
tests/Unit/Connection/LibraryPropertiesTest.php |
7 3 + 4 - 0 !
tests/Unit/Helper/MiscHelperTest.php |
18 7 + 11 - 0 !
tests/Unit/Helper/Protocol/Protocol091Test.php |
113 29 + 84 - 0 !
tests/Unit/Message/AMQPMessageTest.php |
20 7 + 13 - 0 !
tests/Unit/Wire/AMQPCollectionTest.php |
93 24 + 69 - 0 !
tests/Unit/Wire/AMQPDecimalTest.php |
17 5 + 12 - 0 !
tests/Unit/Wire/AMQPWriterTest.php |
25 7 + 18 - 0 !
tests/Unit/Wire/IO/SocketIOTest.php |
32 12 + 20 - 0 !
tests/Unit/Wire/IO/StreamIOTest.php |
9 4 + 5 - 0 !
tests/Unit/WireTest.php |
154 45 + 109 - 0 !
40 files changed, 318 insertions(+), 583 deletions(-) |
modernize phpunit syntax
|
| 0009 Compatibility with recent PHPUnit 13.patch | (download) |
tests/Functional/Connection/Heartbeat/PCNTLHeartbeatSenderTest.php |
2 1 + 1 - 0 !
tests/Functional/Connection/Heartbeat/SIGHeartbeatSenderTest.php |
2 1 + 1 - 0 !
tests/Functional/Connection/Heartbeat/SignalHeartbeatTest.php |
2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-) |
compatibility with recent phpunit (13)
|