]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 21 Apr 2014 00:23:15 +0000 (17:23 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 21 Apr 2014 00:23:52 +0000 (17:23 -0700)
* PHP-5.5:
  Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.

1  2 
NEWS

diff --cc NEWS
index d1de079b6760d6e2a6bba6fec3150fbccb323090,ca0617cb51e7dff2042e3a833dcbd9711cdfbc4a..63114a87ead7932d6f3f36ed1f5a5ce24ccb660b
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -57,13 -68,10 +57,17 @@@ PH
    . Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma)
    . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma)
  
 -- SimpleXML:
 -  . Fixed bug #66084 (simplexml_load_string() mangles empty node name)
 -    (Anatol)
 +- PDO:
 +  . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).
 +    (Matteo)
 +
 +- 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)