|
7 | 7 | <channel>pecl.php.net</channel>
|
8 | 8 | <summary>PHP's asynchronous concurrent distributed networking framework</summary>
|
9 | 9 | <description>PHP's asynchronous concurrent distributed networking framework.
|
10 |
| -- Event-driven |
11 |
| -- Asynchronous non-blocking |
12 |
| -- Multi-Thread reactor |
13 |
| -- Multi-Process worker |
14 |
| -- Millisecond timer |
15 |
| -- Asynchronous MySQL |
16 |
| -- AsyncTask workers |
| 10 | +- event-driven |
| 11 | +- full asynchronous non-blocking |
| 12 | +- multi-thread reactor |
| 13 | +- multi-process worker |
| 14 | +- millisecond timer |
| 15 | +- async MySQL |
| 16 | +- async task |
| 17 | +- async read/write file system |
| 18 | +- async dns lookup |
| 19 | +- support IPv4/IPv6/UnixSocket/TCP/UDP |
17 | 20 | </description>
|
18 | 21 | <lead>
|
19 | 22 | <name>Tianfeng Han</name>
|
|
27 | 30 |
|
28 | 31 | <active>yes</active>
|
29 | 32 | </developer>
|
30 |
| - <date>2014-04-16</date> |
| 33 | + <date>2014-04-30</date> |
31 | 34 | <time>19:51:51</time>
|
32 | 35 | <version>
|
33 |
| - <release>1.7.0</release> |
34 |
| - <api>1.7.0</api> |
| 36 | + <release>1.7.1</release> |
| 37 | + <api>1.7.1</api> |
35 | 38 | </version>
|
36 | 39 | <stability>
|
37 | 40 | <release>stable</release>
|
38 | 41 | <api>stable</api>
|
39 | 42 | </stability>
|
40 | 43 | <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
|
41 | 44 | <notes>
|
42 |
| - - Fixed compile error. |
| 45 | +- Check close fd is not timer_fd |
| 46 | +- TCP_DEFER_ACCEPT option |
| 47 | +- socket LINGER option |
| 48 | +- Fixed eof_check memory error |
| 49 | +- Added swoole_event_set |
| 50 | +- Added swoole_client out_buffer |
| 51 | +- Added socket linger option |
| 52 | +- Fixed the swoole_server->close destroy out_buffer bug |
| 53 | +- Using php_error_docref |
| 54 | +- Fixed swoole_async_dns_lookup warning |
43 | 55 | </notes>
|
44 | 56 | <contents>
|
45 | 57 | <dir name="/">
|
|
183 | 195 | <providesextension>swoole</providesextension>
|
184 | 196 | <extsrcrelease />
|
185 | 197 | <changelog>
|
| 198 | + <release> |
| 199 | + <date>2014-04-16</date> |
| 200 | + <time>19:51:51</time> |
| 201 | + <version> |
| 202 | + <release>1.7.0</release> |
| 203 | + <api>1.7.0</api> |
| 204 | + </version> |
| 205 | + <stability> |
| 206 | + <release>stable</release> |
| 207 | + <api>stable</api> |
| 208 | + </stability> |
| 209 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license> |
| 210 | + <notes> |
| 211 | + - Fixed compile error. |
| 212 | + </notes> |
| 213 | + </release> |
| 214 | + |
186 | 215 | <release>
|
187 | 216 | <date>2014-04-11</date>
|
188 | 217 | <time>10:51:51</time>
|
|
0 commit comments