summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <krakjoe@php.net>2018-02-08 10:32:44 +0100
committerJoe <krakjoe@php.net>2018-02-08 10:33:03 +0100
commit44a1271ea0bd97eaeb237a3c26470e2172bcde2b (patch)
tree523c159d31757f3130436a0262844da4ece1485a
parent4765ba7dc3fbae657288ae1095f111a136746cde (diff)
parentd806d0315f96806ff79fcb87e22adfe7a5ca3cf9 (diff)
downloadphp-git-44a1271ea0bd97eaeb237a3c26470e2172bcde2b.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Fixed bug #65414
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 676f887a09..9cefdf52c4 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ PHP NEWS
be extracted). (bishop)
. Fixed bug #65414 (deal with leading slash while adding files correctly).
(bishopb)
+ . Fixed bug #65414 (deal with leading slash when adding files correctly).
+ (bishopb)
- ODBC:
. Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)