We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d67887 commit 39ae00fCopy full SHA for 39ae00f
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.5.0alpha1
4
5
+- DOM:
6
+ . Added Dom\Element::$outerHTML. (nielsdos)
7
+
8
- PDO_PGSQL:
9
. Added Iterable support for PDO::pgsqlCopyFromArray. (KentarouTakeda)
10
. Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or
UPGRADING
@@ -37,6 +37,9 @@ PHP 8.5 UPGRADE NOTES
37
2. New Features
38
========================================
39
40
41
+ . Added Dom\Element::$outerHTML.
42
43
- XSL:
44
. The $namespace argument of XSLTProcessor::getParameter(),
45
XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()
0 commit comments