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

The master branch is now for 8.1.0alpha3

This commit is contained in:
Ben Ramsey
2021-06-22 10:28:57 -05:00
parent 0ca5ab4fa5
commit ac82c00640

6
NEWS
View File

@@ -1,6 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.1.0alpha2
?? ??? ????, PHP 8.1.0alpha3
24 Jun 2021, PHP 8.1.0alpha2
- Core:
. Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)