[PHP-DEV] FPM maintainership?

2018-02-20 Thread Stanislav Malyshev
Hi! I'd like to raise the question of FPM SAPI maintainership. Is it still maintained? If so, by whom? Jerome Loyet is listed as a maintainer, but his last commit has been in 2012, as far as I can see, and I see no activity from him on the bug tracker for the last couple of years (maybe more). FPM

[PHP-DEV] $_SERVER mostly empty with default variables_order GPCS on FastCGI/CGI

2018-02-20 Thread Matt Ficken
There's a new behavior change with $_SERVER on master branch only, that's broken MediaWiki and should break some other applications. When variables_order=GPCS(default), $_SERVER is only populated with PHP_SELF, REQUEST_TIME_FLOAT and REQUEST_TIME (PATH_TRANSLATED, etc... are missing). Is this an

Re: [PHP-DEV][RFC][DISCUSSION] Immutability

2018-02-20 Thread Nikita Popov
On Tue, Feb 20, 2018 at 12:20 PM, Silvio Marijić wrote: > Hi, > I am starting this discussion again after a year since this RFC was > created. From discussions with people in the community some suggestions > came up regarding issues that were main reason that development on this RFC > stopped. RF

[PHP-DEV][RFC][DISCUSSION] Immutability

2018-02-20 Thread Silvio Marijić
Hi, I am starting this discussion again after a year since this RFC was created. From discussions with people in the community some suggestions came up regarding issues that were main reason that development on this RFC stopped. RFC is updated along with implementation (link at the bottom of RFC).

Re: [PHP-DEV] var_export() array format

2018-02-20 Thread Derick Rethans
On Sun, 18 Feb 2018, Andreas Hennings wrote: > On 18 February 2018 at 02:04, David Rodrigues wrote: > > I just think that is not responsability of PHP to care about output format > > at core level (although we have the json pretty output support...). > > Why not? > E.g. JSON_PRETTY_PRINT is some

Re: [PHP-DEV] var_export() array format

2018-02-20 Thread Derick Rethans
On Sun, 18 Feb 2018, Andreas Hennings wrote: > I sometimes use var_export() to export a structured array and then > copy+paste it into my code. > And sometimes I use it as part of an automatic code generator. To iterate the purpose of var_export(): Output a variable structure in such a way that