diff options
author | Joe Watkins <krakjoe@php.net> | 2017-04-10 06:46:15 +0100 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-04-10 06:46:54 +0100 |
commit | 9e4c48a26ac7698657e7ed73e4f9311f16184e78 (patch) | |
tree | 340d819a9f7f9b48065d160caa98ae9b138df971 | |
parent | a9fdf3d6b47ba0bbb35f1bc5b0165574ce29f132 (diff) | |
parent | 1b6f784dd6cbcc8c8f93a0c647948dedf09ad070 (diff) | |
download | php-git-9e4c48a26ac7698657e7ed73e4f9311f16184e78.tar.gz |
Merge branch 'PHP-7.1'
* PHP-7.1:
fix news
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |