pdo / pdo_sqlite / pdo_mysql を原文の変更に追従 (12ファイル) - #503
Open
KentarouTakeda wants to merge 4 commits into
Open
KentarouTakeda wants to merge 4 commits into
KentarouTakeda wants to merge 4 commits into
Conversation
原文の php/doc-en@e16d04c (php/doc-en#5817) に追従する。 - PDOStatement::fetchAll() で PDO::FETCH_INTO を使った場合と、 PDO::FETCH_CLASS 以外と PDO::FETCH_PROPS_LATE を併用した場合の ValueError - PDOStatement::setFetchMode() の constructorArgs が CUFA の規約に従うように なったことと、リファレンス渡しのパラメータへの自動ラップの廃止 - PDOStatement::setAttribute() で Firebird ドライバのカーソル名が長すぎる 場合の ValueError - PDO::__construct() の uri: DSN スキームの非推奨化 - PDO クラスのドライバ固有の定数の非推奨化
原文の php/doc-en@eff8e0d (php/doc-en#5818) に追従する。 - Pdo\Sqlite の定数 12 件の追加(ATTR_BUSY_STATEMENT、ATTR_EXPLAIN_STATEMENT、 EXPLAIN_MODE_*、ATTR_TRANSACTION_MODE、TRANSACTION_MODE_*、OK、DENY、IGNORE) - Pdo\Sqlite::setAuthorizer() のページを新規翻訳 - PDO::quote() で SQLite ドライバを使う場合に null バイトを含む文字列が 例外または警告になったこと - Pdo\Sqlite::createCollation() のコールバックが int を返さない場合の TypeError - libsqlite の必須バージョンが 3.7.17 以上になったこと pdo_sqlite/configure.xml では、原文が PHP 7.4.0 の要件の直後に 8.5.0 の要件を 挿入したため、後続の「それより前のバージョンでは」の指す先が 8.5.0 に読み替わる。 この 1 行のみ「PHP 7.4.0 より前のバージョンでは」と明示した。
原文の php/doc-en@6e58d11 (php/doc-en#5277) に追従する。 Windows での手順から dl() による実行時ロードの案内が削除され、php.ini で 有効にする方法に一本化された。あわせて "DLL" が "extension files" に改められた。
原文の php/doc-en@57a2f4c (php/doc-en#5706) に追従する。 DSN で user と password を指定できること、およびコンストラクタの引数が DSN の指定より優先されることが追記された。
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.
変更内容
uri:DSN スキームの非推奨化に追従(php/doc-en@eff8e0d、ext/pdo_sqlite: document the PHP 8.5 additions and behaviour changes doc-en#5818)user/passwordの追加に追従(php/doc-en@57a2f4c、Add user and password to PDO_MYSQL DSN doc-en#5706)対象ファイル
reference/pdo/(7) — configure.xml, pdo.xml, pdo/construct.xml, pdo/quote.xml, pdostatement/fetchall.xml, pdostatement/setattribute.xml, pdostatement/setfetchmode.xmlreference/pdo_sqlite/(4) — configure.xml, pdo-sqlite.xml, pdo/sqlite/createcollation.xml, pdo/sqlite/setauthorizer.xml(新規翻訳)reference/pdo_mysql/(1) — reference.xmlその他
reference/pdo_sqlite/configure.xmlでは、原文が PHP 7.4.0 の要件の直後に 8.5.0 の要件を挿入したため、後続の「それより前のバージョンでは」の指す先が 8.5.0 に読み替わります。この 1 行のみ「PHP 7.4.0 より前のバージョンでは」と明示しました。