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

72 Commits

Author SHA1 Message Date
KentarouTakeda bede85bf76 戻り値型 bool→true 同期・return type sync 40 件 (#357)
## 翻訳内容

### reference/image(34件)— return type アノテーション修正

- reference/image/functions/imageresolution.xml — 戻り値型を `array|bool` から `array|true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagealphablending.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageantialias.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagearc.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagechar.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecharup.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecolordeallocate.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecolormatch.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopy.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopymerge.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopymergegray.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopyresampled.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagecopyresized.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagedashedline.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagedestroy.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageellipse.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefill.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilledarc.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilledellipse.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilledrectangle.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagefilltoborder.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageflip.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagegammacorrect.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagelayereffect.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imageline.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagerectangle.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesavealpha.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetbrush.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetclip.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetpixel.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesetthickness.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagesettile.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagestring.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214
- reference/image/functions/imagestringup.xml — 戻り値型を `bool` から `true` に修正
  1. php/doc-en@fcd9214

### 独立ファイル

- reference/array/functions/array-multisort.xml — 戻り値型を `bool` から `true` に変更、8.5.0 changelog 追加
  1. php/doc-en@5b76466
- reference/fileinfo/functions/finfo-close.xml — 戻り値型を `true` に変更、NOP化・非推奨の changelog 追加
  1. php/doc-en@fcd9214
  2. php/doc-en@34bd6f0
  3. php/doc-en@5b76466
- reference/ftp/functions/ftp-set-option.xml — 戻り値型を `true` に変更、errors セクション追加、8.5.0 changelog 追加
  1. php/doc-en@fcd9214
  2. php/doc-en@5b76466
- reference/sem/functions/shm-detach.xml — 戻り値型を `bool` から `true` に変更、8.5.0 changelog 追加
  1. php/doc-en@5b76466
- reference/pcntl/functions/pcntl-exec.xml — 戻り値型を `bool` から `false` に修正、エンティティエンコーディング修正
  1. php/doc-en@fcd9214
- reference/libxml/functions/libxml-set-external-entity-loader.xml — 戻り値型を `bool` から `true` に変更、8.5.0 changelog 追加
  1. php/doc-en@5b76466
2026-03-16 21:02:10 +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 e4a68cbdf2 LIBXML_XINCLUDE is not supported for non-pull parsers, should be documented
https://github.com/php/doc-en/commit/64e1182c986582df32ed7e629e42b4fea204de2e
2026-01-12 18:40:59 +09:00
Yoshinari Takaoka fbb6a9d43e [reference/libxml] sync with en 2025-09-07 21:12:47 +09:00
KentarouTakeda 5393cd2c83 [PHP 8.4] xml,xsl関連機能の翻訳 (#172) 2024-11-17 14:57:48 +09:00
Yoshinari Takaoka 56d4d96192 Remove empty resources pages
https://github.com/php/doc-en/commit/48ce43fe79fa0c9f31f187ea8ec995b4cb13037e
2024-07-27 20:38:54 +09:00
Yoshinari Takaoka adbc745a9d Remove empty configuration pages
https://github.com/php/doc-en/commit/765b2d6eec7dfbaeed900b32aa91a1360d73df42
2024-07-27 19:04:27 +09:00
Gina Peter Banyard e4f42ceee3 Apply commit from doc-en PR 3422 2024-06-14 17:01:59 +01:00
Yoshinari Takaoka 5fa9deb644 Sync some classsynopses with stubs
https://github.com/php/doc-en/commit/2a8b2f1c53edae923b5bb196183e476e5cca46a3
2024-05-23 20:44:09 +09:00
Yoshinari Takaoka f57420ed2e Add missing libxml related constants
https://github.com/php/doc-en/commit/8f6fd5c55ab10709a4ff8daf6140dea422c1363c
2024-05-19 10:51:18 +09:00
nsfisis dc7a8197a9 Fix typo: 「をを」→「を」 (#115) 2024-02-11 19:46:17 +09:00
Yoshinari Takaoka 4dec62ba0b Fix LibXMLError class name
https://github.com/php/doc-en/commit/90afcd69fcd42a060617540aab6d5be97dfc4fe1
2024-01-06 20:05:57 +09:00
Yoshinari Takaoka ef5f805cec Syncronize predefined constants with stubs - part 1 2023-09-05 20:35:39 +09:00
Yoshinari Takaoka 6d38700289 re-added libxml2 required version prior to PHP 8.0
https://github.com/php/doc-en/commit/6ec541d590b598769e62d9220121538f3a2925b2
2023-08-02 09:05:23 +09:00
Yoshinari Takaoka 65def39bda Update libxml installation text
https://github.com/php/doc-en/commit/28c6feba8018242e687791fcc0f957f5fe712761
2023-08-02 08:42:54 +09:00
Yoshinari Takaoka ec89510f26 Fix type of $public_id of libxml_set_external_entity_loader
https://github.com/php/doc-en/commit/8109567de77d72f9def7d39d92717248f9100a0b
2023-07-25 23:30:36 +09:00
Yoshinari Takaoka 3127f15ab8 Add extra words of caution for validateOnParse and LIBXML_VALIDATEDTD
https://github.com/php/doc-ja/commit/e90598803feff51b424b8b9ccdf424fd07e42a97 の反映漏れ
2023-07-18 20:11:15 +09:00
Yoshinari Takaoka 3248918acc Remove unnecessary role attribute for libxml_get_external_entity_loader
https://github.com/php/doc-en/commit/dea05ca001b3a7513cd210a08451e075c3fcf383
2022-12-13 01:48:00 +09:00
Yoshinari Takaoka 1d9b457c4b Add documentation for libxml_get_external_entity_loader()
https://github.com/php/doc-en/commit/d0d1ec131e062eaa8661b510719d45d1d9a990c7
2022-11-05 03:25:52 +09:00
Yoshinari Takaoka 1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka d3e1fef52e Fix section order issues in some extensions (php/doc-en#667) 2021-06-07 23:09:49 +09:00
Yoshinari Takaoka 9f4033d0d6 s/必要とします/必要です/ 2021-05-28 20:00:10 +09:00
kurenaif 338da1faab 非推奨のlibxml_disable_entity_loader()を推奨するような文章になっていたため、非推奨だということが伝わる文章に変更 (#4)
* 非推奨のlibxml_disable_entity_loader()を推奨するような文章になっていたため、非推奨だということが伝わる文章に変更

* libxml_disable_entity_loaderの比較先を明記
2021-04-30 22:13:34 +09:00
Yoshinari Takaoka a4e8759e94 PHP 8.0 migration/deprecated: expand on libxml_disable_entity_loader()
The current text in the migration guide about the deprecation of `libxml_disable_entity_loader()` is misleading and can easily lead to the introduction of XXE vulnerable code.

In select circumstances, when `LIBXML_NOENT` is used, code can still be vulnerable to XXE attacks, even on PHP 8.0.
So I'm proposing to add an appropriate warning and mention the upgrade path in the migration guide.

Includes fixing a typo on the `libxml_disable_entity_loader()` page.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
2021-04-17 23:20:22 +09:00
Yoshinari Takaoka 6e0c4b33a2 Improve libxml_disable_entity_loader() docs
We clarify that `libxml_set_external_entity_loader()` is the preferred
alternative, and also note that the function is deprecated as of PHP
8.0.0.
2021-01-20 06:44:54 +09:00
Yoshinari Takaoka 27cffaedfb Improve libxml_set_external_entity_loader() docs
We point out that this function can be used to avoid XXE, and is
preferable to `libxml_disable_entity_loader()` in this regard.

We also set up a proper methodsysnopsis for the `$resolver_function`.
2021-01-20 06:40:30 +09:00
Yoshinari Takaoka 2bf8dba825 Generate libxml methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351610 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 23:03:25 +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 7577b7c33f Fix #62577: simplexml_load_file does not file if libxml_disable_entit
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350443 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-31 17:08:50 +00:00
Satoru Yoshida 72a89c683b sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346940 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 15:56:12 +00:00
TAKAGI Masahiro 47d0713d64 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@338964 c90b9560-bf6c-de11-be94-00142212c4b1
2016-04-08 03:40:41 +00:00
TAKAGI Masahiro 3512443da4 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337006 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-20 13:55:27 +00:00
Satoru Yoshida 63a41a7ee2 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@335799 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-25 04:39:39 +00:00
Simion Onea 31eae4c3b3 Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334778 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 21:01:42 +00:00
TAKAGI Masahiro b6c899a175 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334664 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-29 13:43:17 +00:00
Maciej Sobaczewski 81cedefbe6 Fix builds of active translations
- en-rev numbers were not updated so you can review changes one more time
- builds of few languages are still broken but not due to this changes

git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334663 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-29 12:52:23 +00:00
TAKAGI Masahiro cb1536c9ed Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332512 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-23 23:00:22 +00:00
Yoshinari Takaoka abc2579d6e - fixed typo and translation.
-- http://ml.php.gr.jp/pipermail/php-doc/2013-September/001117.html 


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331324 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 15:04:25 +00:00
TAKAGI Masahiro b0f20fdf8b Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331169 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 20:49:50 +00:00
TAKAGI Masahiro a95e4de08e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-24 21:19:30 +00:00
TAKAGI Masahiro 54bf97bb6f sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326076 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-10 03:21:07 +00:00
TAKAGI Masahiro ad42cc37e9 add Japanese translation.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324316 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-17 01:37:12 +00:00
TAKAGI Masahiro edc3d6b148 s/ユーザ[^ー]/ユーザー/g
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324071 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 01:29:04 +00:00
TAKAGI Masahiro c7ea2ed554 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@323727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 19:51:44 +00:00
TAKAGI Masahiro 792d84bf9b sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@321262 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-19 23:19:20 +00:00
TAKAGI Masahiro 86df95c05e sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@320326 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 23:03:54 +00:00
TAKAGI Masahiro bfdb0f89e4 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@319019 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-10 23:12:14 +00:00
TAKAGI Masahiro 6f7fdc84bb sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@315121 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-18 01:49:52 +00:00
TAKAGI Masahiro 8df820f508 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@313309 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-17 05:37:41 +00:00
TAKAGI Masahiro 2807158319 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@308269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 23:32:25 +00:00