]> granicus.if.org Git - php/commitdiff
fix bug category
authorAnatol Belski <ab@php.net>
Sun, 11 Sep 2016 11:20:25 +0000 (13:20 +0200)
committerAnatol Belski <ab@php.net>
Sun, 11 Sep 2016 11:20:25 +0000 (13:20 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 5880772faf5ec3faa49575515d439149bc24b465..efae2e4b27d9f31c555b22e28bb84d331916f12d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -130,13 +130,13 @@ PHP                                                                        NEWS
   . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb)
   . Fixed bug #65550 (get_browser() incorrectly parses entries with "+" sign).
     (cmb)
-  . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
-    (cmb)
 
 - Streams:
   . Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence)
   . Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails
     with IIS FTP 7.5, 8.5). (vhuk)
+  . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
+    (cmb)
 
 - Sysvshm:
   . Fixed bug #72858 (shm_attach null dereference). (Anatol)