On Mon, Dec 29, 2014 at 3:22 AM, Stanislav Malyshev <smalys...@gmail.com> wrote: > Hi! > >> Hi Stas >> >> 2014-12-29 9:05 GMT+01:00 Stas Malyshev <smalys...@gmail.com>: >>> The CI tests still seem to be failing: >>> >>> ===================================================================== >>> FAILED TEST SUMMARY >>> --------------------------------------------------------------------- >>> SPL: spl_autoload() and friends [ext/spl/tests/spl_autoload_001.phpt] >>> SPL: spl_autoload() with methods [ext/spl/tests/spl_autoload_005.phpt] >>> SPL: spl_autoload() with inaccessible methods >>> [ext/spl/tests/spl_autoload_007.phpt] >>> SPL: spl_autoload() with exceptions [ext/spl/tests/spl_autoload_008.phpt] >>> ===================================================================== >>> >>> Please take a look. >> >> I looked at the tests and: >> >> * spl_autoload_001.phpt fails with an E_RECOVERABLE_ERROR but that is >> not due to my patch (tests with and without) >> * spl_autoload_005.phpt fails due to an E_STRICT (non-static method >> called statically) >> * spl_autoload_007.phpt fails due to same reason as >> spl_autpload_001.phpt it seems >> * spl_autoload_008.phpt fails due to an E_STRICT like spl_autoload_005.phpt > > You are right, looks like this is caused by > https://github.com/php/php-src/commit/ad728725cb8e899a8415aa81db48825fac25e0d5 > > Levi, could you please take a look and fix it?
Indeed, looking. Perhaps I simply ran Zend/ tests instead of all by accident; I apologize. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php