* PHP-5.5:
Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.
. 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)