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