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

Update news for PHP 8.3.0 GA

This commit is contained in:
Eric Mann
2023-11-07 12:13:42 -08:00
parent 2aae3f8a24
commit 27cd9d2844

5
NEWS
View File

@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.3.0RC6
?? ??? ????, PHP 8.3.0
09 Nov 2023, PHP 8.3.0RC6
- Core:
. Fixed segfault caused by weak references to FFI objects. (sj-i)