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 4146316 commit 053d64fCopy full SHA for 053d64f
ChangeLog.md
@@ -3,6 +3,13 @@ Networking changelog
3
4
## ?.?.? / ????-??-??
5
6
+## 10.4.1 / 2023-05-01
7
+
8
+* Fixed vagary of stream_select() sometimes not preserving array keys.
9
+ This occurs *sometimes (?!)* in PHP 7.0 and PHP 7.1 even though bug
10
+ 53427 was fixed in PHP 5.4.1, see https://bugs.php.net/bug.php?id=53427
11
+ (@thekid)
12
13
## 10.4.0 / 2022-10-29
14
15
* Merged PR #22: Asynchronous server with finer-grained I/O control
0 commit comments