afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 71 forks source link

PHP Deprecated: Creation of dynamic property MailSo\\Base\\StreamWrappers\\Literal::$context is deprecated #111

Open octaroot opened 3 months ago

octaroot commented 3 months ago

Running version 9.7.8.build11-build-o3 and PHP 8.3.6 (Ubuntu 24.04 LTS).

Deprecated since PHP 8.2. As per https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.dynamic-properties PHP docs suggest either:

I have noticed two separate instances of this:

PHP Deprecated:  Creation of dynamic property MailSo\\Base\\StreamWrappers\\Literal::$context is deprecated in /var/www/html/vendor/afterlogic/mailso/lib/MailSo/Base/StreamWrappers/Literal.php on line 64
PHP Deprecated:  Creation of dynamic property MailSo\\Base\\StreamWrappers\\Binary::$context is deprecated in /var/www/html/vendor/afterlogic/mailso/lib/MailSo/Base/StreamWrappers/Binary.php on line 238
afterlogic-support commented 3 months ago

Thank you, I have forwarded this information to the developers.