-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,10 +51,10 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</developer> | ||
<date>2024-01-24</date> | ||
<time>12:00:00</time> | ||
<date>2024-05-24</date> | ||
<time>21:00:00</time> | ||
<version> | ||
<release>5.1.2</release> | ||
<release>5.1.3</release> | ||
<api>5.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -63,15 +63,11 @@ | |
</stability> | ||
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license> | ||
<notes> | ||
- Added support for embed sapi @matyhtf | ||
- Fixed compatibility with PHP 8.3 ZEND_CHECK_STACK_LIMIT @Yurunsoft | ||
- Fixed no Content-Range response header when the range request returns all the contents of the file @Yurunsoft | ||
- Optimized HTTP server performance @NathanFreeman | ||
- Fixed truncated cookie @stnguyen90 | ||
- Fixed native-curl crash on PHP 8.3 @NathanFreeman | ||
- Added CLOSE_SERVICE_RESTART, CLOSE_TRY_AGAIN_LATER, CLOSE_BAD_GATEWAY as valid close reasons for websocket @cjavad | ||
- Fixed invalid errno after Server::Manager::wait() @JacobBrownAustin | ||
- Fixed HTTP2 Typo @leocavalcante | ||
- Fixed crash in pdo_sqlite hook in version 8.3 | ||
- Optimized HTTP COOKIE parsing to no longer throw PHP warnings, preventing them from being converted to exceptions | ||
- Fixed issue where OpenSSL would not correctly return an empty string when the peer closed the connection | ||
- Fixed incorrect setting of TCP_NODELAY | ||
- Fixed issue with proc_open hook not supporting pty | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -1483,6 +1479,7 @@ | |
<file role="test" name="tests/swoole_http_server/max-age.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/max_concurrency.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/max_coro_num.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/max_input_vars.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/mixed_server.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/no_compression.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/numeric_header_name.phpt" /> | ||
|
@@ -1895,6 +1892,7 @@ | |
<file role="test" name="tests/swoole_runtime/file_hook/flock.phpt" /> | ||
<file role="test" name="tests/swoole_runtime/file_hook/include.phpt" /> | ||
<file role="test" name="tests/swoole_runtime/file_hook/include_2.phpt" /> | ||
<file role="test" name="tests/swoole_runtime/file_hook/iouring.phpt" /> | ||
<file role="test" name="tests/swoole_runtime/file_hook/lock_ex.phpt" /> | ||
<file role="test" name="tests/swoole_runtime/file_hook/lock_nb_1.phpt" /> | ||
<file role="test" name="tests/swoole_runtime/file_hook/lock_nb_2.phpt" /> | ||
|
@@ -2481,6 +2479,7 @@ | |
<file role="src" name="thirdparty/php/curl/interface.cc" /> | ||
<file role="src" name="thirdparty/php/curl/multi.cc" /> | ||
<file role="src" name="thirdparty/php/curl/php_curl.h" /> | ||
<file role="src" name="thirdparty/php/main/SAPI.h" /> | ||
<file role="src" name="thirdparty/php/sockets/conversions.cc" /> | ||
<file role="src" name="thirdparty/php/sockets/conversions.h" /> | ||
<file role="src" name="thirdparty/php/sockets/multicast.cc" /> | ||
|
@@ -2525,6 +2524,11 @@ | |
<file role="src" name="thirdparty/php81/pdo_sqlite/sqlite_statement.c" /> | ||
<file role="src" name="thirdparty/php83/Zend/zend_call_stack.cc" /> | ||
<file role="src" name="thirdparty/php83/Zend/zend_call_stack.h" /> | ||
<file role="src" name="thirdparty/php83/pdo_sqlite/php_pdo_sqlite_int.h" /> | ||
<file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_driver.c" /> | ||
<file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_driver.stub.php" /> | ||
<file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_driver_arginfo.h" /> | ||
<file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_statement.c" /> | ||
<file role="src" name="thirdparty/swoole_http_parser.c" /> | ||
<file role="src" name="thirdparty/swoole_http_parser.h" /> | ||
<file role="src" name="tools/analysis.php" /> | ||
|
Binary file not shown.