[PHP-DEV] Re: [RFC][Vote] Dynamic class constant fetch

2023-01-05 Thread Ilija Tovilo
Hi everyone > I've opened the vote of the dynamic class constant fetch RFC. > The vote will end on 2023-01-05. > > https://wiki.php.net/rfc/dynamic_class_constant_fetch The RFC was accepted with 15 yes and 4 no votes. Thanks to everyone who participated! Ilija -- PHP Internals - PHP Runtime De

Re: [PHP-DEV] [RFC] Asymmetric Visibility, with readonly

2023-01-05 Thread Dan Ackroyd
On Fri, 25 Nov 2022 at 00:07, Larry Garfield wrote: > > On Sun, Nov 20, 2022, at 7:20 AM, Dan Ackroyd wrote: > > Hi Larry, > > > > Regarding the syntax, up until now PHP has only supported the letters > > a-z and underscore in keywords. > > > > I realise this is an aesthetic thing, but "private(se

Re: [PHP-DEV] [RFC] Asymmetric Visibility, with readonly

2023-01-05 Thread Ilija Tovilo
Hi Robert On Thu, Jan 5, 2023 at 3:54 PM Robert Landers wrote: > > One quick question, > > Will changing the property of a protected/private set via reflection > be allowed? Or will you have to do some shenanigans like you currently > have to do with readonly? Since PHP 8.1 ReflectionProperty::s

[PHP-DEV] PHP 8.2.1 Released!

2023-01-05 Thread Pierrick Charron
The PHP development team announces the immediate availability of PHP 8.2.1. This is a security release. All PHP 8.2 users are encouraged to upgrade to this version. For source downloads of PHP 8.2.1 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The li

[PHP-DEV] PHP 8.0.27 Released

2023-01-05 Thread Gabriel Caruso
The PHP development team announces the immediate availability of PHP 8.0.27. This is a security-fix release. All PHP 8.0 users are encouraged to upgrade to this version. For source downloads of PHP 8.0.27, please visit our downloads page. Windows binaries can be found on the PHP for Windows site.

[PHP-DEV] PHP 8.1.14 Released!

2023-01-05 Thread Ben Ramsey
The PHP development team announces the immediate availability of PHP 8.1.14. This is a security release. All PHP 8.1 users are encouraged to upgrade to this version. For source downloads of PHP 8.1.14 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The

[PHP-DEV] [RFC] Voting Result for More Appropriate Date/Time Exceptions

2023-01-05 Thread Derick Rethans
Hi! While I was enjoying the fireworks, the RFC's vote closed with 25 in favour, and one against. I will now be starting to work on the implementation. https://wiki.php.net/rfc/datetime-exceptions#voting cheers, Derick -- https://derickrethans.nl | https://xdebug.org | https://dram.io Author

Re: [PHP-DEV] [RFC] Asymmetric Visibility, with readonly

2023-01-05 Thread Robert Landers
One quick question, Will changing the property of a protected/private set via reflection be allowed? Or will you have to do some shenanigans like you currently have to do with readonly? Robert Landers Software Engineer Utrecht NL On Wed, Jan 4, 2023 at 9:29 PM Larry Garfield wrote: > > On Wed,