PHP 8.3.13RC1 has just been released and can be downloaded from:
https://downloads.php.net/~jakub/
or
https://qa.php.net/
or use the git tag: php-8.3.13RC1
Windows binaries are available at: https://windows.php.net/qa/#php-8.3
Please test it carefully, and report any bugs to
https://github.co
PHP 8.2.25RC1 has just been released and can be downloaded from:
https://downloads.php.net/~sergey/
or
https://qa.php.net/
or use the git tag: php-8.2.25RC1
Windows binaries are available at: https://windows.php.net/qa/#php-8.2
Please test it carefully, and report any bugs to
https://github.c
PHP 8.4.0RC2 has just been released and may be downloaded from
https://downloads.php.net/~calvinb/
Or use the git tag: php-8.4.0RC2
Windows binaries are available at: https://windows.php.net/qa/
Please test it carefully, and report any bugs at
https://github.com/php/php-src/issues
The next rel
On 09.102024 at 19:20 Claude Pache wrote:
> There is no BC break, in the sense that code that worked under PHP 8.3 (and
> therefore use PHP 8.3 features only) will not break when run under PHP 8.4.
>
> Of course, code that makes assumptions that are true when using PHP 8.3
> features only, will
On 09.10.2024 19:08, Kamil Tekiela wrote:
>
> I have to admit I understood nothing from your email, but I got
> curious about some of your words.
Hi, Kamil! I tried my best :) Thank you for your interest!
> > A readonly property is two functionalities in one: write-once and
> private set.
>
> Wh