summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-20 17:23:15 -0700
committerStanislav Malyshev <stas@php.net>2014-04-20 17:23:52 -0700
commit32d5f269a03b554a0d3ebc96fcacc842e3344e4e (patch)
tree422b9d7e045b2afd1ffbcb7ca2c89ab752c23919 /NEWS
parent186ffcb72c982b0235761bdd6388ff1c36d79568 (diff)
parentdafb2af705d0e6c4c747ecf4b3f7cf8e25454dd0 (diff)
downloadphp-git-32d5f269a03b554a0d3ebc96fcacc842e3344e4e.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d1de079b67..63114a87ea 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,10 @@ PHP NEWS
- PDO-ODBC:
. Fixed bug #50444 (PDO-ODBC changes for 64-bit).
+- Phar:
+ . Fix bug #64498 ($phar->buildFromDirectory can't compress file with an accent
+ in its name). (PR #588)
+
- SQLite:
. Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3). (Anatol)