On Sat, Jul 5, 2008 at 1:21 AM, Scott MacVicar
<[EMAIL PROTECTED]> wrote:
> This causes all the mhash tests to fail as it registers a 128 character
> constant since REGISTER_LONG_CONSTANT does sizeof(name) for the length.
>> -                       char name[len+1];
>> +                       char name[128];

All tests passed here (win and linux). But your new version is cleaner
as shorter and no useless memcpy, thanks :)

And it builds (win32 snapshots are back too, I fixed them yesterday,
between the compilation error and some script bug).

Cheers,
-- 
Pierre

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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to