File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ PHP NEWS
47
47
. Implement More Appropriate Date/Time Exceptions RFC. (Derick)
48
48
49
49
- DOM:
50
+ . Fix bug GH-8388 (DOMAttr unescapes character reference). (Tim Starling)
50
51
. Fix bug GH-11308 (getElementsByTagName() is O(N^2)). (nielsdos)
51
52
52
53
- Exif:
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ PHP 8.3 UPGRADE NOTES
44
44
. Static variable initializers can now contain arbitrary expressions.
45
45
RFC: https://wiki.php.net/rfc/arbitrary_static_variable_initializers
46
46
47
+ - DOM:
48
+ . Assignment to DOMAttr::$value and DOMAttr::$nodeValue no longer expands
49
+ entities in the new value.
50
+
47
51
- FFI:
48
52
. C functions that have a return type of void now return null instead of
49
53
returning the following object object(FFI\CData:void) { }
You can’t perform that action at this time.
0 commit comments