Skip to content

[PHP 8.4] DOMXPathの変更履歴の翻訳 #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion reference/dom/domxpath.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 0185cc34ca3528205e3bda346a4d907c28a57bc5 Maintainer: takagi Status: ready -->
<!--
Remove me once you perform substitutions
domxpath
Expand Down Expand Up @@ -88,6 +88,13 @@ Remove me once you perform substitutions
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
以前は、 <classname>DOMXPath</classname> オブジェクトをクローンできましたが、返されるオブジェクトは使用できませんでした。
これはもはや可能ではなく、 <classname>DOMXPath</classname> オブジェクトをクローンすると、例外がスローされるようになりました。
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down