diff options
author | Christoph M. Becker <cmb@php.net> | 2015-08-03 00:24:39 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-08-03 00:24:39 +0200 |
commit | b4bd31b7a088a8cd2c48c079d366d56921ada1f3 (patch) | |
tree | 40d51741bdc520314a5475cb763d9c9faaa2df62 | |
parent | 55fd8fabd9e220d89a96e2324e7889e588bca279 (diff) | |
download | php-git-b4bd31b7a088a8cd2c48c079d366d56921ada1f3.tar.gz |
updated UPGRADING
The ZipArchive::setCompressionIndex() and ::setCompressionName() methods
introduced with 3a55ea02 were missing.
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -653,6 +653,10 @@ Other . Added intdiv() function for integer division. . Added error_clear_last() function to reset error state. +- Zip: + . Added ZipArchive::setCompressionIndex() and ZipArchive::setCompressionName() + for setting the compression method. + - Zlib: . Added deflate_init(), deflate_add(), inflate_init(), inflate_add() functions allowing incremental/streaming compression/decompression. |