]> granicus.if.org Git - php/commitdiff
updated UPGRADING
authorChristoph M. Becker <cmb@php.net>
Sun, 2 Aug 2015 22:24:39 +0000 (00:24 +0200)
committerChristoph M. Becker <cmb@php.net>
Sun, 2 Aug 2015 22:24:39 +0000 (00:24 +0200)
The ZipArchive::setCompressionIndex() and ::setCompressionName() methods
introduced with 3a55ea02 were missing.

UPGRADING

index 3d288907153eb91c72925808011d6ff08bb5680f..fd8183cec4dac7dd88143fdfaf839925a2331a71 100644 (file)
--- 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.