summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-04-10 06:46:15 +0100
committerJoe Watkins <krakjoe@php.net>2017-04-10 06:46:54 +0100
commit9e4c48a26ac7698657e7ed73e4f9311f16184e78 (patch)
tree340d819a9f7f9b48065d160caa98ae9b138df971
parenta9fdf3d6b47ba0bbb35f1bc5b0165574ce29f132 (diff)
parent1b6f784dd6cbcc8c8f93a0c647948dedf09ad070 (diff)
downloadphp-git-9e4c48a26ac7698657e7ed73e4f9311f16184e78.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: fix news
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eae6a81288..43b72c7acc 100644
--- a/NEWS
+++ b/NEWS
@@ -139,7 +139,8 @@ PHP NEWS
. Switch to sqlite3_prepare_v2() and sqlite3_close_v2() functions (rasmus)
- phar:
- . Fixed bug #74383 phar method parameters reflection correction. (mhagstrand)
+ . Fixed bug #74383 (phar method parameters reflection correction).
+ (mhagstrand)
. Fixed bug #74196 (phar does not correctly handle names containing dots).
(mhagstrand)