From: Ferenc Kovacs Date: Thu, 1 May 2014 08:43:34 +0000 (+0200) Subject: add some missing NEWS entries X-Git-Tag: PRE_PHPNG_MERGE~330^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f090ddeac7467155a274a73240d857767c229bfb;p=php add some missing NEWS entries --- diff --git a/NEWS b/NEWS index 016160c690..f98283c316 100644 --- 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).