Commit Graph

121 Commits (master)

Author SHA1 Message Date
Pierrick Charron b68730beb9 New maintenance version 2012-09-17 14:13:40 +00:00
Pierrick Charron 4886ef7435 Fixed bug #62831 (Stomp module seems not initializing SSL library first). (Patch by lwhsu at lwhsu dot org) 2012-08-16 03:23:42 +00:00
Pierrick Charron 6643708893 Add item in the todo list 2011-09-14 15:50:08 +00:00
Pierrick Charron 43be636313 Make test work with -dev 2011-09-09 19:27:26 +00:00
Pierrick Charron 4afeec47b5 Fix macros 2011-09-01 14:19:38 +00:00
Pierrick Charron e95a759e70 Modify the phpinfo to display either or not the SSL support is enabled 2010-10-16 03:50:50 +00:00
Pierrick Charron df9b30bbb3 Update the php documentation 2010-10-13 03:39:55 +00:00
Pierrick Charron 957f9528dc Tag 1.0.3 and bump trunk version 2010-10-13 03:28:20 +00:00
Pierrick Charron 98ed6eac3c Fixed default read timeout usec 2010-10-13 03:13:56 +00:00
Pierrick Charron 61327e6fa7 Fixed bug #18772 (setTimeout usecs not honored). 2010-10-13 03:13:19 +00:00
Pierrick Charron 90ef82399f Remove useless call to zend_hash_internal_pointer_reset 2010-08-20 05:36:18 +00:00
Pierrick Charron 8655cf0971 Update package.xml 2010-08-13 14:06:56 +00:00
Pierrick Charron 77271afef3 Modify package.xml and version number for release 1.0.2 2010-08-13 13:51:33 +00:00
Pierrick Charron d667481cd7 Coding standards 2010-08-12 03:27:21 +00:00
Pierrick Charron e4b0c389d6 Avoid too many call to php_pollfd_for_ms (this fix SSL connection problem) 2010-08-12 03:21:53 +00:00
Pierrick Charron cc688cd647 tag 1.0.1 release 2010-08-03 13:21:20 +00:00
Pierrick Charron c3d53e5f2e Update tests to match new changes 2010-07-27 06:09:14 +00:00
Pierrick Charron 7d24da3a22 Update package.xml with recent changes 2010-07-27 05:55:15 +00:00
Pierrick Charron 078bac3324 New details property in the StompException class
New method StompException::getDetails()
Add the body content in the Stomp::Error() method
2010-07-27 05:48:59 +00:00
Pierrick Charron ca58640f70 Fix memory leak 2010-07-26 05:11:37 +00:00
Pierrick Charron f444d89b61 TODO list 2010-06-09 20:31:41 +00:00
Pierrick Charron 97ab0bcdd2 Add more specific error messages when receipt is not valid 2010-06-08 03:56:04 +00:00
Pierrick Charron cabdb94a17 Update package.xml 2010-06-07 02:55:28 +00:00
Pierrick Charron 928bc0975e Code cleaning 2010-06-07 02:53:34 +00:00
Pierrick Charron 56c9d3d3f9 Fixed bug #17262 (Server is not responding on win32). 2010-06-07 02:31:30 +00:00
Pierrick Charron 3c59221f67 Remove unused variable 2010-06-07 01:06:18 +00:00
Pierrick Charron 2c77d459c0 Update tests 2010-06-07 00:07:31 +00:00
Pierrick Charron cb81e1651a Update package.xml 2010-06-06 18:31:29 +00:00
Pierrick Charron 994b70f0b6 Make the php_stomp.c compile with the new runtime cache 2010-06-06 18:22:03 +00:00
Pierrick Charron 3b33476692 Add headers param to the constructor to allow things like activemq durable/retroactive client support 2010-03-17 08:28:53 +00:00
Pierrick Charron 4fcd961e8b Bump to stable 2010-02-12 04:55:47 +00:00
Pierrick Charron 781c5830c3 Update the phpdoc in the example 2010-02-01 14:09:23 +00:00
Pierrick Charron a4ba550d94 Tag release 0.4.1 2010-01-19 05:16:24 +00:00
Pierrick Charron 7293ab3977 Fix compilation issue on 5.2.x 2010-01-18 13:53:47 +00:00
Pierrick Charron b3743c3f77 Package.xml file ready to release 2010-01-18 03:25:50 +00:00
Pierrick Charron e2a724ed9b New test for the stomp extension 2010-01-18 03:25:16 +00:00
Pierrick Charron 3b149a22b1 Add new methods/functions arg info 2010-01-18 02:42:16 +00:00
Pierrick Charron ec0f049612 # Change version to 0.4.0-dev
# Modification of the package.xml for a future release
2010-01-17 14:02:02 +00:00
Pierrick Charron 3e73da930b Adds the ability to specify an alternative class for readFrame 2010-01-16 06:07:42 +00:00
Pierrick Charron f50e766836 New copyright for 2010 2010-01-04 20:22:09 +00:00
Pierrick Charron 7d0911ffd5 Fix typo in comments 2009-12-31 20:34:08 +00:00
Pierrick Charron 8a19087270 Move the use_ssl bool into the option struct 2009-12-28 01:05:04 +00:00
Pierrick Charron 7c135b9664 First step to make the stomp.c/stomp.h more reusable 2009-12-28 01:01:07 +00:00
Pierrick Charron b986c891d8 Rename frame_destroy => stomp_free_frame 2009-12-27 23:51:12 +00:00
Pierrick Charron d1934cf31b Rename stomp_new by stomp_init 2009-12-27 18:53:12 +00:00
Pierrick Charron 26427f95cd Remove useless TSRM from the stomp_close 2009-12-27 18:48:22 +00:00
Pierrick Charron 5940fe8264 Remove useless TSRM from the stomp_new 2009-12-27 18:36:22 +00:00
Pierrick Charron c7ea4d16e0 Fix extern declaration warning 2009-12-27 04:15:15 +00:00
Pierrick Charron 332a4d8a05 Add svn keywords Id and Revision 2009-12-15 14:19:32 +00:00
Pierrick Charron db3abd3904 Code cleaning 2009-12-05 19:49:26 +00:00