Re: [PHP-DEV] Re: 5.4 again

2011-05-14 Thread Stas Malyshev
Hi! I made an interface to aggregate all failed results on all PHP versions. This was for internal purposes in my company, but I would be glad if it can help to catch all failing tests (most are failing because of the test itself). http://phpqa.ajeux.net/ I've started a page for this: https:/

Re: [PHP-DEV] Re: 5.4 again

2011-05-13 Thread Hannes Magnusson
On Fri, May 13, 2011 at 16:12, Olivier Doucet wrote: > Hi, > >> >> I think it would be great to have this on qa.php.net >> >> Can you post the src for review (to php-webmas...@lists.php.net as >> there is where we discuss all web stuffz) before committing it? > >  I'm glad to see some positive fee

Re: [PHP-DEV] Re: 5.4 again

2011-05-13 Thread Olivier Doucet
Hi, > > I think it would be great to have this on qa.php.net > > Can you post the src for review (to php-webmas...@lists.php.net as > there is where we discuss all web stuffz) before committing it? > I'm glad to see some positive feedback :) Let me slightly cleanup the code and I'll post src as

Re: [PHP-DEV] Re: 5.4 again

2011-05-13 Thread Hannes Magnusson
On Fri, May 13, 2011 at 15:25, Olivier Doucet wrote: > Hi, > > Just a few words about tests : > > I made an interface to aggregate all failed results on all PHP versions. > This was for internal purposes in my company, but I would be glad if it can > help to catch all failing tests (most are faili

Re: [PHP-DEV] Re: 5.4 again

2011-05-13 Thread Ferenc Kovacs
On Fri, May 13, 2011 at 3:25 PM, Olivier Doucet wrote: > Hi, > > Just a few words about tests : > > I made an interface to aggregate all failed results on all PHP versions. > This was for internal purposes in my company, but I would be glad if it can > help to catch all failing tests (most are fa

[PHP-DEV] Re: 5.4 again

2011-05-13 Thread Olivier Doucet
Hi, Just a few words about tests : I made an interface to aggregate all failed results on all PHP versions. This was for internal purposes in my company, but I would be glad if it can help to catch all failing tests (most are failing because of the test itself). http://phpqa.ajeux.net/ If you t