Yes, Tony already committed that.

Edin


Richard Quadling wrote:
> Would
>
> char *stmp;
> stmp = emalloc(MAX_LENGTH_OF_DOUBLE + EG(precision) + 1);
>
> be a better solution?
>
> As seen in zend_exceptions.c Line 443.
>
>
> On 29/08/06, Edin Kadribasic <[EMAIL PROTECTED]> wrote:
>> Its due to Ilia's patch in string.c which contains the following line:
>>
>> char stmp[MAX_LENGTH_OF_DOUBLE + EG(precision) + 1];
>>
>> Edin
>>
>>
>> Richard Quadling wrote:
>> > See tail of http://snaps.php.net/win32/snapshot-5.2.log
>> >
>> > As such, the last successful build was Aug 27, 2006 18:30 GMT
>> >
>>
>
>

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

Reply via email to