php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #62414 Out of date docs for CRYPT_BLOWFISH
Submitted: 2012-06-25 20:27 UTC Modified: 2012-07-20 08:39 UTC
From: daniel dot rhodes at warpasylum dot co dot uk Assigned: aharvey (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: any and all
Private report: No CVE-ID: None
 [2012-06-25 20:27 UTC] daniel dot rhodes at warpasylum dot co dot uk
Description:
------------
---
From manual page: http://www.php.net/function.crypt#refsect1-function.crypt-
description
---

I feel it's very important that the docs for crypt() should mention the $2a$ salt 
for CRYPT_BLOWFISH being deprecated and $2y$ being the current style (as per 
http://en.wikipedia.org/wiki/Crypt_(Unix)).

As it stands, the docs propagate old information...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-20 08:39 UTC] aharvey@php.net
Automatic comment from SVN on behalf of aharvey
Revision: http://svn.php.net/viewvc/?view=revision&revision=326725
Log: Fix doc bug #62414 (Out of date docs for CRYPT_BLOWFISH). I'd greatly
appreciate a review on this, since I'm not sure it's as well worded or laid out
as it could be -- the one paragraph per hash convention is starting to get a
little tight.
 [2012-07-20 08:39 UTC] aharvey@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: aharvey
 [2012-07-20 08:39 UTC] aharvey@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 04:01:34 2024 UTC