1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-28 02:23:18 +02:00
Commit Graph

281 Commits

Author SHA1 Message Date
Yoshinari Takaoka 9f1b814a2b Add &warn.deprecated.function-*; to all deprecated functions
https://github.com/php/doc-en/commit/ce98b568f85353c4bf263133f09c4db9294833f9
2025-10-05 13:34:14 +09:00
Yoshinari Takaoka 99bb1f3e92 Update function attributes
https://github.com/php/doc-en/commit/42d5fb01e01e9ab1fdb47612833dd13d9003df6a
2025-10-05 13:31:39 +09:00
Yoshinari Takaoka 659c0685df [reference/image] sync with en 2025-09-07 17:55:11 +09:00
Yoshinari Takaoka 6bd6778c54 getimagesize() is agnostic of image metadata
https://github.com/php/doc-en/commit/f8d1e172bd6d11986f0dfeb11756b90c039a39bc
2025-09-07 17:38:02 +09:00
Yoshinari Takaoka 467658c7dc gd: do not use or unnecessary reference imagedestroy()
https://github.com/php/doc-en/commit/9960a09a5705102bf4dd0ce63e03d9ec716d0015
2025-08-17 09:10:31 +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
Yoshinari Takaoka 82b4754865 誤訳を修正 / [PHP 8.4] Add errors for GD functions
https://github.com/php/doc-en/commit/ccd3e68e1e8a89a099a32207dd31ed26b70f43cd
2024-12-15 13:38:18 +09:00
Yoshinari Takaoka 4b431e09c6 Replace _XXX with _* in constants
https://github.com/php/doc-en/commit/89ae180a851621c308f0ea4604ff2e919aa57a7f
2024-12-15 10:37:28 +09:00
SUMIDA, Ippei b8b21af136 [PHP 8.4] Add errors for GD functions (#164)
* [PHP 8.4] Add errors for GD functions

* レビュー指摘部分の修正
2024-11-10 21:08:43 +09:00
Yoshinari Takaoka 3b77d6a506 Updated EN-Revision only / Remove extra space characters
https://github.com/php/doc-en/commit/e50e79746736dbdfbabe9bd3566793b3ddf38f58
2024-09-16 22:04:10 +09:00
Yoshinari Takaoka b0d136615b Add AVIF to imagecreatefromstring
https://github.com/php/doc-en/commit/2bab0c8b3d7c571ef969281235a202a1d16fbfd1
2024-04-29 04:04:28 +09:00
Yoshinari Takaoka ff0855a931 Minor markup issue fixups
https://github.com/php/doc-en/commit/62126c55f1c6ed444043e7272c4f9e233818a44b
2024-04-28 14:39:23 +09:00
Yoshinari Takaoka 55296d993a Reword imagecropauto() return value section
https://github.com/php/doc-en/commit/e6849e1e63c206f34d25378ea2f1d0bde4e9a396
2024-01-21 16:54:52 +09:00
Yoshinari Takaoka c520648626 Add IMAGETYPE_AVIF constant to documentation
https://github.com/php/doc-en/commit/f40e02ff1bd0eb238dc8e542434004de9eb03a58
2023-10-29 22:19:45 +09:00
Yoshinari Takaoka 5805c4b911 ext/gd: update imagerotate about removed parameter
https://github.com/php/doc-en/commit/42b44e4439dbc4ed27fc54b3a355bed104b3dad2
2023-06-26 23:52:06 +09:00
Yoshinari Takaoka 859284d934 Wrap IMG_GD2_RAW inside the <constant> tag
https://github.com/php/doc-en/commit/18f17b3e03337b79205d5306b9de20da01c3ac75
2023-05-07 21:55:39 +09:00
Yoshinari Takaoka c94e29dccb Update imagesetpixel.xml
https://github.com/php/doc-en/commit/ee0403b08276f179965318623980378033d34d72
2023-04-12 03:13:35 +09:00
Yoshinari Takaoka caac32ba75 Fix: Drop imagesx() return false description
As of PHP 8.0.0, GD images are objects, while previously they have been
resources.  If incompatible objects are passed to respective GD
functions, that throws a `TypeError` which does not have to be
documented explicitly.  If invalid resources have been passed, that
emitted `E_WARNING` and the functions returned `false`.  In a perfect
world, we would document that for each function, but to be brief, we
just augment the respective language-snippet to express that valid `gd`
resources have been expected.  Readers should be able to figure out the
detailed behavior (and would want to avoid passing invalid resources
anyway).

https://github.com/php/doc-en/commit/0462f49fb00dd5abaec3aa322009f2eb40a3279d
2023-01-18 12:35:59 +09:00
Yoshinari Takaoka b21bae944b Drop imagesy() return false description
https://github.com/php/doc-en/commit/37f858a5579386dafaddaffbe15034dbcd0f55c8
2023-01-18 12:33:45 +09:00
Yoshinari Takaoka c54ba5675f Fix wrong param name in example
https://github.com/php/doc-en/commit/80b2563f1fb2e2830f6881b4620adf773065f9e7
2023-01-08 10:38:27 +09:00
Yoshinari Takaoka 052d47f51a fixed typo
closes: #68
2022-12-11 05:48:28 +09:00
Yoshinari Takaoka 6b03846e1d Clarify behavior of imagesavealpha() for WebP and AVIF
https://github.com/php/doc-en/commit/c4986eebebbf5d715a3dfcc5a7f65035aab9ff8c
2022-12-07 00:32:04 +09:00
Yoshinari Takaoka adaba15cef fixed typo 2022-11-13 16:16:18 +09:00
Yoshinari Takaoka 99ee65e1a5 Update some newly clarified types
https://github.com/php/doc-en/commit/5764345c8662c22b570bf453650a9dd584bd3abb
2022-11-07 23:48:14 +09:00
Yoshinari Takaoka 01e4b61660 getimagesize の説明に合わせる形で、Changelog も変更 2022-10-10 19:58:03 +09:00
Yoshinari Takaoka d9c34b5e91 getimagesize 関数の、changelog の不整合を修正 2022-10-10 00:06:26 +09:00
Yoshinari Takaoka 9573dcdeba Update getimagesize description
https://github.com/php/doc-en/commit/d0532e45fb2b6766c7fc73c7ccfc30a9720f8888
2022-09-25 14:06:04 +09:00
Yoshinari Takaoka 57a999c6ca [PHP 8.1] Add new global GD constants
https://github.com/php/doc-en/commit/928f0513239395b4f2e617e5786d0c62dcb4abb4
2022-04-27 23:18:05 +09:00
Yoshinari Takaoka 6fc3fb46ec Fix syntax errors in examples
https://github.com/php/doc-en/commit/73fae4ee51b644b72028e610abefefced57c18ad
2022-04-05 19:48:33 +09:00
Yoshinari Takaoka 2c68c1a5eb Add return value "AVIF Support" to gd_info()
https://github.com/php/doc-en/commit/8a28a068fae1b82c3907e520a68c23967c682ac6
2022-02-10 20:07:04 +09:00
Yoshinari Takaoka b4c182d958 Fix wrong parameter name
https://github.com/php/doc-en/commit/ba9d7ebde721596dc8901bbe3e23daee513c0a80
2022-01-05 05:46:33 +09:00
Yoshinari Takaoka 8642bc6c4f Generate various method synopses from stubs - part 5
https://github.com/php/doc-en/commit/0773339dce767078f1ee0e55cc1c0428e02ae0ad
2021-12-23 02:01:15 +09:00
Yoshinari Takaoka d0914f653d imagecreatefromwebp() does not support animated WebP
https://github.com/php/doc-en/commit/d09a881a8e9059d11e756ee59d75bf404d6941ed
2021-12-07 06:01:57 +09:00
Yoshinari Takaoka ede3567c97 Remove obsolete info regarding libgd < 2.1.0
As of PHP 7.0.0, libgd ≥ 2.1.0 is required anyway.
https://github.com/php/doc-en/commit/213fbd9440a224f9c1da4942c85124ce0c120c52
2021-12-07 05:55:07 +09:00
Yoshinari Takaoka 0555fa191f s/返り値/戻り値/g 2021-10-09 02:40:05 +09:00
Yoshinari Takaoka e819fbaeab [PHP 8.1] Use GdFont
https://github.com/php/doc-en/commit/a7e5e563d2d2269a6d7ccff506715a3e1a6f3902
2021-10-06 01:11:51 +09:00
Yoshinari Takaoka 13da286d38 [PHP 8.1] Deprecated functions and constants
https://github.com/php/doc-en/commit/8a2141dcc084f72feb4e0ae2feaff3b440e5c59e
2021-10-05 02:19:11 +09:00
Yoshinari Takaoka 24475048c5 [PHP 8.1] Add imageavif and imagecreatefromavif functions
https://github.com/php/doc-en/commit/4e04068f2de34363722fd5c76b2cf5b8844a48ef
2021-09-30 22:38:04 +09:00
Yoshinari Takaoka 1553d2b5a4 Add imagecreatefromtga description
https://github.com/php/doc-en/commit/7c2251296a45dcd55e9d2c3817558522c2fb5790
2021-09-17 01:23:47 +09:00
Yoshinari Takaoka b74c7b4d3b Add note about NOP code
https://github.com/php/doc-en/commit/52dc204a77076e1404257cf39f179882b90b5780
2021-09-15 00:47:51 +09:00
Yoshinari Takaoka 8c6c002807 Remove some unnecessary methodsynopsis role attributes
https://github.com/php/doc-en/commit/7f99d5e488d161ce3b12d1dae405a283728933c3
2021-09-15 00:43:54 +09:00
Yoshinari Takaoka 4173fe0e8d Fix section issues (php/doc-en#666)
* Fix issues in Image directory
* Fix issues in Gmagick directory
* Fix issues in Snmp directory
2021-06-08 10:45:41 +09:00
Yoshinari Takaoka 0253d9e8ee No need for two changelog entries 2021-06-03 23:21:08 +09:00
Yoshinari Takaoka b54424e082 Fix function description (php/doc-en#635) 2021-05-28 20:04:16 +09:00
Yoshinari Takaoka 3bf164de28 Fix a typo / Update EN-Revison only 2021-05-28 20:02:02 +09:00
Yoshinari Takaoka 9f4033d0d6 s/必要とします/必要です/ 2021-05-28 20:00:10 +09:00
Yoshinari Takaoka 60c89efc0a Generate ext/gd methodsynopses based on stubs (php/doc-en#623) 2021-05-25 00:12:09 +09:00
Yoshinari Takaoka fbff2e8358 fixed typo
大半のものは EN-Revision の更新のみ
2021-04-20 01:12:11 +09:00
Yoshinari Takaoka 7d411ce02e updated EN-Revision only 2021-03-20 05:20:44 +09:00
Yoshinari Takaoka 710d8f434b Actually document bool return for imageinterlace() 2021-03-19 02:17:30 +09:00