|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-06-07 23:40 UTC] ceo at l-i-e dot com
Description: ------------ It would be Really Nifty if there were constants for the output lengths of the various CRYPT algorithms. EG: MD5_CRYPTED_LENGTH 32 Cuz I can never remember how long the various crypt thingies go, and I always need to build the table to hold them, so I spend an hour digging around for the number I need. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 08:00:01 2025 UTC |
Given that there has been no further feedback indicating more interest in this for many years, and that it's trivial to get these values, e.g. echo strlen(md5("")) I'm closing this as WONTFIX. If anybody feels strongly that this would be a valuable feature addition, please pursue the RFC process[1]. [1] <https://wiki.php.net/rfc/howto>