From 6a0fd1393f81063ed93a0dd2685225ae004c2033 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 20 Nov 2012 17:11:12 -0500 Subject: [PATCH] Package.xml --- package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/package.xml b/package.xml index e92383a..194abd8 100644 --- a/package.xml +++ b/package.xml @@ -18,6 +18,7 @@ This extension allows php applications to communicate with any Stomp compliant M PHP License - 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)