From 7113705b4d33a70a66657b215ec49ea06bc8ed20 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 7 Jul 2021 14:14:05 +0200 Subject: [PATCH] Add `GZipFile::$gzopen64` to deprecations in version 5.5 See WoltLab/WCF#4381 --- docs/migration/wsc54/deprecations_removals.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index 7e7f0eb6..d8c9beab 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -18,6 +18,10 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\util\MathUtil::getRandomValue()` ([WoltLab/WCF#4280](https://github.com/WoltLab/WCF/pull/4280)) - `wcf\util\StringUtil::getHash()` ([WoltLab/WCF#4279](https://github.com/WoltLab/WCF/pull/4279)) +#### Properties + +- `wcf\system\io\GZipFile::$gzopen64` ([WoltLab/WCF#4381](https://github.com/WoltLab/WCF/pull/4381)) + ## Removals -- 2.20.1