ID: 37063 Updated by: [EMAIL PROTECTED] Reported By: ceo at l-i-e dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment:
Its kinda given that it is... Previous Comments: ------------------------------------------------------------------------ [2006-04-13 01:00:12] ceo at l-i-e dot com 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37063&edit=1