From 69795fb4c771756e5de82d5c0effc93d3c5143fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jul 2020 10:26:13 +0000 Subject: [PATCH] document zip procedural API as deprecated in 8.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350175 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/functions/zip-close.xml | 26 +++++++++++++++++++ reference/zip/functions/zip-entry-close.xml | 25 ++++++++++++++++++ .../functions/zip-entry-compressedsize.xml | 26 +++++++++++++++++++ .../functions/zip-entry-compressionmethod.xml | 26 +++++++++++++++++++ .../zip/functions/zip-entry-filesize.xml | 26 +++++++++++++++++++ reference/zip/functions/zip-entry-name.xml | 26 +++++++++++++++++++ reference/zip/functions/zip-entry-open.xml | 25 ++++++++++++++++++ reference/zip/functions/zip-entry-read.xml | 26 +++++++++++++++++++ reference/zip/functions/zip-open.xml | 26 +++++++++++++++++++ reference/zip/functions/zip-read.xml | 26 +++++++++++++++++++ 10 files changed, 258 insertions(+) diff --git a/reference/zip/functions/zip-close.xml b/reference/zip/functions/zip-close.xml index 8c3a8a2bf8..c87a252910 100644 --- a/reference/zip/functions/zip-close.xml +++ b/reference/zip/functions/zip-close.xml @@ -46,6 +46,32 @@ + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 + + This function is deprecated in favor of the Object API, + see ZipArchive::close. + + + + + + + +