[PHP-DEV] BAD Benchmark Results for PHP Master 2017-04-19

2017-04-20 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-04-19 19:27:14-07:00 commit: 01ec14a previous commit:847b362 revision date: 2017-04-19 17:18:19+08:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] Segmentation fault when try to get the 'current_execute_data' on a PHP extension

2017-04-20 Thread daniel gatis
I'm trying to develop a php extension for print all functions call like a backtrace. But when I'm trying to get the current function a segmentation fault is throw. What is the problem with my code? My php test code: function a() { b(); } function b() { c(); } function c() { var_dump

Re: [PHP-DEV] [RFC] [VOTE] Prevent number_format() from returning negative zero

2017-04-20 Thread Patrick ALLAERT
Le mer. 19 avr. 2017 à 19:19, Craig Duncan a écrit : > Hi everyone, > > The RFC for making *number_format()* consistent when dealing with negative > zero is now in the voting phase. > > Voting will be open for 2 weeks and will close at 0:00 UTC on Wednesday 3rd > May. > > https://wiki.php.net/rfc

[PHP-DEV] On malformed transport strings

2017-04-20 Thread Sara Golemon
My fix to https://bugs.php.net/bug.php?id=74216 tightened down the definition of what a valid transport string looks like. Previously, transport strings like "tcp://127.0.0.1:80:81:82/your/moms/face" would be accepted by PHP as perfectly valid URIs. Since this was never documented as a feature of

Re: [PHP-DEV] [7.2] Timetable

2017-04-20 Thread Stanislav Malyshev
Hi! > Similarly, does it really make sense to have a new pre-release every two > weeks? I know that "we've always done it this way", but I'm not sure I see > the motivation behind it (or who the target audience for a biweekly release > is). I'd leave it to the RM, if nothing substantial changes i

Re: [PHP-DEV] [7.2] Timetable

2017-04-20 Thread Nikita Popov
On Thu, Apr 20, 2017 at 6:43 PM, Sara Golemon wrote: > My how time flies! Feature Freeze for PHP-7.2 is coming up in exactly > THREE MONTHS on July 20th. Get your RFCs discussed, voted on, and > implemented unless you want to wait for PHP-7.3 > > -Sara > > Ref: https://wiki.php.net/todo/php72#t

[PHP-DEV] [7.2] Timetable

2017-04-20 Thread Sara Golemon
My how time flies! Feature Freeze for PHP-7.2 is coming up in exactly THREE MONTHS on July 20th. Get your RFCs discussed, voted on, and implemented unless you want to wait for PHP-7.3 -Sara Ref: https://wiki.php.net/todo/php72#timetable -- PHP Internals - PHP Runtime Development Mailing List