1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>stomp</name>
<channel>pecl.php.net</channel>
<summary>Stomp client extension</summary>
<description>This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.</description>
<lead>
<name>Pierrick Charron</name>
<user>pierrick</user>
<email>pierrick@php.net</email>
<active>yes</active>
</lead>
<date>2012-11-18</date>
<time>22:35:40</time>
<version>
<release>1.0.5</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix memory leak when Stomp can't write the message on the queue. (Pierrick)
- Add a buffer for receipts. (Pierrick)
- Fixed bug #62831 (Stomp module seems not initializing SSL library first).
(Patch by lwhsu at lwhsu dot org)
- Fixed bug #59972 (Message body are not binary safe). (Pierrick)
</notes>
<contents>
<dir name="/">
<file md5sum="dea8b87e881c1749ca1dcf49b70b3357" name="CREDITS" role="doc" />
<file md5sum="ca34528b5767b13438ee40706c639cd8" name="config.m4" role="src" />
<file md5sum="b25aea669552fa555bb7f8aad9b266ec" name="config.w32" role="src" />
<file md5sum="fcdd068b8e52a420ba8cac6612c55b12" name="php_stomp.c" role="src" />
<file md5sum="aeb07d47bfacf4c38d39b66103e2ce84" name="php_stomp.h" role="src" />
<file md5sum="392305ed717ed5d7390a705779d825c0" name="stomp.c" role="src" />
<file md5sum="ffc61752d00242ecf5a4b68a5aaa7741" name="stomp.h" role="src" />
<file md5sum="8a5b7b3e69796d6be36d4f8fb9ae197b" name="tests/001-stomp.phpt" role="test" />
<file md5sum="08b07193fda93650082384acaff1f149" name="tests/002-version.phpt" role="test" />
<file md5sum="6251ffefb9b0bef1f71d15e1a449b062" name="tests/003-connect/001.phpt" role="test" />
<file md5sum="36600c64e58abfd80feef8e9ca01a47b" name="tests/003-connect/002.phpt" role="test" />
<file md5sum="1c92179d6adea2ddefc1ce53a4bf661d" name="tests/004-getSessionId/001.phpt" role="test" />
<file md5sum="4dd01302c884e9e932ce2d6fe76893b4" name="tests/005-close/001.phpt" role="test" />
<file md5sum="e11abccb66d9bf0bdc7f3efb932b8ffb" name="tests/005-close/002.phpt" role="test" />
<file md5sum="2392397468e0de01ae9e544da09071e9" name="tests/006-send/001.phpt" role="test" />
<file md5sum="94a883b61261c075cc5628190e98465f" name="tests/006-send/002.phpt" role="test" />
<file md5sum="00a5a4056f739765a25db6ba4e212aee" name="tests/007-subscribe/001.phpt" role="test" />
<file md5sum="6bafdff11d2aa15adfa897c5c4f479be" name="tests/008-unsubscribe/001.phpt" role="test" />
<file md5sum="7c47c4938e39c0ec2e89c3d16fdc1310" name="tests/009-readFrame/001.phpt" role="test" />
<file md5sum="7b12ce3617fabe2321616ba4bcc7428f" name="tests/009-readFrame/002.phpt" role="test" />
<file md5sum="bed89ff5f95be03b8cd930ede8d5e2a4" name="tests/009-readFrame/003.phpt" role="test" />
<file md5sum="10b6c5743f36a16a3aedd09d0821a1f4" name="tests/009-readFrame/004.phpt" role="test" />
<file md5sum="86eacd6b5db6fc5d18e585a520f1b7dd" name="tests/009-readFrame/005.phpt" role="test" />
<file md5sum="28ee309fe5b6428a2ef7dd5ff2f97eed" name="tests/010-timeout/001.phpt" role="test" />
<file md5sum="202a2c0742fe41ce43ad763181094a53" name="tests/010-timeout/002.phpt" role="test" />
<file md5sum="022f26d493b9ea757497dac7fa5af8da" name="tests/011-commit/001.phpt" role="test" />
<file md5sum="5e2ed9b1a9fb5e54b05c3a1859c756d5" name="doc/classes.php" role="doc" />
<file md5sum="3dc97a132f8f884499a76e6efcde8ced" name="doc/functions.php" role="doc" />
<file md5sum="fbb604ae4fa24309224f1f6810bdb6ea" name="examples/oop.php" role="doc" />
<file md5sum="d2e62640342541d30b09f3799dc2b3fa" name="examples/procedural.php" role="doc" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.2</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
<optional>
<extension>
<name>openssl</name>
</extension>
</optional>
</dependencies>
<providesextension>stomp</providesextension>
<extsrcrelease>
<configureoption default="/usr" name="with-openssl-dir" prompt="OpenSSL install prefix (no to disable SSL support)" />
</extsrcrelease>
<changelog>
<release>
<version>
<release>1.0.5</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2012-11-18</date>
<notes>
- Fix memory leak when Stomp can't write the message on the queue. (Pierrick)
- Add a buffer for receipts. (Pierrick)
- Fixed bug #62831 (Stomp module seems not initializing SSL library first).
(Patch by lwhsu at lwhsu dot org)
- Fixed bug #59972 (Message body are not binary safe). (Pierrick)
</notes>
</release>
<release>
<version>
<release>1.0.4</release>
<api>1.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2012-09-17</date>
<notes>
- Fix compatibility with 5.4
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2010-10-12</date>
<notes>
- Fixed bug #18772 (setTimeout usecs not honored)
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2010-08-13</date>
<notes>
- Fixed SSL connection bug introduced in 1.0.1
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2010-08-03</date>
<notes>
- 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)
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2010-02-11</date>
<notes>
- Bump to stable
</notes>
</release>
<release>
<version>
<release>0.4.1</release>
<api>0.4.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2010-01-19</date>
<notes>
- Fix compilation issue on PHP5.2 branch
</notes>
</release>
<release>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2010-01-17</date>
<notes>
- Adds the ability to specify an alternative class for readFrame
</notes>
</release>
<release>
<version>
<release>0.3.2</release>
<api>0.3.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2009-11-22</date>
<notes>
- Adds alt class
- Fixed bug #16936 (Module segfaults on readFrame if Frame > STOMP_BUFSIZE)
- Fixed bug #16933 (readFrame does not notice when server shuts down)
- Fixed bug #16930 (readFrame reports error-frames as "timeout")
</notes>
</release>
<release>
<version>
<release>0.3.1</release>
<api>0.3.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2009-11-08</date>
<notes>
- Fix memory leak in stomp_send and in stomp_ack
- Reduced minimum php version to 5.2.2
</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2009-11-06</date>
<notes>
- new stomp_connect_error() function (pierrick)
- stomp_begin, stomp_abort and stomp_commit now accept additional headers (pierrick)
- new connection timeout and read timeout ini configuration (pierrick)
- Fix a memory leak in stomp_read_line (pierrick)
- Better set of test (Pierrick and Anis)
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2009-11-01</date>
<notes>
- Windows build fix (kalle)
- Add SSL support (pierrick)
</notes>
</release>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2009-10-30</date>
<notes>
- Initial PECL release. (pierrick)
</notes>
</release>
</changelog>
</package>
|