Skip to content

Commit

Permalink
update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed May 8, 2015
1 parent 35b48bc commit 50d4746
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,25 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2015-04-14</date>
<time>15:55:51</time>
<date>2015-05-08</date>
<time>13:55:51</time>
<version>
<release>1.7.15</release>
<api>1.7.15</api>
<release>1.7.16</release>
<api>1.7.16</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 swoole_client waitall parameters failures
- Fixed swoole_table dead loop BUG
- Disable swoole_websocket_server->send method
- Added swoole_table->incr/decr methods
- Added http server gzip compression supports
- Added swoole_server open_eof_split configuration
- Fixed swoole_server->addtimer and tick timer conflict
- Added server statistics items request_count and worker_request_count
- Added server connections iterator, foreach traverse server can use all the connections
- Optimize dispatch_mode = 3 model to enhance the efficiency of task assignment
- Added multipart-form http server and upload files support
- Added http server requests query_string
- Fixed invalid parameter problem task_max_request
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "Client.h"
#include "async.h"

#define PHP_SWOOLE_VERSION "1.7.16-rc1"
#define PHP_SWOOLE_VERSION "1.7.16"
#define PHP_SWOOLE_CHECK_CALLBACK

/**
Expand Down

0 comments on commit 50d4746

Please sign in to comment.