Link password_compat

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330237 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2013-05-16 02:46:58 +00:00
parent be1714b9b5
commit 5b2f7f1f44
3 changed files with 19 additions and 0 deletions

View file

@ -13,6 +13,12 @@
<function>crypt</function> to make it easy to create and manage passwords
in a secure manner.
</para>
<para>
This extension is available since PHP 5.5.0 but there is also an <link
xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="&url.password.compat;">userland implementation</link> for
PHP >= 5.3.7.
</para>
</preface>
&reference.password.setup;

View file

@ -94,7 +94,9 @@ $2y$07$BCryptRequires22Chrcte/VlQH0piJtjXl.0t1XkA8pw9dMXTpOq
&reftitle.seealso;
<para>
<simplelist>
<member><function>password_verify</function></member>
<member><function>crypt</function></member>
<member><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.password.compat;">userland implementation</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -76,6 +76,17 @@ Password is valid!
</example>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>password_hash</function></member>
<member><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.password.compat;">userland implementation</link></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file