From 68d22233ea94290bc0f4c80709aa0109cae49160 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 7 Jul 2014 05:04:34 +0000 Subject: [PATCH] Fixed bug #66800 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334153 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/md5.xml | 2 ++ reference/strings/functions/sha1.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/reference/strings/functions/md5.xml b/reference/strings/functions/md5.xml index 8f68613295..1e7522902d 100644 --- a/reference/strings/functions/md5.xml +++ b/reference/strings/functions/md5.xml @@ -111,6 +111,8 @@ if (md5($str) === '1f3870be274f6c49b3e31a0c6728957f') { crc32 sha1 hash + crypt + password_hash diff --git a/reference/strings/functions/sha1.xml b/reference/strings/functions/sha1.xml index a287f03358..498fffda25 100644 --- a/reference/strings/functions/sha1.xml +++ b/reference/strings/functions/sha1.xml @@ -110,6 +110,8 @@ if (sha1($str) === 'd0be2dc421be4fcd0172e5afceea3970e2f3d940') { crc32 md5 hash + crypt + password_hash