PDO 系と SimpleXML の PHP 8.4 の変更、および basic-syntax の原文修正を追従 - #435
Merged
KentarouTakeda merged 4 commits intoAug 9, 2026
Merged
Conversation
php/doc-en#5703(ext/pdo: PHP 8.4 changes across PDO, PDO_PGSQL and PDO_Firebird)に追従。 - reference/pdo/pdo/prepare.xml — ドライバ固有の SQL パーサーの説明を追加。 あわせて 8.4.0 より前のパーサーについての注記を過去形にする - reference/pdo/pdo/getattribute.xml — 取得できる属性の一覧を原文に合わせて差し替え - reference/pdo/pdostatement/getattribute.xml — Pdo\Pgsql::ATTR_RESULT_MEMORY_SIZE を追加 - reference/pdo_pgsql/reference.xml — DSN の認証情報がコンストラクタの引数より 優先される旨の注記を追加 - reference/pdo_pgsql/pdo-pgsql.xml — ドル記号で囲まれた文字列の中で疑問符を ?? としてエスケープすることが非推奨になった旨の注記を追加 - reference/pdo_pgsql/configure.xml — libpq 10.0 以降が必要になった旨を追加 - reference/pdo_firebird/configure.xml — C++ コンパイラと fbclient 3.0 以降が 必要になった旨を追加
php/doc-en#5737(ext/simplexml: Document that get methods and string casts no longer implicitly rewind)に追従。PHP 8.4.0 以降、値を取得するメソッドの呼び出しと string へのキャストがイテレータを暗黙的に巻き戻さなくなった旨を追加する。 - reference/simplexml/simplexmlelement.xml - reference/simplexml/simplexmlelement/rewind.xml
- php/doc-en#5724(Fix reference to non-existent "example three") 短縮タグの説明が、存在しない「例 3」を参照していた誤りを修正する。 このページに example は 1 つしかなく、その中で 3 つのコードが手で番号付け されているだけなので、原文は「上の例の 3 番目」を指す表現に変わった。 あわせて当該段落が para から simpara になったのを反映する。 - php/doc-en#5747(Example emits warning unrelated to content) 「条件を使った高度なエスケープ」のコード例が、未定義の変数 $expression を 参照していて内容と無関係な警告を出していたのを修正する。
php/doc-en#5722(Convert and move global.ent into doc-en)で、削除予定の エンティティ 3 件(reference.pdo-cubrid.entities.PDO、 reference.pdo-pgsql.entities.PDO、reference.pdo-sqlite.entities.PDO)が このファイルに移された。 原文が「翻訳側は entities を空のままにし、revtag だけ更新する」と明記している ファイルなので、EN-Revision だけを更新する。上記 3 件は ja ツリーからの参照が ゼロであることを確認した。
KentarouTakeda
force-pushed
the
sync-pdo-simplexml-and-basic-syntax
branch
from
August 9, 2026 06:38
e856820 to
c77d7fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
翻訳内容
reference/pdo・pdo_pgsql・pdo_firebird(7件)
php/doc-en#5703(php/doc-en@371e92c3d8)に追従。PHP 8.4 での PDO / PDO_PGSQL / PDO_Firebird の変更。
reference/pdo/pdo/prepare.xml— ドライバ固有の SQL パーサーの説明を追加。あわせて 8.4.0 より前のパーサーについての注記を過去形にするreference/pdo/pdo/getattribute.xml— 取得できる属性の一覧を原文に合わせて差し替えreference/pdo/pdostatement/getattribute.xml—Pdo\Pgsql::ATTR_RESULT_MEMORY_SIZEを追加reference/pdo_pgsql/reference.xml— DSN の認証情報がコンストラクタの引数より優先される旨の注記を追加reference/pdo_pgsql/pdo-pgsql.xml— ドル記号で囲まれた文字列の中で疑問符を??としてエスケープすることが非推奨になった旨の注記を追加reference/pdo_pgsql/configure.xml— libpq 10.0 以降が必要になった旨を追加reference/pdo_firebird/configure.xml— C++ コンパイラと fbclient 3.0 以降が必要になった旨を追加reference/simplexml(2件)
php/doc-en#5737(php/doc-en@418ec50512)に追従。PHP 8.4.0 以降、値を取得するメソッドの呼び出しと string へのキャストがイテレータを暗黙的に巻き戻さなくなった旨を追加。
reference/simplexml/simplexmlelement.xmlreference/simplexml/simplexmlelement/rewind.xmllanguage/basic-syntax.xml(1件)
paraからsimparaになったのを反映する$expressionを参照していて内容と無関係な警告を出していたのを修正entities/entities.remove.ent(1件)
php/doc-en#5722(php/doc-en@755a3809d5)で、削除予定のエンティティ 3 件(
reference.pdo-cubrid.entities.PDO、reference.pdo-pgsql.entities.PDO、reference.pdo-sqlite.entities.PDO)がこのファイルに移された。原文が「翻訳側は
entitiesを空のままにし、revtag だけ更新する」と明記しているファイルなので、EN-Revision だけを更新する。上記 3 件は ja ツリーからの参照がゼロであることを確認した。