]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 15 Aug 2019 13:28:52 +0000 (15:28 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 15 Aug 2019 13:28:52 +0000 (15:28 +0200)
This fix has been cherry-picked into PHP-7.3.9.

NEWS

diff --git a/NEWS b/NEWS
index dde26bf5a01e9c0e7c8f168c5f881c3987ed163a..6248adfc15d6c86570814930eb8c6d9380e72ee4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,13 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 7.3.10
 
-- Core:
-  . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC
-    child). (Nikita)
-
 29 Aug 2019, PHP 7.3.9
 
 - Core:
   . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
   . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
+  . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC
+    child). (Nikita)
 
 - Curl:
   . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).