File tree 2 files changed +15
-5
lines changed 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
16
5
17
* Feature: Support listening on existing file descriptors (FDs) with ` SocketServer ` .
6
18
(#269 by @clue )
9
21
$socket = new React\Socket\SocketSever('php://fd/3');
10
22
```
11
23
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:
15
25
16
26
```bash
17
27
$ 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/).
1493
1493
This will install the latest supported version:
1494
1494
1495
1495
``` bash
1496
- $ composer require react/socket:^1.10
1496
+ $ composer require react/socket:^1.11
1497
1497
```
1498
1498
1499
1499
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments