Skip to content

Commit

Permalink
Update ext-dom features and HTML5 section
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
  • Loading branch information
saundefined and nielsdos committed Oct 24, 2024
1 parent 2cff463 commit 3d145a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/8.4/languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'asymmetric_visibility_title' => 'Asymmetric Visibility',
'deprecated_attribute_title' => '<code>#[\Deprecated]</code> Attribute',
'dom_additions_html5_title' => 'New ext-dom features and HTML5 support',
'dom_additions_html5_description' => 'New <code>DOMNode::compareDocumentPosition()</code>, <code>DOMXPath::registerPhpFunctionNS()</code>, <code>DOMXPath::quote()</code>, and <code>XSLTProcessor::registerPHPFunctionNS()</code> methods are available.',
'dom_additions_html5_description' => 'New <code>Dom\HTMLDocument</code>, <code>Dom\XMLDocument</code> classes, and <code>DOMNode::compareDocumentPosition()</code>, <code>DOMXPath::registerPhpFunctionNS()</code>, <code>DOMXPath::quote()</code>, <code>XSLTProcessor::registerPHPFunctionNS()</code> methods are available.',
'new_array_find_title' => 'New <code>array_*()</code> functions',
'pdo_driver_specific_parsers_title' => 'PDO Driver specific SQL parsers',
'pdo_driver_specific_parsers_description' => 'New subclasses <code>Pdo\Dblib</code>, <code>Pdo\Firebird</code>, <code>Pdo\MySql</code>, <code>Pdo\Odbc</code>, <code>Pdo\Sqlite</code> of <code>PDO</code> are available.',
Expand Down

0 comments on commit 3d145a2

Please sign in to comment.