From: Remi Collet Date: Wed, 28 Nov 2012 09:45:23 +0000 (+0100) Subject: NEWS X-Git-Tag: php-5.4.10RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c37d7a9456ff12fc60654a2b33aadedfcf6e7476;p=php NEWS --- diff --git a/NEWS b/NEWS index 811ed0d6ec..79b4f286e5 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ PHP NEWS . Fixed bug #63590 (Different results in TS and NTS under Windows). (Anatoliy) +- FPM: + . Fixed bug #63581 Possible null dereference and buffer overflow (Remi) + - Pdo_sqlite: . Fixed Bug #63149 getColumnMeta should return the table name when system SQLite used. (Remi)