php5-stomp extension with fixed bug https://bugs.php.net/bug.php?id=70280
 
 
 
 
Go to file
Gennady Feldman fbacdccd37 Fix error checking after stomp_send().
This one has been in there for a while and would hang for me in
1.0.6 release if the connection was refused.

Some tests would fail too. This error was also somewhat masked in
previous release. We should abort and throw an exception if send
fails.
2015-05-05 10:17:49 -04:00
doc Update the php documentation 2010-10-13 03:39:55 +00:00
examples Stomp extension - Initial import 2009-10-30 01:28:16 +00:00
tests Improve frame stack and add test 2014-12-09 01:49:39 -05:00
.gitignore Fix Bug #68497 Stomp client doesn't parse ERROR response on CONNECT 2014-12-02 19:28:20 +01:00
CREDITS Stomp extension - Initial import 2009-10-30 01:28:16 +00:00
LICENSE add missing LICENSE file (mandatory for downstream) 2014-12-08 06:25:08 +01:00
TODO Add new note 2012-11-18 20:31:55 -05:00
config.m4 Add stomp+SSL support 2009-10-31 20:34:03 +00:00
config.w32 * Windows build fix (swap #include) 2009-10-31 21:50:11 +00:00
package.xml add missing LICENSE file (mandatory for downstream) 2014-12-08 06:25:08 +01:00
php_stomp.c Fix error checking after stomp_send(). 2015-05-05 10:17:49 -04:00
php_stomp.h 1.0.6 => 1.0.7-dev 2014-12-07 21:57:57 -05:00
stomp.c Improve frame stack and add test 2014-12-09 01:49:39 -05:00
stomp.h Improve frame stack and add test 2014-12-09 01:49:39 -05:00