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

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-08-01 19:32:02 +02:00
parent bccda7eb1c
commit 832e0ef31f
+2
View File
@@ -26,6 +26,8 @@ PHP NEWS
- OPcache:
. Fixed bug GH-9033 (Loading blacklist file can fail due to negative length).
(cmb)
. Fixed bug GH-9164 (Segfault in zend_accel_class_hash_copy).
(Arnaud, Sergei Turchanov)
- PDO_SQLite:
. Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)