Skip to content

Commit 0cc028c

Browse files
tstarlingnielsdos
authored andcommitted
Changelog notes for DOMAttr value and nodeValue properties
1 parent 076ddf2 commit 0cc028c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

+1
Original file line numberDiff line numberDiff 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:

UPGRADING

+4
Original file line numberDiff line numberDiff 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) { }

0 commit comments

Comments
 (0)