hi Sean,

On Wed, Mar 24, 2010 at 7:48 AM, sean finney <sean...@seanius.net> wrote:

> okay, so the hash module is generally broken for files > 2GB?  didn't
> know that.  i see update functions using both uint and size_t, but the
> function pointer signature uses uint so i doubt the hash results would
> be correct.

As far as I can tell that's not only for the hash module. Many areas
in php and its libraries rely on (u)int instead of size_t. It is or
was a common mistake. The problem is to change the signature now
without breaking ABI.

That's something we could fix in trunk.

Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to