Skip to content

Commit

Permalink
update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Apr 30, 2014
1 parent 91ea359 commit e431d00
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 12 deletions.
51 changes: 40 additions & 11 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
<channel>pecl.php.net</channel>
<summary>PHP's asynchronous concurrent distributed networking framework</summary>
<description>PHP's asynchronous concurrent distributed networking framework.
- Event-driven
- Asynchronous non-blocking
- Multi-Thread reactor
- Multi-Process worker
- Millisecond timer
- Asynchronous MySQL
- AsyncTask workers
- event-driven
- full asynchronous non-blocking
- multi-thread reactor
- multi-process worker
- millisecond timer
- async MySQL
- async task
- async read/write file system
- async dns lookup
- support IPv4/IPv6/UnixSocket/TCP/UDP
</description>
<lead>
<name>Tianfeng Han</name>
Expand All @@ -27,19 +30,28 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2014-04-16</date>
<date>2014-04-30</date>
<time>19:51:51</time>
<version>
<release>1.7.0</release>
<api>1.7.0</api>
<release>1.7.1</release>
<api>1.7.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed compile error.
- Check close fd is not timer_fd
- TCP_DEFER_ACCEPT option
- socket LINGER option
- Fixed eof_check memory error
- Added swoole_event_set
- Added swoole_client out_buffer
- Added socket linger option
- Fixed the swoole_server->close destroy out_buffer bug
- Using php_error_docref
- Fixed swoole_async_dns_lookup warning
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -183,6 +195,23 @@
<providesextension>swoole</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-04-16</date>
<time>19:51:51</time>
<version>
<release>1.7.0</release>
<api>1.7.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed compile error.
</notes>
</release>

<release>
<date>2014-04-11</date>
<time>10:51:51</time>
Expand Down
2 changes: 1 addition & 1 deletion php_swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "Server.h"
#include "Client.h"

#define PHP_SWOOLE_VERSION "1.7.1-stable"
#define PHP_SWOOLE_VERSION "1.7.1"
#define PHP_SWOOLE_CHECK_CALLBACK

/**
Expand Down

0 comments on commit e431d00

Please sign in to comment.