Yoshinari Takaoka
|
83f903c185
|
[ext/hash] sync with en
https://github.com/php/doc-en/commits/master/reference/hash
|
2025-08-23 20:53:07 +09:00 |
|
siwa32
|
1e7b7da919
|
Document PHP 8.4 ext-hash changes を取り込み (#240)
* Document PHP 8.4 ext-hash changes を取り込み
E_DEPRECATEDを発生させるコード例
hash_init('murmur3f', 0, "", ["seed" => "10"]);// E_DEPRECATED
hash_init('murmur3f', 0, "", ["seed" => 10]);// OK
* `E_DEPRECATED` の説明を日本語の言い回しを優先し訳を崩す
---------
Co-authored-by: 武田 憲太郎 <takeda@youmind.jp>
|
2025-01-13 11:26:07 +09:00 |
|
Takuya Aramaki
|
bd5ae18693
|
hash_pbkdf2()の訳を修正 (#131)
derive, derivationの訳を「派生」→「導出」に修正
その他細かい修正を実施
|
2024-10-31 02:10:14 -07:00 |
|
Yoshinari Takaoka
|
9d11810c34
|
hash: Clean up the listed algorithms for the hash_*() algorithm parameter
https://github.com/php/doc-en/commit/539a9823a805ac29cab7fa4baf3ae3a28116a2f5
|
2024-07-31 19:34:32 +09:00 |
|
Yoshinari Takaoka
|
1efc8101e1
|
hash-file.xml: add the literal tag to the algorithms
https://github.com/php/doc-en/commit/0cd7bb8f32b6e319cccb36059e65946cea04608e
|
2024-07-27 19:37:38 +09:00 |
|
Yoshinari Takaoka
|
24653148be
|
hash-file.xml: add the function tag
https://github.com/php/doc-en/commit/a027e69cf7db9c535d25b423ff8543302ef7aa89
|
2024-07-27 19:32:43 +09:00 |
|
Yoshinari Takaoka
|
944214f48a
|
Clean up “See Also” for hash*()
https://github.com/php/doc-en/commit/71e12e2df7b0bcf0dc2743681b73790ac0d45ccc
|
2024-07-27 11:50:46 +09:00 |
|
Yoshinari Takaoka
|
0667e7bf65
|
Document SensitiveParameter attributes - part 1
https://github.com/php/doc-en/commit/5bc68add3da3cd18c40f851e944b15095d3a26aa
|
2024-05-23 20:56:44 +09:00 |
|
Yoshinari Takaoka
|
e4880011cf
|
Sync some methodsynopses with stubs
https://github.com/php/doc-en/commit/db22a7cfcbc3af221f67e228336ac3e2d62aaf2c
|
2024-04-29 20:57:51 +09:00 |
|
Yoshinari Takaoka
|
d8b6fd47b5
|
hash_pbkdf2: Add actually related function references
https://github.com/php/doc-en/commit/7b68fb17124ccf73ed0c98974d90977a69ea0425
|
2023-11-05 10:09:34 +09:00 |
|
Yoshinari Takaoka
|
a2639d92d2
|
hash_pbkdf2: Clean out referenced functions
`hash_pbkdf2` is intended as a key derivation function, the only functions that
are somewhat related are `crypt()` and `password_hash()`, with `crypt()` usage
being discouraged.
https://github.com/php/doc-en/commit/1aeea8f0d23d1162c1c2c1017be4c5e9c1efe2db
|
2023-11-05 10:08:38 +09:00 |
|
Yoshinari Takaoka
|
7a3589b740
|
Do not reference openssl_pbkdf2
The functions do the same thing, but ext/hash is always available and the list
of referenced functions is long enough.
https://github.com/php/doc-en/commit/60307126df66be2e846fdd690442151654a559b0
|
2023-11-05 10:07:36 +09:00 |
|
Yoshinari Takaoka
|
479edc6dc1
|
hash_pbkdf2: Increase rounds to 600000
https://github.com/php/doc-en/commit/a22e0f26f6b58f6e9aadc47a17f3becb79a9d55e
|
2023-11-05 10:06:44 +09:00 |
|
Yoshinari Takaoka
|
386513cffa
|
[status ready] translated hash-equals.xml
|
2023-10-22 19:15:49 +09:00 |
|
Yoshinari Takaoka
|
f94759b78a
|
hash_hmac_file: Sync example with hash_hmac
https://github.com/php/doc-en/commit/50960545e781ff94ba371befc04346de48a0bb82
|
2023-10-05 20:30:26 +09:00 |
|
Yoshinari Takaoka
|
4dc4122ba6
|
hash_copy: Unify with hash_*
https://github.com/php/doc-en/commit/584a9fb976cccc93109776a904ec1c5ddb2d580f
|
2023-10-05 20:29:19 +09:00 |
|
Yoshinari Takaoka
|
1aa36fab3d
|
hash_hmac: Reference hash_equals() in the “see also” section
https://github.com/php/doc-en/commit/33b00cc27920489594afa964ffbf2660e4e245f7
|
2023-10-05 20:10:06 +09:00 |
|
Yoshinari Takaoka
|
63a03265e8
|
hash_*: Rewrite examples
https://github.com/php/doc-en/commit/20dcfbb0dd7150cbe5dfd7903a3001229295c549
|
2023-10-05 20:09:08 +09:00 |
|
Yoshinari Takaoka
|
86194e7a1c
|
[status working] hash_equals: Rewrite the page / sync with en
https://github.com/php/doc-en/commit/472a8ae5cc4e91fcf8365760ba07787f61087aae
|
2023-10-05 20:04:48 +09:00 |
|
Yoshinari Takaoka
|
d68f90e3e9
|
「参照ください」に統一
- 参照下さい
- 参照して下さい
- 参照してください
を「参照ください」に置き換えた。
個人的には「参照ください」は違和感のある日本語だが、既存の訳で圧倒的な優勢だったそれを採用した。
closes: #23
|
2022-12-19 23:29:40 +09:00 |
|
Yoshinari Takaoka
|
36892bed9d
|
"暗号学的にセキュア" に統一
find . -type f -name "*.xml" -print0 | xargs -0 sed -i -e "s/暗号学的に安全/暗号学的にセキュア/"
セキュリティの文脈では「セキュア」とした方がしっくりくる
|
2022-11-22 07:21:43 +09:00 |
|
Yoshinari Takaoka
|
a511df4593
|
Stop referring to openssl_random_pseudo_bytes() outside of ext/openssl
https://github.com/php/doc-en/commit/2ab45105b4302f7eed510a629226956ee0ab5be3
|
2022-11-11 19:56:57 +09:00 |
|
Yoshinari Takaoka
|
69c378aa34
|
Updates for hash functions that now throw errors
Update the manual for the changes to the hash functions by Mark Randall
in August 2019 and subsequent tweaks by Máté Kocsis in March 2020.
https://github.com/php/doc-en/commit/91e303f2d27cbca485137230fa7d2e50e75f19a6
|
2022-11-03 20:45:32 +09:00 |
|
Yoshinari Takaoka
|
cc68831a63
|
PHP 8.1 | Update hash_algos() documentation
https://github.com/php/doc-en/commit/03bb26ae7034e4bccbfb2df187f35a401ef2cbed
|
2022-03-12 19:57:47 +09:00 |
|
Yoshinari Takaoka
|
70acbb85bb
|
Update name of 3rd param of hash_hmac_file()
https://github.com/php/doc-en/commit/1adf24615e8be8049f68db37513e37dc631d49d1
|
2021-12-27 01:17:38 +09:00 |
|
Yoshinari Takaoka
|
49549e79b7
|
fixed function name in changelog
https://github.com/php/doc-en/commit/4b4c8b47408da359d4d0ab39f19673f006895908
|
2021-12-18 10:27:38 +09:00 |
|
Yoshinari Takaoka
|
de9c2128b6
|
fixed build error.
|
2021-12-18 09:57:00 +09:00 |
|
Yoshinari Takaoka
|
3ac3f5c4d3
|
Update ext/hash documentation
https://github.com/php/doc-en/commit/ac6b36357e5f5294a2c0577b85d193d84f0017ff
|
2021-12-18 09:35:11 +09:00 |
|
Yoshinari Takaoka
|
3c4fcc27b3
|
Fix #81473: hash_pbkdf2 truncate in hex
We extend the example to show the behavior of raw binary results.
https://github.com/php/doc-en/commit/8ad9c12d9bf30c0a0c06f150643c0669d02c3125
|
2021-09-28 00:19:48 +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
|
369e05dc2e
|
Deleted old PHP 5.3 -> 5.4 tiger hash compatibility example.
https://github.com/php/doc-en/commit/abb0c22310497748b002fc7222efa6fa4df4ca22
|
2021-09-08 16:32:50 +09:00 |
|
Yoshinari Takaoka
|
3debda5ff8
|
Fix section order issues in Hash extension
|
2021-06-07 11:47:22 +09: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
|
b02aedcd78
|
s/null を受け入れるようになりました/nullable になりました/g
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351439 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-11-18 23:48:18 +00:00 |
|
Yoshinari Takaoka
|
1e521f6197
|
Generate hash methodsynopses based on stubs
Patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351437 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-11-18 23:36:00 +00:00 |
|
Yoshinari Takaoka
|
85c78eb145
|
Fixes from volunteers
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350955 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-10-20 09:48:00 +00:00 |
|
Yoshinari Takaoka
|
73ccac34bf
|
Remove PHP4 or PHP5 only extension, changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-09-27 01:47:22 +00:00 |
|
Yoshinari Takaoka
|
6e20bfc812
|
Updated hash_algos doc for PHP 7.4
Patch contributed by Graham Campbell.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350294 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-08-08 18:52:56 +00:00 |
|
Yoshinari Takaoka
|
0a9be91a94
|
Link to hash_algos() from hash() and hash_file()
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349413 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-03-13 21:11:13 +00:00 |
|
Yoshinari Takaoka
|
69eb1ba6cc
|
added missing hash related doc translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349003 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-01-24 13:17:08 +00:00 |
|
Yoshinari Takaoka
|
b8fdecb250
|
Status: working -> ready
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348972 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-01-20 12:56:53 +00:00 |
|
Yoshinari Takaoka
|
dbb5f9e06e
|
updated
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348971 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-01-20 12:54:39 +00:00 |
|
Yoshinari Takaoka
|
bf50036470
|
Status: working -> ready
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348864 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-01-11 12:43:12 +00:00 |
|
Satoru Yoshida
|
6d0568df87
|
sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346969 c90b9560-bf6c-de11-be94-00142212c4b1
|
2019-03-03 22:41:01 +00:00 |
|
Satoru Yoshida
|
5356c7f2ab
|
sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@345033 c90b9560-bf6c-de11-be94-00142212c4b1
|
2018-05-19 10:15:46 +00:00 |
|
TAKAGI Masahiro
|
eb0e1e4ad5
|
Add Japanese translation
--
Provided by anonymous 85766 (hello@iwamot.com)
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@343071 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-09-11 20:18:32 +00:00 |
|
Satoru Yoshida
|
e72ad67776
|
sync en, but Status is working.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342340 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-04-16 00:52:39 +00:00 |
|
Satoru Yoshida
|
8287c2f1ad
|
sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342181 c90b9560-bf6c-de11-be94-00142212c4b1
|
2017-03-25 10:53:01 +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 |
|
TAKAGI Masahiro
|
a674014edc
|
Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336661 c90b9560-bf6c-de11-be94-00142212c4b1
|
2015-04-24 23:43:46 +00:00 |
|