1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00

47 Commits

Author SHA1 Message Date
Yoshinari Takaoka
5d0c9cec78 [reference/mysql*] sync with en 2025-09-09 21:34:34 +09:00
Yoshinari Takaoka
88916e2466 Broken XML File: エラーを解消
entities.* ファイルは、ビルド時に生成される副産物でコミット不要なのだが、何故かコミットされており、broken.php のチェックに引っ掛かっていた。

$ cd ja/reference/mysql_xdevapi/
$ find . -name "*entities*" | xargs -n 1 rm -rf
2025-08-05 18:53:02 +09:00
Yoshinari Takaoka
46beec3976 mysql_xdevapi/Collection::remove() - Update comment to reflect example code
6cfb4b27ba
2024-08-25 02:06:12 +09:00
Yoshinari Takaoka
706685aa30 updated EN-Revision only / Typo in mysql_xdevapi/Collection::removeOne()
ea05e49a99
2024-08-25 02:04:50 +09:00
Yoshinari Takaoka
683302bf31 Typo in mysql_xdevapi examples
8deee9585d
2024-08-25 02:03:49 +09:00
Gina Peter Banyard
e4f42ceee3 Apply commit from doc-en PR 3422 2024-06-14 17:01:59 +01:00
Yoshinari Takaoka
aac7a53ec7 Replace deprecated ${var} string interpolations with {$var}
9e6c3416c5
2024-02-18 10:13:20 +09:00
Gina Peter Banyard
3949505003 Apply revchecked skipped commit c60943fefc4ff8950460e76d714a463437cf0eb2
Replace PHP_INI_* with INI_* constants
2024-01-26 13:55:31 +00:00
Yoshinari Takaoka
498cf35a76 Nit: add missing spaces between coma and function name
10cf63a9a1
2023-12-25 09:26:14 +09:00
Yoshinari Takaoka
c8fe69da0c mysqli_xdevapi: fix typos/change wording
ee52285714
2023-12-17 19:53:44 +09:00
Yoshinari Takaoka
faba057287 Normalize &Constants; and &Methods; usage
6ceccac786
2023-08-26 17:59:23 +09:00
Yoshinari Takaoka
d68f90e3e9 「参照ください」に統一
- 参照下さい
- 参照して下さい
- 参照してください

を「参照ください」に置き換えた。
個人的には「参照ください」は違和感のある日本語だが、既存の訳で圧倒的な優勢だったそれを採用した。

closes: #23
2022-12-19 23:29:40 +09: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
2938da1363 例外は「投げる」ではなく、「スローする」に統一
これは決めの問題だが、私も含めて、「スローする」派が圧倒的に優勢だったので、そちらに倒す。
2022-11-12 15:55:49 +09:00
Yoshinari Takaoka
1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka
005d912f19 s/拡張モジュール/拡張機能/
mysql_xdevapi のみに適用

relates to: #24
2022-10-17 18:37:09 +09:00
Yoshinari Takaoka
6fc3fb46ec Fix syntax errors in examples
73fae4ee51
2022-04-05 19:48:33 +09:00
Yoshinari Takaoka
4f9ed4ae89 Added modifyCollection() docs, and updated createCollection() docs to include validate parameter info.
06cd4fdff7
2022-01-15 16:02:25 +09:00
Yoshinari Takaoka
0e95e5c1e5 Removed TLSv1 and TLSv1.1 support in v8.0.28
591ad94e5f
2022-01-15 15:46:13 +09:00
Yoshinari Takaoka
d19194e787 Deprecate TLS 1.0 and 1.1 2021-07-10 15:14:16 +09:00
Yoshinari Takaoka
7c91085805 Deprecate TLS 1.0 and 1.1 2021-07-10 15:13:06 +09:00
Yoshinari Takaoka
44e44619de Fix extension doc membership (php/doc-en#647) 2021-06-14 10:44:30 +09:00
Yoshinari Takaoka
7d411ce02e updated EN-Revision only 2021-03-20 05:20:44 +09:00
Yoshinari Takaoka
8be686f9d2 deleted needless versions.xml 2021-03-20 04:31:00 +09:00
George Peter Banyard
223542483b Update EN-Revision tags for new rev-check
This only updates files which have an empty diff between the two different revisions
2021-02-02 18:27:13 +00:00
Yoshinari Takaoka
3c7e15b19f Added table ids as needed by the docs at mysql.com 2021-01-28 19:00:45 +09:00
Yoshinari Takaoka
d480870215 Added informaltable ids as needed by the docs at mysql.com 2021-01-23 09:12:55 +09:00
Yoshinari Takaoka
57b687740b Fix minor errors, provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352086 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-15 03:08:31 +00:00
Yoshinari Takaoka
975835b9bd update EN-Revision only
EN-Revision was fully updated, because of revert r351730, r351729.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:06:49 +00:00
Yoshinari Takaoka
10a6f3885c added svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351444 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-19 00:12:20 +00:00
Yoshinari Takaoka
144f5f2124 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:20:32 +00:00
Yoshinari Takaoka
e2244a78cc fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351147 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 17:48:33 +00:00
Yoshinari Takaoka
c58bf47244 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351140 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:41:17 +00:00
Yoshinari Takaoka
35d2704ff9 Mention that altering a collection means it won't be seen as a collection
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-01 08:07:25 +00:00
Yoshinari Takaoka
fdef9b4df1 deleted needless "and"
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350593 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 00:08:34 +00:00
Yoshinari Takaoka
c20e0e5d87 Document the compression-algorithms connection option; WL #14012
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350586 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-18 10:29:06 +00:00
Yoshinari Takaoka
7d9a3f6571 Removed old SDK reference as per MySQL bug #99612
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350403 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-27 22:27:38 +00:00
Yoshinari Takaoka
42499c0d97 Added liblz4-tool and zstd for compression support; WL13001
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349750 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-05 00:50:23 +00:00
Yoshinari Takaoka
cf7260f219 Added compression attribute info; via WL13001
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349599 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-03 01:55:35 +00:00
Yoshinari Takaoka
e399671293 some tweaks.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348889 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 15:02:37 +00:00
Yoshinari Takaoka
20522cf3c4 deleted Not in EN Tree files
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348869 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-11 13:22:11 +00:00
Yoshinari Takaoka
144570e268 updated EN-Revision only
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348867 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-11 13:11:23 +00:00
Yoshinari Takaoka
54498ae48e updated overall mysql_xdevapi doc translations.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348851 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-09 11:08:17 +00:00
Yoshinari Takaoka
7afb4d318f updated mysql xdevapi translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348782 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-04 03:04:32 +00:00
Yoshinari Takaoka
66f83630f5 added EN-Revision comment entry
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348549 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 23:48:04 +00:00
Yoshinari Takaoka
d36b0a5d60 Files without svn:keywords Revision
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348538 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 14:08:57 +00:00
Yoshinari Takaoka
6b33523ccd sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348537 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 14:02:41 +00:00