diff options
author | Anatol Belski <ab@php.net> | 2016-05-30 10:31:04 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-05-30 10:32:43 +0200 |
commit | f6e79af3efd48931573d03a8faa91dce74f6d2af (patch) | |
tree | 6df504ca697f36d6c0b2f6c8286f224d4416e6d4 /UPGRADING | |
parent | 2c80459c24c7e124239b61d3773c076fc38b10d2 (diff) | |
download | php-git-f6e79af3efd48931573d03a8faa91dce74f6d2af.tar.gz |
update UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -756,6 +756,14 @@ out, that the corresponding SDK isn't available anymore. - 'gd PS font' - 'gd PS encoding' +- Zip + . Filename encoding flags, as of 7.0.8 + - ZipArchive::FL_ENC_GUESS + - ZipArchive::FL_ENC_RAW + - ZipArchive::FL_ENC_STRICT + - ZipArchive::FL_ENC_UTF_8 + - ZipArchive::FL_ENC_CP437 + ======================================== 11. Changes to INI File Handling ======================================== |