summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-09-30 01:15:24 +0200
committerFerenc Kovacs <tyrael@php.net>2015-09-30 01:15:24 +0200
commit932f70717717ed7b338e0f5e7b5cd99c7afab1e1 (patch)
tree3dab831a12c78d20dc46c3797aeb3c418a4c9064
parent1ddf72180a52d247db88ea42a3e35f824a8fbda1 (diff)
downloadphp-git-932f70717717ed7b338e0f5e7b5cd99c7afab1e1.tar.gz
add NEWS entries
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a8b3a82c61..fbe94ee7ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+** PHP 5.5 is in security-only mode , please do not commit to this branch **
+
?? ??? 2015, PHP 5.5.30
-** PHP 5.5 is in security-only mode , please do not commit to this branch **
+- 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)
03 Sep 2015, PHP 5.5.29