Skip to content

Commit 39ae00f

Browse files
committed
NEWS and UPGRADING for outerHTML
Closes phpGH-15887.
1 parent 7d67887 commit 39ae00f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.5.0alpha1
44

5+
- DOM:
6+
. Added Dom\Element::$outerHTML. (nielsdos)
7+
58
- PDO_PGSQL:
69
. Added Iterable support for PDO::pgsqlCopyFromArray. (KentarouTakeda)
710
. Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ PHP 8.5 UPGRADE NOTES
3737
2. New Features
3838
========================================
3939

40+
- DOM:
41+
. Added Dom\Element::$outerHTML.
42+
4043
- XSL:
4144
. The $namespace argument of XSLTProcessor::getParameter(),
4245
XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()

0 commit comments

Comments
 (0)