Anyone have a recommendation for getting a MD5 checksum of a LARGE file (IE: larger than the memory limit set in the PHP.INI)? I COULD reimplement the C++ MD5 implementation, but I am just seeing if there is a better way to do this before I embark on that quest.