Antony Dovgal wrote:
> On 01.08.2009 03:46, Greg Beaver wrote:
>   
>> Hi,
>>
>> Finally found the problem in run-tests crashing, turns out it had
>> nothing to do with the zend engine.  Now we can run tests in PHP 6
>> without random crashes.
>>     
>
> Thank you!
>
> /me goes to enable HEAD tests..
>   

One problem - when finishing up make, there are 10 leaks in generation
of phar.phar.  I am certain that what is happening is that there were
some cases of that php_stream_param_encode thingy that were relying upon
the refcount reduction.

Andrei: would you have 10 minutes to find those cases and put in a
Z_DELREF_PP(blah) where it is needed?

Thanks,
Greg

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

Reply via email to