summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-06-20 09:50:09 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-06-23 17:39:29 +0200
commitf3b1f342c887073012f4ca7c1bc1b5259ce4cedc (patch)
tree871ae0dc4d1c4887775c9639e54f53e1b9f79513 /UPGRADING
parentda1c6724246661ff4fe7b6fe9db068ada7b500e2 (diff)
downloadphp-git-f3b1f342c887073012f4ca7c1bc1b5259ce4cedc.tar.gz
Deprecate the procedural API of ext/zip
Closes GH-5746
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 223abc46a5..b18ff4afd6 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -624,6 +624,7 @@ PHP 8.0 UPGRADE NOTES
. Using empty file as ZipArchive is deprecated. Libzip 1.6.0
do not accept empty files as valid zip archives any longer.
Existing workaround will be removed in next version.
+ . The procedural API of Zip is deprecated. Use ZipArchive instead.
- Reflection:
. ReflectionFunction::isDisabled() is deprecated, as it is no longer possible