|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-23 14:07 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 20:00:01 2025 UTC |
Description: ------------ Is md5 binary-safe? I would think it would be, but it doesn't say it is... Reproduce code: --------------- $jpeg = file_get_contents('test.jpg'); $md5 = md5($jpeg); //store $md5 in database to detect changes to test.jpg later