From: Ferenc Kovacs Date: Tue, 29 Sep 2015 23:16:43 +0000 (+0200) Subject: add NEWS entries X-Git-Tag: php-5.6.15RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=264f33a23f3d169a58bd9ddd6291047b9bb4e355;p=php add NEWS entries --- diff --git a/NEWS b/NEWS index 845d4a19fc..a7de595468 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,11 @@ PHP NEWS - PDO: . Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence) +- Phar: + . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas) + . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip + entry filename is "/"). (Stas) + - Phpdbg: . Fix phpdbg_break_next() sometimes not breaking. (Bob)