1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-09-03 11:28:18 +02:00
parent ea1287b015
commit 349fdc9042

4
NEWS
View File

@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.2.0RC2
- Opcache:
. Fixed bug GH-9259 (opcache.interned_strings_buffer setting integer
overflow). (Arnaud)
- Standard:
. Marked crypt()'s $string parameter as #[\SensitiveParameter]. (timwolla)