summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2015-03-30 16:27:08 +0200
committerMichael Wallner <mike@php.net>2015-03-30 16:27:08 +0200
commitb7389f0f0780dd189d73ffb3fd7d8843793f5530 (patch)
tree8f25b08287aac4a4a13772d49e02d1bc918685fe
parenta4490bb0a2895458a9bb69e94466acf890c8e23d (diff)
downloadphp-git-b7389f0f0780dd189d73ffb3fd7d8843793f5530.tar.gz
BFN
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dc9e01f99..8e25aadd3e 100644
--- a/NEWS
+++ b/NEWS
@@ -48,8 +48,9 @@ PHP NEWS
. Add a check for RAND_egd to allow compiling against LibreSSL (Leigh)
- Phar:
- . Fixed bug 64343 (PharData::extractTo fails for tarball created by BSD tar).
+ . Fixed bug #64343 (PharData::extractTo fails for tarball created by BSD tar).
(Mike)
+ . Fixed bug #64931 (phar_add_file is too restrictive on filename). (Mike)
. Fixed bug #65467 (Call to undefined method cli_arg_typ_string). (Mike)
. Fixed bug #67761 (Phar::mapPhar fails for Phars inside a path containing
".tar"). (Mike)