From: Christoph M. Becker Date: Sun, 2 Aug 2015 22:24:39 +0000 (+0200) Subject: updated UPGRADING X-Git-Tag: php-7.0.0beta3~5^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4bd31b7a088a8cd2c48c079d366d56921ada1f3;p=php updated UPGRADING The ZipArchive::setCompressionIndex() and ::setCompressionName() methods introduced with 3a55ea02 were missing. --- diff --git a/UPGRADING b/UPGRADING index 3d28890715..fd8183cec4 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.