Re: [PHP-DEV] Bugsnet: Quick fix descriptions

2019-07-18 Thread Pieter Hordijk
Hey all, I think we can just add the reasons to the file where it is being rendered. I am off for the weekend, but I can implement and test this after the weekend if nobody else picked it up by then. Pieter - Original Message - > From: "Peter Cowburn" > On Thu, 18 Jul 2019 at 12:10, Ch

Re: [PHP-DEV] [RFC] Deprecations for 7.4

2019-06-22 Thread Pieter Hordijk
> Also, it's unclear to me why get_called_class() should be deprecated. > While the rest of the listed deprecations have either motivation > written for them or are self-evidently legacy functionalities that > nobody should be using today, this one seems to be just a case of > "let's not have m

Re: [PHP-DEV] Removing mysqlnd stats from phpinfo

2019-05-17 Thread Pieter Hordijk
> > There is no need for JavaScript: use (as progressive enhancement, > > etc.) > How will that work for the cli (e.g. php -i)? The situation on CLI is arguably even worse with very long lists like that and indeed things like JS or details tags would obviously not work for that. -- PHP Inter

[PHP-DEV] Removing mysqlnd stats from phpinfo

2019-05-15 Thread Pieter Hordijk
Hey internals, when there is support for mysqlnd the `phpinfo()` page hows the entire list of available mysqlnd stats. Do we really need to show the stats here? It makes the page unnecessary long and somewhat annoying to scroll past for no obvious (to me) reason it to be there. The stats can al

Re: [PHP-DEV] deprecation of set_error_level() callback $errcontext argument

2018-10-03 Thread Pieter Hordijk
> On Tue, Oct 2, 2018 at 11:37 PM Rowan Collins wrote: > >> While I can understand the desire to have debugging feature built into >> the language "out of the box", it may be best left to extensions which >> can capture the information to a log or wherever without providing the >> full flexib

Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Pieter Hordijk
> Hi, > > "rhsoft" continues their aggressive behaviour on the bug tracker still > too. One recent illustration is > https://bugs.php.net/bug.php?id=76184&edit=1 > > Do we have any methods to ban people from there too? > > cheers, > Derick > > On Wed, 3 Jan 2018, Rasmus Lerdorf wrote: > >> Ok,

Re: [PHP-DEV] [RFC][Discussion] Make compact function reports undefined passed variables

2018-04-02 Thread Pieter Hordijk
> Hi Pieter. >> What I am missing here is the reason why we should break well defined >> behavior > > of existing functions. > Hi Pieter. >> What I am missing here is the reason why we should break well defined >> behavior > > of existing functions. > This is something I'd like to discuss ab

Re: [PHP-DEV] [RFC][Discussion] Make compact function reports undefined passed variables

2018-04-02 Thread Pieter Hordijk
- Original Message - > From: "Gabriel Caruso" > To: "internals" > Sent: Monday, April 2, 2018 11:17:43 AM > Subject: [PHP-DEV] [RFC][Discussion] Make compact function reports undefined > passed variables > Hello dear internals, how are you? > > I'd like to propose a new RFC to PHP's

Re: [PHP-DEV] [RFC] [Voting] Class Naming

2017-07-01 Thread Pieter Hordijk
- Original Message - > https://wiki.php.net/rfc/class-naming > > Voting starts now and will be open for two weeks (July 15). > > -- > Richard "Fleshgrinder" Fussenegger https://wiki.php.net/rfc still says no RFCs are in voting. -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays

2017-06-14 Thread Pieter Hordijk
- Original Message - > From: "nikita ppv" > To: "Pedro Magalhães" > Cc: "internals" > Sent: Tuesday, June 13, 2017 9:15:33 PM > Subject: Re: [PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays > On Tue, Jun 13, 2017 at 8:44 PM, Pedro Magalhães wrote: > >> Hi internals, >> >

Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter

2017-04-14 Thread Pieter Hordijk
- Original Message - > From: "Nikita Popov" > To: "Yasuo Ohgaki" > Cc: "Pieter Hordijk" , "Joe Watkins" > , "Andrey Andreev" > , "internals" , "phpdoc" > > Sent: Friday, April 14, 2017 11:24

Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter

2017-04-13 Thread Pieter Hordijk
- Original Message - > From: "Yasuo Ohgaki" > To: "Joe Watkins" , "Andrey Andreev" > Cc: internals@lists.php.net > Sent: Thursday, April 13, 2017 1:07:19 AM > Subject: Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter > Hi Joe, > > On Wed, Apr 12, 2017 at 7:46 PM, Joe Watkins w

[PHP-DEV] Session improvements

2016-03-29 Thread Pieter Hordijk
Hey Internals, I have been thinking about / working on a couple of session improvements. This work started once I had the time to fully read the "Precise session data management" RFC. I was thinking about creating small and specific RFCs for specific issues to be discussed. I planned to put this