Re: [PHP-DEV] Re: Forbid rebinding scope of closures created by ReflectionFunctionAbstract::getClosure()

2015-10-23 Thread Alexander Lisachenko
2015-10-22 18:48 GMT+03:00 Julien Pauli : > This is very tricky use case IMO. > > We should absolutely focus on stability, and if we can't find a way to > make things safe, we forbid them > for the stability sake. If there are no way to have stable things, > well, that's pitty but

[PHP-DEV] Benchmark Results for PHP Master 2015-10-23

2015-10-23 Thread lp_benchmark_robot
Results for project PHP master, build date 2015-10-23 05:12:44+03:00 commit: 49c7fe4bddf0d5de144c54d024fa8faa67b51659 revision date: 2015-10-22 20:26:37+08:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] few questions about op_array

2015-10-23 Thread Xinchen Hui
Hey Lin: On Fri, Oct 23, 2015 at 3:31 PM, Lin Yo-An wrote: > Hi Dmitry, > > > I changed and tested it, and it looks like it gains some improvements. how > do you compare the benchmark result? is there a tool doing it? > > I currently do: > > ./sapi/cli/php

Re: [PHP-DEV] run-tests.php and dynamic extension dependencies

2015-10-23 Thread Kalle Sommer Nielsen
Hi François 2015-10-24 3:04 GMT+02:00 François Laupretre : > Hi, > > 4 years ago, Derick proposed a patch to add an '--EXTENSIONS--' section in > phpt files for extensions depending on another one >

Re: [PHP-DEV] few questions about op_array

2015-10-23 Thread Lin Yo-An
Hi Hui, On Fri, Oct 23, 2015 at 8:27 PM, Xinchen Hui wrote: > Hey Lin: > > On Fri, Oct 23, 2015 at 3:31 PM, Lin Yo-An > wrote: > >> Hi Dmitry, >> >> >> I changed and tested it, and it looks like it gains some improvements. >> how do you compare the

[PHP-DEV] run-tests.php and dynamic extension dependencies

2015-10-23 Thread François Laupretre
Hi, 4 years ago, Derick proposed a patch to add an '--EXTENSIONS--' section in phpt files for extensions depending on another one (http://grokbase.com/t/php/php-internals/11bwptaj78/run-tests-php-and-dynamic-extension-dependencies). I don't know why, but it seems the patch was not commited.

Re: [PHP-DEV] few questions about op_array

2015-10-23 Thread Lin Yo-An
Hi Dmitry, I changed and tested it, and it looks like it gains some improvements. how do you compare the benchmark result? is there a tool doing it? I currently do: ./sapi/cli/php Zend/bench.php The result: https://gist.github.com/4bbc33b7b5dcedc6bd66 On Fri, Oct 23, 2015 at 12:39 AM,

Re: AW: [PHP-DEV] Re: [RFC] Void Return Type (v0.2, reöpening)

2015-10-23 Thread Larry Garfield
On 10/16/2015 11:56 AM, Robert Stoll wrote: You write in your RFC "others do allow void functions in expressions, just as PHP does, by making them implicitly return some unit type." You mentioned TypeScript -- unit type = null -- ActionScript -- unit To conclude, personally I want that the