We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274c3db commit c9684a5Copy full SHA for c9684a5
ChangeLog.md
@@ -3,6 +3,15 @@ Networking changelog
3
4
## ?.?.? / ????-??-??
5
6
+## 9.2.0 / 2018-08-13
7
+
8
+* Merged PR #8: Make ServerSocket use built-in streams. This removes the
9
+ hard dependency on the *sockets* extension for the `peer.server` API.
10
+ If it's available, the code will continue to use it as default until
11
+ the next major release of this library. Otherwise, the built-in streams
12
+ and PHP's stream_socket_server() will be used.
13
+ (@thekid)
14
15
## 9.1.2 / 2018-08-06
16
17
* Fixed certificate validation problem when connecting to `localhost`
0 commit comments