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

[ci skip] Update NEWS for PHP 8.4.0 beta3

Skipping beta2 due to a release issue.
This commit is contained in:
Calvin Buckley
2024-08-14 18:05:43 -03:00
parent 9a70b7c221
commit d5d537bf7c

4
NEWS
View File

@@ -1,9 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.4.0beta3
?? ??? ????, PHP 8.4.0beta4
15 Aug 2024, PHP 8.4.0beta2
15 Aug 2024, PHP 8.4.0beta3
- Core:
. Exiting a namespace now clears seen symbols. (ilutov)