]> granicus.if.org Git - php/commitdiff
Update NEWS
authorPeter Kokot <peterkokot@gmail.com>
Sun, 8 Sep 2019 19:49:42 +0000 (21:49 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 8 Sep 2019 19:49:42 +0000 (21:49 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 1ae2e0397ca2845c9ac1e8b0295875948e0b493a..fa797f06eb885f42589076e6c3d7b21854f4d326 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)