Re: [PHP-DEV] [RFC][Voting] Fetch properties of enums in const expressions

2022-07-06 Thread kontakt
> Am 01.07.2022 um 15:03 schrieb Ilija Tovilo : > > Hi everyone > > I opened voting for the "Fetch properties of enums in const expressions" RFC. > https://wiki.php.net/rfc/fetch_property_in_const_expressions I voted no, because this introduces a special case in const expressions that is ha

Re: [PHP-DEV] SensitiveParameterValue serialization behavior

2022-02-28 Thread kontakt
> Am 26.02.2022 um 12:49 schrieb Dan Ackroyd : > > On Thu, 24 Feb 2022 at 14:11, Tim Düsterhus, WoltLab GmbH > wrote: >> >> I see two possible options to remediate this issue: >> >> --- >> >> 1. Disallow both serialization and unserialization. >> >> This will make the serialization is

Re: [PHP-DEV] Methods Overloading in PHP

2021-02-28 Thread kontakt
Von meinem iPhone gesendet > Am 28.02.2021 um 13:50 schrieb Eugene Sidelnyk : > >  Hi there! > I faced a lack of methods overloading in PHP once again and would like to > ask will it be implemented at some point? The way php implements methods and dynamic calling it is pretty unlikely this w

Re: [PHP-DEV] Draft RFC: foreach iteration of keys without values

2020-09-03 Thread kontakt
Von meinem iPhone gesendet > Am 03.09.2020 um 09:39 schrieb Brent Roose : > > Hi all > > I want to point out the use-case when you're using CS tools, static analysers > and IDEs: they report unused variables as errors. There are ways around those > errors, but it's more convenient if there

Re: [PHP-DEV] [VOTE] Shorter Attribute Syntax Change

2020-08-15 Thread kontakt
> Am 16.08.2020 um 01:08 schrieb Paul M. Jones : > > HI all, > > >> On Aug 15, 2020, at 18:00, Benjamin Eberlei wrote: >> >> Additionally, Derick and I are waiting for word from Sara and Gabriel at >> the moment, but we suggested to close and reset the vote to wait until the >> discussion p

Re: [PHP-DEV] Introducing compile time code execution to PHP preloading

2020-01-14 Thread kontakt
Am 14.01.2020 um 20:23 schrieb Mike Schinkel : > > On Jan 14, 2020, at 1:10 PM, Larry Garfield wrote: >>> I get your concern about recursion, but if that kind of issue is really >>> a concern I don't see why we could not artificially limit recursion on >>> preload to a configurable amount, wit