Re: [PHP-DEV] [VOTE] Deprecate dynamic properties

2021-11-22 Thread Craig Francis
On Tue, 16 Nov 2021 at 22:21, Sara Golemon wrote: > 1. Do you have code you're responsible for which uses dynamic properties so > broadly that adding this attribute is a burden? > 2. Do you know of real code in widespread use which uses dynamic properties > so broadly that adding this attribute i

Re: [PHP-DEV] Sponsor link on github.com/php

2021-11-22 Thread Nils Adermann
On 22.11.21 23:07, Kim Hallberg wrote: > >> On 22 Nov 2021, at 10:53 PM, Sara Golemon wrote: >> >> Now that the new PHP Foundation has been announced, I've been asked if we'd >> mind configuring a Sponsor button on our github.com project profile. >> https://docs.github.com/en/repositories/managin

Re: [PHP-DEV] Sponsor link on github.com/php

2021-11-22 Thread Kim Hallberg
> On 22 Nov 2021, at 10:53 PM, Sara Golemon wrote: > > Now that the new PHP Foundation has been announced, I've been asked if we'd > mind configuring a Sponsor button on our github.com project profile. > https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/cus

Re: [PHP-DEV] PHP 8.2 proposal: "match", allow "default" as conditional_expression, e.g. 'en_US', 'en_GB', default => loadDefaults()

2021-11-22 Thread Andreas
On 22.11.21 22:06, Nikita Popov wrote: On Mon, Nov 22, 2021 at 7:18 PM Andreas wrote: Hi internals, This is a proposal to allow to append the `default` pattern by comma to the end of the last match branch. (Like a conditional_expression) This allows to re-use the return_ex

[PHP-DEV] Sponsor link on github.com/php

2021-11-22 Thread Sara Golemon
Now that the new PHP Foundation has been announced, I've been asked if we'd mind configuring a Sponsor button on our github.com project profile. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-re

Re: [PHP-DEV] PHP 8.2 proposal: "match", allow "default" as conditional_expression, e.g. 'en_US', 'en_GB', default => loadDefaults()

2021-11-22 Thread Nikita Popov
On Mon, Nov 22, 2021 at 7:18 PM Andreas wrote: > Hi internals, > > This is a proposal to allow to append the `default` pattern by comma to > the end of the last match branch. (Like a conditional_expression) > > This allows to re-use the return_expression if required and avoids code > duplication.

[PHP-DEV] PHP 8.2 proposal: "match", allow "default" as conditional_expression, e.g. 'en_US', 'en_GB', default => loadDefaults()

2021-11-22 Thread Andreas
Hi internals, This is a proposal to allow to append the `default` pattern by comma to the end of the last match branch. (Like a conditional_expression) This allows to re-use the return_expression if required and avoids code duplication. PROPOSAL: PHP 8.2 loadGermanLanguageSettings(),     'en_

Re: [PHP-DEV] PHP Foundation

2021-11-22 Thread Ayesh Karunaratne
Hi Nikita, Thank you so much for what you have done for PHP, the language and the community we all are in. I can't muster enough words to say how grateful I am to you for all the changes we have in PHP all these years. From every commit I see from you, to every podcast I listen to, from every PR re

Re: [PHP-DEV] [RFC] [Discussion] Readonly Classes

2021-11-22 Thread Larry Garfield
On Mon, Nov 22, 2021, at 10:13 AM, Máté Kocsis wrote: > Hi Internals, > > I'd like to propose adding support for readonly classes: > https://wiki.php.net/rfc/readonly_classes > > The implementation heavily builds on the semantics of the already accepted > readonly properties RFC (https://wiki.php.n

Re: [PHP-DEV] [RFC] [Discussion] Readonly Classes

2021-11-22 Thread Michał Marcin Brzuchalski
Hello Máté, pon., 22 lis 2021 o 17:14 Máté Kocsis napisał(a): > Hi Internals, > > I'd like to propose adding support for readonly classes: > https://wiki.php.net/rfc/readonly_classes > > The implementation heavily builds on the semantics of the already accepted > readonly properties RFC (https:/

[PHP-DEV] PHP Foundation

2021-11-22 Thread Nikita Popov
Hi internals! I have two bits of news. The first is that I'm changing jobs at the end of the month, and won't be working on PHP in a professional capacity anymore. I'll still be around, but will have much less time to invest in PHP development. I'd like to thank JetBrains for sponsoring my work on

Re: [PHP-DEV] [RFC] [Discussion] Readonly Classes

2021-11-22 Thread Michał Marcin Brzuchalski
Hi Máté, pon., 22 lis 2021 o 17:14 Máté Kocsis napisał(a): > Hi Internals, > > I'd like to propose adding support for readonly classes: > https://wiki.php.net/rfc/readonly_classes Did you forget to update the status? Cheers, Michał

[PHP-DEV] [RFC] [Discussion] Readonly Classes

2021-11-22 Thread Máté Kocsis
Hi Internals, I'd like to propose adding support for readonly classes: https://wiki.php.net/rfc/readonly_classes The implementation heavily builds on the semantics of the already accepted readonly properties RFC (https://wiki.php.net/rfc/readonly_properties_v2), basically the only thing I had to

Re: [PHP-DEV] Automatic performance benchmarking: PHP 8.1 is ~30% faster than PHP 7.4

2021-11-22 Thread Máté Kocsis
Thanks all for the answers! > AWS is meant to have credits for open source projects: https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/ Nice! An AWS support representative suggested me that I should apply for AWS Activate (https://aws.amazon.com/activate/), whic