]> granicus.if.org Git - php/commitdiff
fix order
authorStanislav Malyshev <stas@php.net>
Wed, 22 May 2013 06:25:35 +0000 (23:25 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 22 May 2013 06:25:35 +0000 (23:25 -0700)
NEWS

diff --git a/NEWS b/NEWS
index ce86bb2f588a6a7a47277ad30fbe8e885bf73932..ec735dd249421e6ad4560b44d4bac6929c71b26d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP                                                                        NEWS
   . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB
     pointer has closed). (Laruence)
 
+- Phar
+  . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with
+    non std tmp dir). (Pierre)
+
 - Streams:
   . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
     on Windows x64). (Anatol)
@@ -19,10 +23,6 @@ PHP                                                                        NEWS
   . Fixed bug #64821 (Custom Exception crash when internal properties overridden).
     (Anatol)
 
-- Phar
-  . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with
-    non std tmp dir). (Pierre)
-
 09 May 2013, PHP 5.3.25
 
 - Core: