From 5b2f7f1f444b4be00b6b032b2934b247273df83a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 May 2013 02:46:58 +0000 Subject: [PATCH] Link password_compat git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330237 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/password/book.xml | 6 ++++++ reference/password/functions/password-hash.xml | 2 ++ reference/password/functions/password-verify.xml | 11 +++++++++++ 3 files changed, 19 insertions(+) diff --git a/reference/password/book.xml b/reference/password/book.xml index 5d573aaa0f..167d85a096 100644 --- a/reference/password/book.xml +++ b/reference/password/book.xml @@ -13,6 +13,12 @@ crypt to make it easy to create and manage passwords in a secure manner. + + This extension is available since PHP 5.5.0 but there is also an userland implementation for + PHP >= 5.3.7. + &reference.password.setup; diff --git a/reference/password/functions/password-hash.xml b/reference/password/functions/password-hash.xml index b6d2313997..24bd7678d3 100644 --- a/reference/password/functions/password-hash.xml +++ b/reference/password/functions/password-hash.xml @@ -94,7 +94,9 @@ $2y$07$BCryptRequires22Chrcte/VlQH0piJtjXl.0t1XkA8pw9dMXTpOq &reftitle.seealso; + password_verify crypt + userland implementation diff --git a/reference/password/functions/password-verify.xml b/reference/password/functions/password-verify.xml index b6dc7db5d2..e2ccb98dbc 100644 --- a/reference/password/functions/password-verify.xml +++ b/reference/password/functions/password-verify.xml @@ -76,6 +76,17 @@ Password is valid! + + + &reftitle.seealso; + + + password_hash + userland implementation + + + +