Package.xml

v1.1
Pierrick Charron 2012-11-20 17:11:12 -05:00
parent d4c9f11e07
commit 6a0fd1393f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ This extension allows php applications to communicate with any Stomp compliant M
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Add two new ini options stomp.default_username and stomp.default_passowrd (Pierrick)
- General performance improvements (Pierrick)
- Fix stomp_read_frame when buffered (Pierrick)
- Fixed bug #59217 (Connections to RabbitMQ via CLI). (Pierrick).
- Fixed bug #59970 (acking a message makes rabbitmq disconnect the server). (Pierrick)