diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-20 17:23:15 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-20 17:23:52 -0700 |
commit | 32d5f269a03b554a0d3ebc96fcacc842e3344e4e (patch) | |
tree | 422b9d7e045b2afd1ffbcb7ca2c89ab752c23919 /NEWS | |
parent | 186ffcb72c982b0235761bdd6388ff1c36d79568 (diff) | |
parent | dafb2af705d0e6c4c747ecf4b3f7cf8e25454dd0 (diff) | |
download | php-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |