From acadfdd1b44dc12636fac20ec104f5798d1257a4 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 31 Oct 2013 00:50:41 +0000 Subject: [PATCH] Add description for crypt() compatibility. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332024 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/password/functions/password-hash.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/password/functions/password-hash.xml b/reference/password/functions/password-hash.xml index 7443cf7d67..16ff6e1fb8 100644 --- a/reference/password/functions/password-hash.xml +++ b/reference/password/functions/password-hash.xml @@ -17,7 +17,9 @@ password_hash creates a new password hash using a strong one-way hashing - algorithm. + algorithm. password_hash is compatible with crypt. + Therefore, password hashes created by crypt can be used with + password_hash. The following algorithms are currently supported: