mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-09 16:32:39 +01:00
Add password_* functions to extension functions list
Summary: These are technically added in PHP 5.5.0 mainline, not an extension, but the two are effectively equiavlent. Test Plan: o.O Reviewers: btrahan, dctrwatson Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D8280
This commit is contained in:
parent
bd6cc6b946
commit
a11421ee8e
1 changed files with 4 additions and 0 deletions
|
@ -487,6 +487,10 @@ openssl_get_cipher_methods
|
|||
openssl_dh_compute_key
|
||||
openssl_random_pseudo_bytes
|
||||
openssl_error_string
|
||||
password_get_info
|
||||
password_hash
|
||||
password_needs_rehash
|
||||
password_verify
|
||||
pcntl_fork
|
||||
pcntl_waitpid
|
||||
pcntl_wait
|
||||
|
|
Loading…
Reference in a new issue