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.
Greg
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..
--
Wbr,
Antony Dovgal
http://pinba.org - realtime statistics for PHP
Antony Dovgal 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