mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Added PHP 8 into versions.xml for password based on stubs.
Closes GH-396.
This commit is contained in:
parent
496d3f708e
commit
443dc41e7d
1 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@
|
|||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<function name="password_algos" from="PHP 7 >= 7.4.0"/>
|
||||
<function name="password_get_info" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="password_hash" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="password_needs_rehash" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="password_verify" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="password_algos" from="PHP 7 >= 7.4.0, PHP 8"/>
|
||||
<function name="password_get_info" from="PHP 5 >= 5.5.0, PHP 7, PHP 8"/>
|
||||
<function name="password_hash" from="PHP 5 >= 5.5.0, PHP 7, PHP 8"/>
|
||||
<function name="password_needs_rehash" from="PHP 5 >= 5.5.0, PHP 7, PHP 8"/>
|
||||
<function name="password_verify" from="PHP 5 >= 5.5.0, PHP 7, PHP 8"/>
|
||||
</versions>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue