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
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
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
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
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.
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
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
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,