Re: crypt(), password_hash(), and password_verify()
[email protected] (Rowan Tommins)
| Newsgroups | php.doc |
|---|---|
| Message-ID | <[email protected]> |
On 20/02/2022 01:47, [email protected] wrote: > Documentation for crypt() and password_verify() should be updated Feel free to submit a pull request to the documentation here: https://github.com/php/doc-en/ There's information about the XML format, style guide, and process to build locally here http://doc.php.net/tutorial/ but for simple wording changes, it's often enough to open the relevant file in a text editor, and change the wording while keeping all the formatting the same. The relevant files in this case are "reference/strings/functions/crypt.xml", and "reference/password/functions/password-verify.xml". Regards, -- Rowan Tommins [IMSoP]