All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Speedy PHP8.2 deprecation warning messages

Status Resolved
Add-on / Version Speedy 1.7.0
Severity
EE Version 7.3.5

Eric Harth

Aug 27, 2023

Hi

Another PHP8.2 compatibility ticket, this time with Speedy. Some of the example messages generated are

Deprecated
Creation of dynamic property BoldMinded\Speedy\Service\CacheBreaker::$enable_refresh is deprecated

user/addons/speedy/Service/CacheBreaker.php, line 34

   Severity: E_DEPRECATED

Deprecated
Creation of dynamic property BoldMinded\Speedy\Library\Basee\Setting::$tableName is deprecated

user/addons/speedy/Library/Basee/Setting.php, line 49

   Severity: E_DEPRECATED

Cheers

 

#1

BoldMinded (Brian)

Comment has been marked private.

#2

Eric Harth

Thanks

This looks to have cleared the 8.2 warnings. The only issue with this release is that the version number hasn’t been updated to 1.8.0 which means the DB migration file doesn’t get run by the addon manager. This causes DB exceptions because the two new columns are missing.

Cheers

#3

Eric Harth

Found one more

Deprecated Function utf8_decode() is deprecated

user/addons/speedy/mod.speedy.php, line 555

Severity: E_DEPRECATED
#4

BoldMinded (Brian)

Eric, please download the latest release from your account. You might have to update the exp_modules table to set Speedy back to 1.7.0 and then re-run the upgrade.

#5

Eric Harth

Thank you.

#6

Eric Harth

Another one 😊

Creation of dynamic property StaticCacheHelper::$csrf is deprecated

[site-path]/speedy/utilities/StaticCacheHelper.php, line 36

Severity: E_DEPRECATED
#7

Eric Harth

Forgot to mention, running 1.8.1 build a73f75ba

#8

BoldMinded (Brian)

Thanks, will be included in the next release.

Login to reply