There was an error while loading. Please reload this page.
1 parent 157713a commit df91410Copy full SHA for df91410
NEWS
@@ -2,11 +2,14 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.5.0RC4
4
5
-- Core:
+- Core:
6
. Fixed bug GH-20270 (Broken parent hook call with named arguments). (ilutov)
7
. Fixed bug GH-20183 (Stale EG(opline_before_exception) pointer through eval).
8
(ilutov)
9
10
+- Opcache:
11
+ . Fixed bug GH-20012 (heap buffer overflow in jit). (Arnaud)
12
+
13
- Reflection:
14
. Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true
15
for classes with property hooks). (alexandre-daubois)
0 commit comments