1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00

265 Commits

Author SHA1 Message Date
KentarouTakeda
768e8d6ed7 軽微な差分を優先し26ファイルを既訳更新 (#349)
- reference/mbstring/functions/mb-decode-numericentity.xml
  1. php/doc-en@4e69a9f2b1
- reference/imap/functions/imap-headerinfo.xml
  1. php/doc-en@4e69a9f2b1
- reference/ssh2/functions/ssh2-auth-pubkey-file.xml
  1. php/doc-en@74ef2355c5
- reference/ssh2/functions/ssh2-connect.xml
  1. php/doc-en@74ef2355c5
- reference/stream/functions/stream-filter-append.xml
  1. php/doc-en@a684294e0b
- reference/stream/functions/stream-filter-prepend.xml
  1. php/doc-en@a684294e0b
- reference/filesystem/functions/fgetcsv.xml
  1. php/doc-en@e1fd0bef1d
  2. php/doc-en@0a3648a718
  3. `&warning.csv.escape-parameter;` の重複を削除(既訳のバグ修正)
- reference/spl/splfileobject/fgetcsv.xml
  1. php/doc-en@e1fd0bef1d
  2. php/doc-en@3a89b55d11
  3. php/doc-en@0a3648a718
- language/predefined/attributes/nodiscard.xml
  1. php/doc-en@30bda33771
- reference/pdo_sqlite/pdo/sqlite/createfunction.xml
  1. php/doc-en@28930349ca
- reference/math/functions/fmod.xml
  1. php/doc-en@54a788ca59
- reference/simplexml/simplexmlelement/addChild.xml
  1. php/doc-en@dca2a8354f
- reference/json/functions/json-last-error.xml
  1. php/doc-en@058ea1e842
- features/commandline.xml
  1. php/doc-en@96b10a9885
- appendices/migration85/incompatible.xml
  1. php/doc-en@048982b729
  2. php/doc-en@f81bbcf9d3
- reference/random/random/randomizer/getfloat.xml
  1. php/doc-en@1ada637cc8
  2. php/doc-en@423a1da63f
- reference/mysqli/mysqli/multi-query.xml
  1. php/doc-en@1beae37b69
- reference/image/functions/getimagesize.xml
  1. php/doc-en@6bb90d24b2
- reference/curl/functions/curl-close.xml
  1. php/doc-en@86c8ebd19e
- reference/curl/functions/curl-share-close.xml
  1. php/doc-en@29c3d13980
- reference/yaml/functions/yaml-parse-file.xml
  1. php/doc-en@132d2a8d63
- reference/mysqli/mysqli/options.xml
  1. php/doc-en@e309a62b16
  2. MYSQLI_SERVER_PUBLIC_KEY の古い「PHP 5.5.0 以降」テキストを削除(既訳のバグ修正)
- appendices/transports.xml
  1. php/doc-en@ae90ecc932
- reference/soap/soapserver/addfunction.xml
  1. php/doc-en@577239f64b
- reference/var/functions/settype.xml
  1. php/doc-en@8d49e302b4
- features/http-auth.xml
  1. php/doc-en@cd4180557a
2026-03-10 08:58:57 +09:00
Louis-Arnaud
0a15f1bb57 表記揺れ修正: パーサ → パーサー (#325)
Closes #310

Co-authored-by: KentarouTakeda <4785040+KentarouTakeda@users.noreply.github.com>
2026-02-24 23:42:11 +09:00
Yoshinari Takaoka
9c1d4a2607 Fix indentation and remove useless wrapping para tag
cd8b964b85
2025-11-10 14:52:22 +09:00
Yoshinari Takaoka
abf2c1701c さらに typo を修正 2025-10-13 22:51:54 +09:00
Yoshinari Takaoka
6296d37634 改行や typo を修正 2025-10-13 22:44:38 +09:00
Yoshinari Takaoka
0977745cc5 未訳部分を修正 2025-10-13 19:38:10 +09:00
Yoshinari Takaoka
57f00ec1de Improve docs on Persistent (DB) Connections
e7e4ffe9a1
2025-10-13 19:32:32 +09:00
Yoshinari Takaoka
357aed516e Add type information for UPLOAD_* constants
And remove duplicate info by using linking via the <constant> tag.

3944dc6333
2025-08-09 19:16:34 +09:00
Yoshinari Takaoka
b6b5abcd4e Add warnings to use php_sapi_name() to test when running as CLI
74ba8fee29
2025-08-09 19:12:04 +09:00
Yoshinari Takaoka
e62ed7ce7c ビルド時の Wrong XML file: エラーを解消。
php doc-base/scripts/broken.php --dos2unix ja

ビルド時の冪等性を保つと Andre は言っているが、これだと Windows で安易に phpdoc を編集できなくなるねぇ。
2025-08-05 18:38:57 +09:00
nsfisis
4f0c5a30d3 features.commandline.differences の誤訳を修正 (#305) 2025-07-18 10:56:53 +09:00
sohei iwahori
fe293445cb update dtrace doc (#266)
- https://github.com/php/doc-en/pull/4456
2025-03-06 23:48:03 +09:00
nsfisis
0c82f2ccdb [PHP 8.4] Mention PHP_HISTFILE env var の翻訳 (#239)
ref: https://github.com/php/doc-en/pull/4262
2025-01-09 15:49:44 +09:00
Yoshinari Takaoka
3edb07bdfb Use <keycap> and <keycombo> DocBook tags
eee245cdbd
2024-12-15 09:25:19 +09:00
Yoshinari Takaoka
dba73bf9d5 http-auth.xml: remove mention of digest
Digest HTTP Authentication example has been removed, but the mention of the content of the deleted paragraph remains

bdf9a4e402
2024-12-08 19:18:04 +09:00
Yoshinari Takaoka
b914f39b82 Add class="extension" attribute to <filename> tags which refer to file extensions
04d9aded7b
2024-12-08 18:33:37 +09:00
Yoshinari Takaoka
4e2868abc0 gc.xml objects are passed by references by default
56442fb79f
2024-12-08 13:28:31 +09:00
Yoshinari Takaoka
647a2525f9 [PHP 8.3] It is now possible to lint multiple files.
725ceadea9
2024-12-04 23:14:41 +09:00
Yoshinari Takaoka
3b77d6a506 Updated EN-Revision only / Remove extra space characters
e50e797467
2024-09-16 22:04:10 +09:00
Yoshinari Takaoka
29f82037d1 Remove documentation/example of HTTP Digest Authorization
It was declared obsolete as a standard in 2011. Some of the supporting
code is still technically part of the SAPI layer, but there's no reason
to document it here.

61d5b83d91
2024-07-28 09:59:30 +09:00
Yoshinari Takaoka
d1c626e899 Removed features/xforms.xml related to #120 2024-07-28 09:56:22 +09:00
Yoshinari Takaoka
b93fed2903 Remove PHP 5 era changelog and rework markup
8cb32bd2c0
2024-04-28 17:39:47 +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
a652ad9cf3 Use proper language for Windows bat script
25338384fe
2023-12-17 19:22:03 +09:00
Yoshinari Takaoka
7454f2f93e Fixed deprecation warning for dynamic property creation
9957fc259b
2023-10-29 22:21:41 +09:00
Yoshinari Takaoka
10ef44b722 Improve tag semantic usage
fc174e8d61
2023-08-13 09:18:26 +09:00
Yoshinari Takaoka
b895cac3f1 Replace PECL <link> with entity &link.pecl;
9e2d8231b5
2023-08-01 19:22:03 +09:00
Yoshinari Takaoka
6d7a3dc7ab Update gc.xml
Fix typo GC_THRESHOLD_DEFAULT

3f93d2472f
2023-06-22 00:20:02 +09:00
Yoshinari Takaoka
44c91c80b4 Make CTRL+C clearer in documentation
bf345aac8b
2023-04-04 01:26:37 +09:00
Yoshinari Takaoka
fe9ff38cf1 [GC] Update constant for GC treshold
cff46537f9
2023-04-01 01:38:25 +09:00
Yoshinari Takaoka
d136d993d7 Use see also entity
b9d8c47005
2023-03-29 02:11:08 +09:00
Odachannnn
f0b1eba334 Fix translation in gc.xml (#81)
チェックすることによって、どの部分がゴミか発見できます。 可能です、そして、zval のうちいずれがゼロの refcountを持つか調べます。
=> チェックし、それからzval のうちいずれがゼロの refcount を持つか調べることによって、どの部分がゴミか発見できます。
2023-03-06 20:06: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
4fc3f6c1b8 「Usage」の未訳部分を修正
たまたま見つけた。俺スゲー
2022-11-07 01:32:57 +09:00
Yoshinari Takaoka
1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka
c15b552230 s/エクステンション/拡張モジュール/
relates to: #24
2022-10-16 01:35:20 +09:00
Yoshinari Takaoka
056139b12d Remove legacy info about CERN httpd
That server had its final release in 1996[1].  We should no longer bug
our readers with it.

[1] <https://www.w3.org/Daemon/>

9cde243775
2022-07-19 22:46:28 +09:00
Yoshinari Takaoka
8369133bdf s/参照カウント/リファレンスカウント/g 2022-05-15 01:21:19 +09:00
Yoshinari Takaoka
37ebb6c399 statically call の日本語訳 を改善 (#49) 2022-05-14 16:10:39 +09:00
Yoshinari Takaoka
ff98e4981e The first arg after -f <filename> does not need to be --
1dd897816d
2021-12-31 09:37:00 +09:00
Yoshinari Takaoka
ed24c79e3d Fixed commandline description content error
84eaa4850b
2021-12-31 09:33:25 +09:00
Yoshinari Takaoka
39996b339c not always の訳を微調整 2021-12-13 08:59:35 +09:00
Yoshinari Takaoka
2fd00b5112 [PHP 8.1] Documentation for full_path entry of $_FILES
92673cc45a
2021-12-10 19:37:48 +09:00
Yoshinari Takaoka
5193d3161b Interactive mode is no longer available as of PHP 8.1.0
a2fc23851f
2021-11-10 10:15:24 +09:00
Yoshinari Takaoka
126cadd02b *Only* basic and digest authentication supported
OAuth のような Bearer 認証などはサポートしていない、という意図を明示。
pecl/oauth を使いましょう。ハイ。

https://bugs.php.net/bug.php?id=72915
2d1981cc30
2021-11-03 10:33:02 +09:00
Yoshinari Takaoka
8e9594e941 Apparent inconsistency in the GC page
39cd8c54e8
2021-09-24 05:09:10 +09:00
Yoshinari Takaoka
3295798333 Remove useless docs
0799f7789c
2021-08-24 22:31:00 +09:00
Yoshinari Takaoka
2a344a656d Remove legacy Windows docs (php/doc-en#661)
indent は翻訳の内容に影響を及ぼさないので修正していない。
また、以下の2つのファイルは追加で翻訳が必要

- install/windows/apache2.xml
- install/windows/commandline.xml
2021-06-14 10:23:40 +09:00
Yoshinari Takaoka
9f4033d0d6 s/必要とします/必要です/ 2021-05-28 20:00:10 +09:00