Commit:    38847482c8192ea9914b826f54bf858df215abac
Author:    Stanislav Malyshev <s...@php.net>         Wed, 6 Mar 2013 00:44:43 
-0800
Parents:   4e46a873923b9a608cd2cdcef98ec7faad749d0e
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 36f6f9a..17ecbe5 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP                                                             
           NEWS
 - Core:
   . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
     (Laruence)
+  . Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang). 
+    (Ard Biesheuvel)
   . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
   . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
   . Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry)
@@ -20,6 +22,8 @@ PHP                                                           
             NEWS
   . mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)
 
 - OpenSSL:
+  . New SSL stream context option to prevent CRIME attack vector. (Daniel 
Lowrey,
+       Lars)
   . Fixed bug #61930 (openssl corrupts ssl key resource when using 
     openssl_get_publickey()). (Stas)
 
@@ -95,10 +99,6 @@ PHP                                                          
              NEWS
   . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
     on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
 
-- OpenSSL:
-  . New SSL stream context option to prevent CRIME attack vector. (Daniel 
Lowrey,
-    Lars)
-
 17 Jan 2012, PHP 5.4.11
 
 - Core:


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

Reply via email to