Skip to content

Commit

Permalink
NEWS and UPGRADING for outerHTML
Browse files Browse the repository at this point in the history
Closes GH-15887.
  • Loading branch information
nielsdos committed Oct 5, 2024
1 parent 7d67887 commit 39ae00f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.5.0alpha1

- DOM:
. Added Dom\Element::$outerHTML. (nielsdos)

- PDO_PGSQL:
. Added Iterable support for PDO::pgsqlCopyFromArray. (KentarouTakeda)
. Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or
Expand Down
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ PHP 8.5 UPGRADE NOTES
2. New Features
========================================

- DOM:
. Added Dom\Element::$outerHTML.

- XSL:
. The $namespace argument of XSLTProcessor::getParameter(),
XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()
Expand Down

0 comments on commit 39ae00f

Please sign in to comment.