1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-30 03:23:23 +02:00

5 Commits

Author SHA1 Message Date
KentarouTakeda 2c97ea17e9 [PHP 8.4] PDOサブクラス・新メソッド (#205)
* 新規ファイルコピー・リビジョン変更・ホワイトスペース修正

* referenceの更新

* 新たなPDOサブクラスとメソッドの翻訳

* 「コメント」「Cスタイル」の改善と「新機能」へのバックポート

* *C 定数* → *C 言語の定数*
2024-12-13 12:21:15 +09:00
Gina Peter Banyard 4671af8859 Fix RelaxNG violation
This is due to an improper sync with doc-en
2024-11-04 15:11:31 +00:00
KentarouTakeda 3f76f3c77b [PHP 8.4] PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE の翻訳 (#148) 2024-11-04 06:27:36 -08:00
Yoshinari Takaoka e909d4ca41 表記揺れを修正: サーバー / サーバ
find . -type f -name "*.xml" -print0 | xargs -0 sed -i -e "s/\(サーバ\)\([^ー]\)/サーバー\2/g"

closes: #69
2022-12-19 23:00:35 +09:00
Yoshinari Takaoka 56bb095466 Document PDO::PGSQL_ATTR_DISABLE_PREPARES attribute
https://github.com/php/doc-en/commit/f8718da894c5160e571d74774c083090569ecebd
2021-12-02 19:53:39 +09:00