|
51 | 51 |
|
52 | 52 | <active>yes</active>
|
53 | 53 | </developer>
|
54 |
| - <date>2024-01-24</date> |
55 |
| - <time>12:00:00</time> |
| 54 | + <date>2024-05-24</date> |
| 55 | + <time>21:00:00</time> |
56 | 56 | <version>
|
57 |
| - <release>5.1.2</release> |
| 57 | + <release>5.1.3</release> |
58 | 58 | <api>5.0</api>
|
59 | 59 | </version>
|
60 | 60 | <stability>
|
|
63 | 63 | </stability>
|
64 | 64 | <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
|
65 | 65 | <notes>
|
66 |
| - - Added support for embed sapi @matyhtf |
67 |
| - - Fixed compatibility with PHP 8.3 ZEND_CHECK_STACK_LIMIT @Yurunsoft |
68 |
| - - Fixed no Content-Range response header when the range request returns all the contents of the file @Yurunsoft |
69 |
| - - Optimized HTTP server performance @NathanFreeman |
70 |
| - - Fixed truncated cookie @stnguyen90 |
71 |
| - - Fixed native-curl crash on PHP 8.3 @NathanFreeman |
72 |
| - - Added CLOSE_SERVICE_RESTART, CLOSE_TRY_AGAIN_LATER, CLOSE_BAD_GATEWAY as valid close reasons for websocket @cjavad |
73 |
| - - Fixed invalid errno after Server::Manager::wait() @JacobBrownAustin |
74 |
| - - Fixed HTTP2 Typo @leocavalcante |
| 66 | + - Fixed crash in pdo_sqlite hook in version 8.3 |
| 67 | + - Optimized HTTP COOKIE parsing to no longer throw PHP warnings, preventing them from being converted to exceptions |
| 68 | + - Fixed issue where OpenSSL would not correctly return an empty string when the peer closed the connection |
| 69 | + - Fixed incorrect setting of TCP_NODELAY |
| 70 | + - Fixed issue with proc_open hook not supporting pty |
75 | 71 | </notes>
|
76 | 72 | <contents>
|
77 | 73 | <dir name="/">
|
|
1483 | 1479 | <file role="test" name="tests/swoole_http_server/max-age.phpt" />
|
1484 | 1480 | <file role="test" name="tests/swoole_http_server/max_concurrency.phpt" />
|
1485 | 1481 | <file role="test" name="tests/swoole_http_server/max_coro_num.phpt" />
|
| 1482 | + <file role="test" name="tests/swoole_http_server/max_input_vars.phpt" /> |
1486 | 1483 | <file role="test" name="tests/swoole_http_server/mixed_server.phpt" />
|
1487 | 1484 | <file role="test" name="tests/swoole_http_server/no_compression.phpt" />
|
1488 | 1485 | <file role="test" name="tests/swoole_http_server/numeric_header_name.phpt" />
|
|
1895 | 1892 | <file role="test" name="tests/swoole_runtime/file_hook/flock.phpt" />
|
1896 | 1893 | <file role="test" name="tests/swoole_runtime/file_hook/include.phpt" />
|
1897 | 1894 | <file role="test" name="tests/swoole_runtime/file_hook/include_2.phpt" />
|
| 1895 | + <file role="test" name="tests/swoole_runtime/file_hook/iouring.phpt" /> |
1898 | 1896 | <file role="test" name="tests/swoole_runtime/file_hook/lock_ex.phpt" />
|
1899 | 1897 | <file role="test" name="tests/swoole_runtime/file_hook/lock_nb_1.phpt" />
|
1900 | 1898 | <file role="test" name="tests/swoole_runtime/file_hook/lock_nb_2.phpt" />
|
|
2481 | 2479 | <file role="src" name="thirdparty/php/curl/interface.cc" />
|
2482 | 2480 | <file role="src" name="thirdparty/php/curl/multi.cc" />
|
2483 | 2481 | <file role="src" name="thirdparty/php/curl/php_curl.h" />
|
| 2482 | + <file role="src" name="thirdparty/php/main/SAPI.h" /> |
2484 | 2483 | <file role="src" name="thirdparty/php/sockets/conversions.cc" />
|
2485 | 2484 | <file role="src" name="thirdparty/php/sockets/conversions.h" />
|
2486 | 2485 | <file role="src" name="thirdparty/php/sockets/multicast.cc" />
|
|
2525 | 2524 | <file role="src" name="thirdparty/php81/pdo_sqlite/sqlite_statement.c" />
|
2526 | 2525 | <file role="src" name="thirdparty/php83/Zend/zend_call_stack.cc" />
|
2527 | 2526 | <file role="src" name="thirdparty/php83/Zend/zend_call_stack.h" />
|
| 2527 | + <file role="src" name="thirdparty/php83/pdo_sqlite/php_pdo_sqlite_int.h" /> |
| 2528 | + <file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_driver.c" /> |
| 2529 | + <file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_driver.stub.php" /> |
| 2530 | + <file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_driver_arginfo.h" /> |
| 2531 | + <file role="src" name="thirdparty/php83/pdo_sqlite/sqlite_statement.c" /> |
2528 | 2532 | <file role="src" name="thirdparty/swoole_http_parser.c" />
|
2529 | 2533 | <file role="src" name="thirdparty/swoole_http_parser.h" />
|
2530 | 2534 | <file role="src" name="tools/analysis.php" />
|
|
0 commit comments