File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ PHP NEWS
16
16
output). (nielsdos)
17
17
. Implemented DOMDocument::adoptNode(). Previously this always threw a
18
18
"not yet implemented" exception. (nielsdos)
19
+ . Fixed bug GH-9628 (Implicitly removing nodes from \DOMDocument breaks
20
+ existing references). (nielsdos)
19
21
20
22
- Fileinfo:
21
23
. Fix GH-11408 (Unable to build PHP 8.3.0 alpha 1 / fileinfo extension).
Original file line number Diff line number Diff line change @@ -267,6 +267,10 @@ PHP 8.3 UPGRADE NOTES
267
267
9. Other Changes to Extensions
268
268
========================================
269
269
270
+ - DOM:
271
+ . The DOM lifetime mechanism has been reworked such that implicitly removed
272
+ nodes can still be fetched. Previously this resulted in an exception.
273
+
270
274
- SQLite3
271
275
. The SQLite3 class now throws \SQLite3Exception (extends \Exception) instead
272
276
of \Exception.
You can’t perform that action at this time.
0 commit comments