|
42 | 42 | <email>shenzhe163@gmail.com</email>
|
43 | 43 | <active>yes</active>
|
44 | 44 | </developer>
|
45 |
| - <date>2021-02-08</date> |
46 |
| - <time>09:00:00</time> |
| 45 | + <date>2021-03-11</date> |
| 46 | + <time>20:00:00</time> |
47 | 47 | <version>
|
48 |
| - <release>4.6.3</release> |
| 48 | + <release>4.6.4</release> |
49 | 49 | <api>4.0</api>
|
50 | 50 | </version>
|
51 | 51 | <stability>
|
|
54 | 54 | </stability>
|
55 | 55 | <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
|
56 | 56 | <notes>
|
57 |
| - New APIs |
58 |
| - --- |
59 |
| - + Added Swoole\Coroutine\go function (swoole/library@92fd0de) (@matyhtf) |
60 |
| - |
61 | 57 | Enhancement
|
62 | 58 | ---
|
63 |
| - + Added option compression_min_length for HTTP Server (#4033) (@matyhtf) |
64 |
| - + Allowed setting content-length HTTP header in application layer (#4041) (@doubaokun) |
| 59 | + + Supported ARM 64 build (#4057) (@devnexen) |
| 60 | + + Supported set open_http_protocol in Swoole TCP Server (#4063) (@matyhtf) |
| 61 | + + Supported ssl client only set certificate (swoole/swoole-src@91704ac) (@matyhtf) |
| 62 | + + Supported ssl client only set certificate (swoole/swoole-src@91704ac) (@matyhtf) |
| 63 | + * Supported tcp_defer_accept option for FreeBSD (#4049) (@devnexen) |
65 | 64 |
|
66 | 65 | Fixed
|
67 | 66 | ---
|
68 |
| - * Fixed coredump when program reach file open limitation (swoole/swoole-src@709813f) (@matyhtf) |
69 |
| - * Fixed JIT being disabled (#4029) (@twose) |
70 |
| - * Fixed Response::create() bug (swoole/swoole-src@a630b5b) (@matyhtf) |
71 |
| - * Fixed task process id false positives (#4040) (@doubaokun) |
72 |
| - * Fixed coredump with native curl hook (#4042) (@Yurunsoft) |
73 |
| - * Fixed README (#4046) (@asheroto) |
74 |
| - * Fixed native-curl crash on PHP8 (#4045) (@matyhtf) |
75 |
| - |
76 |
| - Kernel |
77 |
| - --- |
78 |
| - * Optimized ssl_connect/ssl_shutdown (#4030) (@matyhtf) |
| 67 | + * Fixed Proxy-Authorization missing when use Coroutine\Http\Client (swoole/swoole-src@edc0552) (@matyhtf) |
| 68 | + * Fixed memory allocation issues with Swoole\Table (swoole/swoole-src@3e7770f) (@matyhtf) |
| 69 | + * Fixed crash when Coroutine\Http2\Client connects concurrently (swoole/swoole-src@630536d) (@matyhtf) |
| 70 | + * Fixed enable_ssl_encrypt with DTLS (swoole/swoole-src@842733b) (@matyhtf) |
| 71 | + * Fixed Coroutine\Barrier mem leak (swoole/library#94) (@Appla) (@FMiS) |
| 72 | + * Fixed the offset error caused by CURLOPT_PORT and CURLOPT_URL order (swoole/library#96) (@sy-records) |
| 73 | + * Fixed Table::get($key, $field) when field type is float (swoole/swoole-src@08ea20c) (@matyhtf) |
| 74 | + * Fixed Swoole\Table mem leaks (swoole/swoole-src@d78ca8c) (@matyhtf) |
79 | 75 | </notes>
|
80 | 76 | <contents>
|
81 | 77 | <dir name="/">
|
|
1077 | 1073 | <file role="test" name="tests/swoole_global/unset_property_01.phpt" />
|
1078 | 1074 | <file role="test" name="tests/swoole_global/unset_property_02.phpt" />
|
1079 | 1075 | <file role="test" name="tests/swoole_global/unset_property_03.phpt" />
|
| 1076 | + <file role="test" name="tests/swoole_http2_client_coro/connect_twice.phpt" /> |
1080 | 1077 | <file role="test" name="tests/swoole_http2_client_coro/cookies.phpt" />
|
1081 | 1078 | <file role="test" name="tests/swoole_http2_client_coro/error.phpt" />
|
1082 | 1079 | <file role="test" name="tests/swoole_http2_client_coro/goaway.phpt" />
|
|
1543 | 1540 | <file role="test" name="tests/swoole_runtime/sockets/tcp_server.phpt" />
|
1544 | 1541 | <file role="test" name="tests/swoole_runtime/sockets/timeout.phpt" />
|
1545 | 1542 | <file role="test" name="tests/swoole_runtime/sockets/udp.phpt" />
|
| 1543 | + <file role="test" name="tests/swoole_runtime/ssl/local_cert.phpt" /> |
| 1544 | + <file role="test" name="tests/swoole_runtime/ssl/without_key.phpt" /> |
1546 | 1545 | <file role="test" name="tests/swoole_runtime/ssl_client.phpt" />
|
1547 | 1546 | <file role="test" name="tests/swoole_runtime/ssl_server.phpt" />
|
1548 | 1547 | <file role="test" name="tests/swoole_runtime/stdin.phpt" />
|
|
1590 | 1589 | <file role="test" name="tests/swoole_server/bug_2639.phpt" />
|
1591 | 1590 | <file role="test" name="tests/swoole_server/bug_2736.phpt" />
|
1592 | 1591 | <file role="test" name="tests/swoole_server/bug_aio.phpt" />
|
| 1592 | + <file role="test" name="tests/swoole_server/check_callback.phpt" /> |
1593 | 1593 | <file role="test" name="tests/swoole_server/check_chunk_total_size.phpt" />
|
1594 | 1594 | <file role="test" name="tests/swoole_server/close_force.phpt" />
|
1595 | 1595 | <file role="test" name="tests/swoole_server/close_in_connect_callback.phpt" />
|
|
1825 | 1825 | <file role="test" name="tests/swoole_table/big_size.phpt" />
|
1826 | 1826 | <file role="test" name="tests/swoole_table/bug_2263.phpt" />
|
1827 | 1827 | <file role="test" name="tests/swoole_table/bug_2290.phpt" />
|
| 1828 | + <file role="test" name="tests/swoole_table/create_10k_object.phpt" /> |
1828 | 1829 | <file role="test" name="tests/swoole_table/del.phpt" />
|
1829 | 1830 | <file role="test" name="tests/swoole_table/foreach.phpt" />
|
1830 | 1831 | <file role="test" name="tests/swoole_table/get_after_destroy.phpt" />
|
|
1995 | 1996 | <file role="src" name="tools/export.php" />
|
1996 | 1997 | <file role="src" name="tools/gen-data.php" />
|
1997 | 1998 | <file role="src" name="tools/get-ip-info.php" />
|
| 1999 | + <file role="src" name="tools/next-version.php" /> |
1998 | 2000 | <file role="src" name="tools/option-generator.php" />
|
1999 | 2001 | <file role="src" name="tools/pecl-package.php" />
|
2000 | 2002 | <file role="src" name="tools/phpt-fixer.php" />
|
2001 | 2003 | <file role="src" name="tools/rename.php" />
|
2002 | 2004 | <file role="src" name="tools/send-http-data.php" />
|
2003 | 2005 | <file role="src" name="tools/show-big-files.php" />
|
| 2006 | + <file role="src" name="tools/templates/version.tpl.h" /> |
2004 | 2007 | <file role="src" name="travis/.gitignore" />
|
2005 | 2008 | <file role="doc" name="travis/README.md" />
|
2006 | 2009 | <file role="src" name="travis/debug/swoole_info.php" />
|
|
0 commit comments