Re: [PHP-DEV] Improve (disable|enable)_functions #65386

2017-02-10 Thread Sara Golemon
On Fri, Feb 10, 2017 at 4:09 PM, Ben RUBSON wrote: > I was talking more specifically about the following : > "php_admin_value disable_functions mydisfunction" > phpinfo() shows mydisfunction as locally disabled, > but in reality can still be used. > Uh... that sounds like a

[PHP-DEV] BAD Benchmark Results for PHP Master 2017-02-09

2017-02-10 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-02-09 20:28:39-08:00 commit: 4ec8066 previous commit:31332d0 revision date: 2017-02-08 01:10:54+01: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] Improve (disable|enable)_functions #65386

2017-02-10 Thread Ben RUBSON
> On 10 Feb 2017, at 18:25, Sara Golemon wrote: > > On Fri, Feb 10, 2017 at 4:02 AM, Ben RUBSON wrote: >>> On 09 Feb 2017, at 18:12, Sara Golemon wrote: >>> Could you clarify? `disable_functions` *IS* a PHP_INI_SYSTEM directive: >>> >>>

[PHP-DEV] [RFC][Vote] Libsodium vote closes; accepted (37-0)

2017-02-10 Thread Scott Arciszewski
The vote for the Libsodium RFC has been closed. The final tally is 37 yes, 0 no. I'll begin working on the implementation with the desired API (sodium_* instead of \Sodium\*). Thank you for everyone who participated in these discussions over the past year or so and, of course, everyone who voted

Re: [PHP-DEV] Improve (disable|enable)_functions #65386

2017-02-10 Thread Sara Golemon
On Fri, Feb 10, 2017 at 4:02 AM, Ben RUBSON wrote: >> On 09 Feb 2017, at 18:12, Sara Golemon wrote: >> Could you clarify? `disable_functions` *IS* a PHP_INI_SYSTEM directive: >> >> PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL) > > However, as

Re: [PHP-DEV] [RFC][VOTE] Trailing commas in all list syntax

2017-02-10 Thread Sammy Kaye Powers
Voting for the "Trailing commas in list syntax" RFC has closed. Of all the options, the only one that passed was trailing commas for grouped namepaces. So that's... cool I guess. :) #NeverUsedThemBeforeAndProbablyWontButItsCoolThatICanTrailThemThereCommas A number of you have pointed out that the

Re: [PHP-DEV] Improve (disable|enable)_functions #65386

2017-02-10 Thread Ben RUBSON
> On 09 Feb 2017, at 18:12, Sara Golemon wrote: Thank you very much Sara for your feedback ! > On Thu, Jan 19, 2017 at 6:18 AM, Ben RUBSON wrote: >> As proposed by cmb (thank you !), I open a discussion regarding req #65386 : >>

[PHP-DEV] Re: [PHP-CVS] com php-src: Bug Fix: Corrupted class entries on shutdown when a destructor spawns another object (C) 2017 CommerceByte Consulting: Zend/zend_objects_API.c Zend/zend_objects_AP

2017-02-10 Thread Sebastian Bergmann
Am 07.02.2017 um 00:05 schrieb Dmitry Stogov: > Commit:9a8a1c9da129a72c9bf8f3392f954a9e5ca317ff > Author:Jim Zubov Mon, 6 Feb 2017 18:05:34 > -0500 > Parents: 31332d094127b6332018cd146b9becbd7566e60c > Branches: master > > Link: >