Re: [PHP-DEV] [RFC] Allow non-variable arguments to empty() and isset()

2012-05-03 Thread Lester Caine
Anthony Ferrara wrote: I voted for the ability to use an expression for isset() as well, since I agree with Ferenc, it's a matter of consistency. Sure, the use-case for isset() is definitely weaker than for empty(), but at the same token they are definitely related... I just can't help feeling

[PHP-DEV] running tests in parallel?

2012-05-03 Thread zoe slattery
Hi Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked on a version of run-tests.php which would run tests in parallel - I wrote about it here: http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests.html. The code was complete apart from finding some way to ha

Re: [PHP-DEV] running tests in parallel?

2012-05-03 Thread Derick Rethans
On Thu, 3 May 2012, zoe slattery wrote: > (a) Would it still be helpful if the tests could be run faster? Yes. > (b) Has anyone come up with a better solution in the years since I looked at > this? I haven't seen anything! cheers, Derick -- http://derickrethans.nl | http://xdebug.org Like Xd

Re: [PHP-DEV] running tests in parallel?

2012-05-03 Thread Peter Lind
On 3 May 2012 13:12, Derick Rethans wrote: > On Thu, 3 May 2012, zoe slattery wrote: > >> (a) Would it still be helpful if the tests could be run faster? > > Yes. Running the tests on my netbook takes a very long time - yet is presumably still a good thing to do. Having them run in parallel would

Re: [PHP-DEV] running tests in parallel?

2012-05-03 Thread jpauli
On Thu, May 3, 2012 at 12:54 PM, zoe slattery wrote: > Hi > > Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked > on a version of run-tests.php which would run tests in parallel - I wrote > about it here: > http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests.ht

Re: [PHP-DEV] running tests in parallel?

2012-05-03 Thread Xinchen Hui
Sent from my iPhone 在 2012-5-3,18:55,zoe slattery 写道: > Hi > > Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked on > a version of run-tests.php which would run tests in parallel - I wrote about > it here: http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests

[PHP-DEV] Re: [PHP-QA] running tests in parallel?

2012-05-03 Thread Olivier Doucet
Hi, 2012/5/3 zoe slattery : > Hi > > Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked > on a version of run-tests.php which would run tests in parallel - I wrote > about it here: > http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests.html. I'm very glad you ha

[PHP-DEV] [PATCH] ldap_parse_result return ASN.1-like array

2012-05-03 Thread Etienne Bagnoud
Hi I provide a patch (bug #61921) that modify ldap_parse_result and ldap_set_option to return and accept ASN.1-like array for server/client controls. This patch decodes ber value according to API defined in http://tools.ietf.org/html/draft-ietf-ldapext-ldap-c-api-05.txt It should not break ex

Re: [PHP-DEV] Re: [PHP-QA] running tests in parallel?

2012-05-03 Thread Reeze
look forward your futhur work! make test takes really long time, with valgrind is almost unacceptable。 -- Reeze Sent from my iphone On 2012年5月3日Thursday at 19:42, Olivier Doucet wrote: > Hi, > > 2012/5/3 zoe slattery : > > Hi > > > > Some years ago (in 2009) Stefan Priebsch, myself and a G

Re: [PHP-DEV] running tests in parallel?

2012-05-03 Thread Christopher Jones
On 05/03/2012 03:54 AM, zoe slattery wrote: Hi Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked on a version of run-tests.php which would run tests in parallel - I wrote about it here: http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests.html. The code w

Re: [PHP-DEV] [RFC] Allow non-variable arguments to empty() and isset()

2012-05-03 Thread Patrick ALLAERT
2012/5/3 Lester Caine : > Anthony Ferrara wrote: >> >> I voted for the ability to use an expression for isset() as well, >> since I agree with Ferenc, it's a matter of consistency.  Sure, the >> use-case for isset() is definitely weaker than for empty(), but at the >> same token they are definitely

Re: [PHP-DEV] [RFC] Allow non-variable arguments to empty() and isset()

2012-05-03 Thread Herman Radtke
>> I just can't help feeling that it is the wrong use of both. If the function >> is returning a value, then it's returning a value that needs to be used >> somewhere so the work flow handles that. If the function returns nothing >> instead that just seems wrong and needs to be handled better. I'm

Re: [PHP-DEV] [RFC] Allow non-variable arguments to empty() and isset()

2012-05-03 Thread Lester Caine
Patrick ALLAERT wrote: 2012/5/3 Lester Caine: Anthony Ferrara wrote: I voted for the ability to use an expression for isset() as well, since I agree with Ferenc, it's a matter of consistency. Sure, the use-case for isset() is definitely weaker than for empty(), but at the same token they are

[PHP-DEV] History of PHP release dates

2012-05-03 Thread Michael Kliewe
Hello there, I was searching for a structured list of PHP releases and I found this site: http://php.net/releases/index.php It is possible to get a serialized array with ?serialize=1, but I only get 3 releases (latest 5.X, latest 4.X and latest 3.X), not all. The parameter &max=Y does not prov

Re: [PHP-DEV] History of PHP release dates

2012-05-03 Thread Ferenc Kovacs
On Fri, May 4, 2012 at 12:22 AM, Michael Kliewe wrote: > Hello there, > > I was searching for a structured list of PHP releases and I found this > site: > http://php.net/releases/index.**php > > It is possible to get a serialized array with ?serialize=1, but I

[PHP-DEV] Re: [PHP-QA] running tests in parallel?

2012-05-03 Thread Nuno Lopes
It's very important! Take a look at http://gcov.php.net A single build takes almost 2 days with most extensions enabled plus valgrind testing. So, yes, parallel testing would be highly appreciated (but do not forget my initial requirements, such as e.g. mysql and mysqli tests cannot run at the