1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS for start of RC2

This commit is contained in:
Jakub Zelenka
2023-08-29 17:14:11 +01:00
parent 2eb21b0b1e
commit 1371ce9539

5
NEWS
View File

@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.3.0RC1
?? ??? ????, PHP 8.3.0RC2
31 Aug 2023, PHP 8.3.0RC1
- Core:
. Fixed bug GH-11937 (Constant ASTs containing objects). (ilutov)