[ci skip] Fix NEWS

PHP 8.0.12RC1 has already been tagged a week ago, so later changes
target PHP 8.0.13.
This commit is contained in:
Christoph M. Becker 2021-10-12 13:34:25 +02:00
parent a2e3ca1f5b
commit d130f90f72
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

8
NEWS
View File

@ -1,6 +1,11 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2021, PHP 8.0.12
?? ??? 2021, PHP 8.0.13
- Opcache:
. Fixed bug #81512 (Unexpected behavior with arrays and JIT). (Dmitry)
21 Oct 2021, PHP 8.0.12
- CLI:
. Fixed bug #81496 (Server logs incorrect request method). (lauri)
@ -28,7 +33,6 @@ PHP NEWS
- Opcache:
. Fixed bug #81472 (Cannot support large linux major/minor device number when
read /proc/self/maps). (Lin Yang)
. Fixed bug #81512 (Unexpected behavior with arrays and JIT). (Dmitry)
- Reflection:
. ReflectionAttribute is no longer final. (sasezaki)