Commit:    d4ad8898247da4eca2221e564eb8c025bc783a0b
Author:    Stanislav Malyshev <s...@php.net>         Tue, 21 May 2013 23:25:35 
-0700
Parents:   2d5695cbc5a627cb278b3ab0b1f5eed2f8be1bee
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=d4ad8898247da4eca2221e564eb8c025bc783a0b

Log:
fix order

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index ce86bb2..ec735dd 100644
--- 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:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to