From b4bd31b7a088a8cd2c48c079d366d56921ada1f3 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 3 Aug 2015 00:24:39 +0200 Subject: [PATCH] updated UPGRADING The ZipArchive::setCompressionIndex() and ::setCompressionName() methods introduced with 3a55ea02 were missing. --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.50.1