Suppress PHP 8.1 deprecation for IDN domains
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 8 Jun 2022 14:10:14 +0000 (16:10 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 8 Jun 2022 14:10:14 +0000 (16:10 +0200)
commit73ce002da6f3dee4eda9cf418b58e5f614fdf79f
tree0d8ab643ed00240295a3d2ea5e04ec293f8d1ac5
parentedce1b87dab247fc8db78f0c13411e527c1b90d7
Suppress PHP 8.1 deprecation for IDN domains

The true/punycode library appears to be no longer maintained and is not PHP 8.1
deprecation clean: true/php-punycode#35

Suppress the deprecation warning for now. The library should be replaced in a
future version.
wcfsetup/install/files/lib/system/email/Mailbox.class.php