summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-03 00:24:39 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-03 00:24:39 +0200
commitb4bd31b7a088a8cd2c48c079d366d56921ada1f3 (patch)
tree40d51741bdc520314a5475cb763d9c9faaa2df62
parent55fd8fabd9e220d89a96e2324e7889e588bca279 (diff)
downloadphp-git-b4bd31b7a088a8cd2c48c079d366d56921ada1f3.tar.gz
updated UPGRADING
The ZipArchive::setCompressionIndex() and ::setCompressionName() methods introduced with 3a55ea02 were missing.
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
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.