Package Information |
Summary |
Stomp client extension |
Maintainers |
Xinchen Hui <
laruence at php dot net >
(lead)
[details]
Pierrick Charron <
pierrick at php dot net >
(lead)
[details]
Gennady Feldman <
gena01 at php dot net >
(lead)
[details]
Remi Collet (lead)
[details]
|
License |
PHP License |
Description |
This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces. |
Release notes
Version 1.0.1
(stable)
|
- Add new parameter to the constructor to allow client to send extra informations - Add zend engine runtime cache support (introduced into trunk) - Add new details property in the StompException class - Add new StompException::getDetails() method - Add the frame body content in the Stomp::Error() method - Fixed bug #17262 (Server is not responding on win32). |