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.
2 parents 4b3eb0b + 5e76c6d commit cd7d2c8Copy full SHA for cd7d2c8
NEWS
@@ -2,6 +2,10 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.2.6
4
5
+- DOM:
6
+ . Fixed bug #80602 (Segfault when using DOMChildNode::before()).
7
+ (Nathan Freeman)
8
+
9
- Streams:
10
. Fixed bug GH-10406 (feof() behavior change for UNIX based socket
11
resources). (Jakub Zelenka)
@@ -31,10 +35,6 @@ PHP NEWS
31
35
. Fixed bug GH-10747 (Private and protected properties in serialized Date*
32
36
objects throw). (Derick)
33
37
34
-- DOM:
- . Fixed bug #80602 (Segfault when using DOMChildNode::before()).
- (Nathan Freeman)
-
38
- FPM:
39
. Fixed bug GH-10611 (fpm_env_init_main leaks environ). (nielsdos)
40
. Destroy file_handle in fpm_main. (Jakub Zelenka, nielsdos)
0 commit comments