1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #65414
This commit is contained in:
Joe
2018-02-08 10:32:44 +01:00

2
NEWS
View File

@@ -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)