pgsql, enchant: PHP 8.5 で追加された関数を翻訳 - #508
Merged
KentarouTakeda merged 1 commit intoSep 23, 2026
Merged
Conversation
KentarouTakeda
force-pushed
the
sync-pgsql-enchant-php85
branch
2 times, most recently
from
September 23, 2026 01:31
a643c0d to
b3959a1
Compare
php/doc-en@e3aca0a (php/doc-en#5820) に追従。PHP 8.5 で追加された関数 3 件を新規に翻訳し、pg_connect() の変更履歴に 8.5.0 の項目を追加。 pg_service() は原文の記述が実態と合わないため対象外。 - reference/pgsql/functions/pg-connect.xml - reference/pgsql/functions/pg-close-stmt.xml - reference/enchant/functions/enchant-dict-remove.xml - reference/enchant/functions/enchant-dict-remove-from-session.xml
KentarouTakeda
force-pushed
the
sync-pgsql-enchant-php85
branch
from
September 23, 2026 01:37
b3959a1 to
2059963
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.
翻訳内容
PHP 8.5 で追加された PostgreSQL / Enchant の関数を翻訳しました。新規翻訳 3 件・既訳更新 1 件です。
php/doc-en@e3aca0a — ext/pgsql, ext/enchant: document the functions added in PHP 8.5 (php/doc-en#5820)
これで enchant モジュールの未訳・要更新はなくなります。
翻訳しなかったファイル
reference/pgsql/functions/pg-service.xml は翻訳していません。原文は libpq 18 以降でビルドすれば利用可能としていますが、この関数が必要とする
PQservice()は PostgreSQL 18 のリリース前に libpq から削除されており(postgres/postgres@fef6da9e9c87)、実際には利用できないためです。