stomp 1.0.7

Stomp client extension


This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.

License: PHP License

Changes

- add LICENSE file as documentation (Remi)
- Fixed Windows compilation regression due to new TCP_NODELAY code. (Gennady Feldman)
- Fixed bug where error checking was missing after stomp_send(). (Gennady Feldman)