File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.10.0 (2021-09-13)
3+ ## 1.11.0 (2022-01-14)
4+
5+ * Feature: Full support for PHP 8.1 release.
6+ (#277 by @clue )
7+
8+ * Feature: Avoid dependency on ` ext-filter ` .
9+ (#279 by @clue )
10+
11+ * Improve test suite to skip FD test when hitting memory limit
12+ and skip legacy TLS 1.0 tests if disabled by system.
13+ (#278 and #281 by @clue and #283 by @SimonFrings )
14+
15+ ## 1.10.0 (2021-11-29)
416
517* Feature: Support listening on existing file descriptors (FDs) with ` SocketServer ` .
618 (#269 by @clue )
921 $socket = new React\Socket\SocketSever('php://fd/3');
1022 ```
1123
12- This is particularly useful when using
13- [systemd socket activation](https://www.freedesktop.org/software/systemd/man/systemd.socket.html)
14- like this:
24+ This is particularly useful when using [systemd socket activation](https://www.freedesktop.org/software/systemd/man/systemd.socket.html) like this:
1525
1626 ```bash
1727 $ systemd-socket-activate -l 8000 php examples/03-http-server.php php://fd/3
Original file line number Diff line number Diff line change @@ -1493,7 +1493,7 @@ This project follows [SemVer](https://semver.org/).
14931493This will install the latest supported version:
14941494
14951495``` bash
1496- $ composer require react/socket:^1.10
1496+ $ composer require react/socket:^1.11
14971497```
14981498
14991499See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments