summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1cbaff8f02..f073c9cf04 100644
--- a/NEWS
+++ b/NEWS
@@ -40,8 +40,10 @@ 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 #67761 (Phar::mapPhar fails for Phars inside a path containing
+ ".tar"). (Mike)
- Postgres:
. Fixed bug #68741 (Null pointer dereference) (CVE-2015-1352). (Laruence)