1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-26 17:38:12 +02:00

44 Commits

Author SHA1 Message Date
Yoshinari Takaoka 8eb2d5fb6d Document SensitiveParameter attributes - part 2
https://github.com/php/doc-en/commit/d76a7fe17dd2488e47d664a8ab38e161b13ac843
2024-05-23 21:07:21 +09:00
Yoshinari Takaoka 0df8fcf9ce crypt: Improve comment in example
https://github.com/php/doc-en/commit/60b29fbe11384d5233398d70fdc74e9078fe32ad
2023-10-05 01:41:06 +09:00
Yoshinari Takaoka 55322c2588 crypt: Do not reference md5()
`md5()` should not be referenced anywhere, especially not anywhere near a
function that is suitable for hashing passwords.

https://github.com/php/doc-en/commit/cc88cbd3303ca3342dcdcd643eae793e564730c7
2023-09-24 12:09:07 +09:00
Yoshinari Takaoka 973443e8ad crypt: Remove examples showcasing bad practices
The existing examples showcased constant salts and the use of DES-based
hashing. Showcase a simple example of validating an existing SHA-512 crypt hash
with `1000000` rounds for compatibility with non-PHP software that relies on
libc's crypt (commonly mail servers or the OS's /etc/shadow).

https://github.com/php/doc-en/commit/58cdfe0ec955bed03224ca6156af1c6c3350a2c7
2023-09-24 12:08:06 +09:00
Yoshinari Takaoka faf8f64328 The salt is no longer optional as of PHP 8.0.0
https://github.com/php/doc-en/commit/2526581912be11d14da7006fba344ca525a8566a
2022-08-18 03:19:29 +09:00
Yoshinari Takaoka 90319671ec Fix: crypt() update docs wrt. no longer optional $salt
https://github.com/php/doc-en/commit/cbc23f1a74c9fcdd8410d3eb3b012ee78cdcf9c8
2022-08-18 03:16:46 +09:00
Yoshinari Takaoka 927d057175 Remove old crypt bug info
https://github.com/php/doc-en/commit/f7f0e997b55c899792380df4694ad8b48682dc17
2022-07-01 01:21:07 +09:00
Yoshinari Takaoka 7b66bcce5d password_verify is capable of verifying crypt hashes
https://github.com/php/doc-en/commit/f93ab9943c0246504e18493e315b7638efe81753
2022-02-23 17:06:23 +09:00
Yoshinari Takaoka 5f44187f82 Fix: bcrypt max password length is about bytes, not characters
https://github.com/php/doc-en/commit/98ba3bd97a8f988e69054ee7e7aa2fd124d453a7
2022-01-15 14:35:06 +09:00
Yoshinari Takaoka 495c1a1e2b Generate string methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-265.
2021-01-02 12:31:54 +09:00
Yoshinari Takaoka 3dd2e9ebb1 Remove obsolete PHP 5 info in crypt() docs 2021-01-02 12:27:42 +09: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
Satoru Yoshida e43b8b9143 correct typo and sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348058 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-25 09:20:20 +00:00
Satoru Yoshida a0d51a7b6d sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342213 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-01 04:29:28 +00:00
TAKAGI Masahiro 938305e037 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337001 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-18 22:33:23 +00:00
TAKAGI Masahiro 5f9fbfec82 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336037 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-04 22:37:26 +00:00
TAKAGI Masahiro af4747c17b Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@335771 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-18 02:03:27 +00:00
TAKAGI Masahiro 580160ca7f Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@335516 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-31 07:28:42 +00:00
TAKAGI Masahiro a462a226ae Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334637 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 05:20:57 +00:00
TAKAGI Masahiro d0755fa418 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334319 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-18 12:08:24 +00:00
TAKAGI Masahiro 7b03846d6b Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@333985 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-28 04:30:14 +00:00
TAKAGI Masahiro e46971500e SYnc with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332793 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-06 23:07:48 +00:00
TAKAGI Masahiro 533c19fd8f Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332035 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-31 22:59:31 +00:00
TAKAGI Masahiro a103e0916a Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@329135 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 10:33:07 +00:00
TAKAGI Masahiro d47fa11b81 Sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326969 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-04 01:50:39 +00:00
TAKAGI Masahiro 9794ff58ea sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326764 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-22 08:42:50 +00:00
TAKAGI Masahiro b71e0d14f1 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@313322 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-17 10:49:25 +00:00
TAKAGI Masahiro 85a7d878e3 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@312852 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-03 08:22:35 +00:00
TAKAGI Masahiro e85095f5b2 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@310077 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-09 04:44:32 +00:00
TAKAGI Masahiro f4a47b6d90 update translation.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@301393 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 11:04:54 +00:00
TAKAGI Masahiro d2215ae772 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@300396 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-12 01:13:12 +00:00
TAKAGI Masahiro dcd87d0429 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@299162 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-09 00:15:50 +00:00
TAKAGI Masahiro f8cadc55bf sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@290161 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-03 03:29:45 +00:00
Torben Wilson 5ba20ff84e Resynched with en (bumped EN-Revision and updated sgml-default-dtd-file).
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@288881 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-28 05:30:52 +00:00
Nilgün Belma Bugüner 4ad4e628ff changed EN-Revision tag as cvs2svn;
fixed svn properties

git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@283962 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-12 18:40:57 +00:00
TAKAGI Masahiro fdf09f4795 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@272461 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-01 07:26:22 +00:00
TAKAGI Masahiro 6fca67cb50 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@241066 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-11 04:15:47 +00:00
Hannes Magnusson 69e9b012db Various markup fixes
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@238424 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-24 17:39:44 +00:00
Hannes Magnusson d0ac585542 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there
 - Bump EN-Revision where appropriate


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@238266 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-22 14:32:58 +00:00
Hideyuki Shimooka 0f9e93d57f translation updated
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@189166 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 15:04:40 +00:00
Rui Hirokawa c1d753be2a modified the misused kanji.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@176274 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-02 07:23:48 +00:00
Rui Hirokawa c40a460a29 translated sync tag into En-Revision.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@173331 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-23 04:45:51 +00:00
Moriyoshi Koizumi 40d6ed86b3 Let's unify them :)
# sorry for the huge commit


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@134146 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-04 00:06:52 +00:00
Hartmut Holzgraefe f1296cb009 banana-split
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@78214 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 01:18:44 +00:00