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

Update NEWS

This commit is contained in:
Peter Kokot
2019-09-08 21:49:42 +02:00
parent a8c97f0531
commit f5dfea60a2

3
NEWS
View File

@@ -8,6 +8,9 @@ PHP NEWS
- Opcache:
. Add opcache.preload_user INI directive. (Dmitry)
- PCRE:
. Fixed bug #78349 (Bundled pcre2 library missing LICENCE file). (Peter Kokot)
- PDO_MySQL:
. Fixed bug #41997 (SP call yields additional empty result set). (cmb)