Skip to content

Commit c585c0c

Browse files
committed
[ci skip] NEWS and UPGRADING
1 parent 87e7b61 commit c585c0c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ PHP NEWS
1616
output). (nielsdos)
1717
. Implemented DOMDocument::adoptNode(). Previously this always threw a
1818
"not yet implemented" exception. (nielsdos)
19+
. Fixed bug GH-9628 (Implicitly removing nodes from \DOMDocument breaks
20+
existing references). (nielsdos)
1921

2022
- Fileinfo:
2123
. Fix GH-11408 (Unable to build PHP 8.3.0 alpha 1 / fileinfo extension).

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ PHP 8.3 UPGRADE NOTES
267267
9. Other Changes to Extensions
268268
========================================
269269

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+
270274
- SQLite3
271275
. The SQLite3 class now throws \SQLite3Exception (extends \Exception) instead
272276
of \Exception.

0 commit comments

Comments
 (0)