Re: [PHP-DEV] Concurrency support for run-tests

2014-07-09 Thread Nuno Lopes
On Mon, Jul 7, 2014 at 6:53 AM, Michael Wallner wrote: I also have a patch for run-tests sitting around for quite some time, which adds concurrent test execution support. I already fixed a lot of non re-entrant tests in the past, but there might still be quite some of them. HHVM uses PHP's

[PHP-DEV] VCS Account Request: jslingerland

2014-07-09 Thread Justin Slingerland
Maintaining an official, bundled PHP extension -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Concurrency support for run-tests

2014-07-09 Thread Stas Malyshev
Hi! > Having thought a bit about the subject, the heuristic I came up with was to > 1) do not run tests from the same extension in parallel, and 2) do not run > tests from certain extensions in parallel (e.g., mysql and pdo_mysql). How about making it a whitelist? For tests/extensions we know i

Re: [PHP-DEV] [VOTE] Uniform Variable Syntax

2014-07-09 Thread Julien Pauli
On Wed, Jul 9, 2014 at 1:06 AM, Kris Craig wrote: > On Tue, Jul 8, 2014 at 9:48 AM, Pierre Joye wrote: > >> On Tue, Jul 8, 2014 at 4:51 PM, Andrea Faulds wrote: >> > >> > On 8 Jul 2014, at 15:48, Derick Rethans wrote: >> > >> >> I've just voted "no" for this, because it introduces a tiny BC bre