|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-07-17 06:13 UTC] tony at daylessday dot org
[2015-04-21 20:21 UTC] gpullis at co dot broome dot ny dot us
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 21:00:01 2025 UTC |
Description: ------------ crack_opendict() fails. There is the dictionary file. [As a result of ls command] # ls -1 /usr/lib64/ | grep cracklib_dict cracklib_dict.hwm cracklib_dict.pwd cracklib_dict.pwi Reproduce code: --------------- if( !$dict = crack_opendict("/usr/lib64/cracklib_dict") )$errnum = 200; //can't open dictionary file. Expected result: ---------------- true returns. Actual result: -------------- Warning: Could not open crack dictionary: /usr/lib64/cracklib_dict in /var/www/mail/cracktest.php on line 28