mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-28 23:59:55 +02:00
Use language independent permalinks for php.net urls
@see http://php.net/urlhowto.php
This commit is contained in:
@@ -36,7 +36,7 @@ if (password_verify('bad-password', $passwordHash)) {
|
||||
* [Learn about hashing in regards to cryptography] [3]
|
||||
* [PHP `password_hash` RFC] [4]
|
||||
|
||||
[1]: http://us2.php.net/manual/en/function.password-hash.php
|
||||
[1]: http://php.net/function.password-hash
|
||||
[2]: https://github.com/ircmaxell/password_compat
|
||||
[3]: http://en.wikipedia.org/wiki/Cryptographic_hash_function
|
||||
[4]: https://wiki.php.net/rfc/password_hash
|
||||
|
Reference in New Issue
Block a user