]> granicus.if.org Git - php/commitdiff
add NEWS entries
authorFerenc Kovacs <tyrael@php.net>
Tue, 29 Sep 2015 23:16:43 +0000 (01:16 +0200)
committerFerenc Kovacs <tyrael@php.net>
Tue, 29 Sep 2015 23:16:43 +0000 (01:16 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 845d4a19fc7b72c1a754690cea9ae628f9f1b6d3..a7de59546806c004a6c70dd121656576187c8324 100644 (file)
--- 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)