]> granicus.if.org Git - php/commitdiff
add some missing NEWS entries
authorFerenc Kovacs <tyrael@php.net>
Thu, 1 May 2014 08:43:34 +0000 (10:43 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 1 May 2014 08:43:34 +0000 (10:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 016160c6903ed5c02e53fc4c581f6d2ae6ac0df7..f98283c316b7afa47ef7f78f1f76b7f8af1b6eda 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -59,12 +59,18 @@ PHP                                                                        NEWS
 - LDAP:
   . Fixed issue with null bytes in LDAP bindings. (Matthew Daley)
 
+- litespeed
+  . Fixed bug #63228 (-Werror=format-security error in lsapi code).
+    (George Wang)
+
 - mysqlnd:
   . Added a new fetching mode to mysqlnd. (Andrey)
 
 - OpenSSL:
   . Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma)
   . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma)
+  . Fix bug #66840 (Fix broken build when extension built separately).
+    (Daniel Lowrey)
 
 - PDO:
   . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).