URL-Helper icon indicating copy to clipboard operation
URL-Helper copied to clipboard

Deprecated messages with PHP 8.2

Open wernergusset opened this issue 2 years ago • 3 comments

EE 7.3.12 und URL Helper 1.30 with PHP 8.2 gives this messages:

Deprecated Creation of dynamic property Url_helper_ext::$config is deprecated user/addons/url_helper/ext.url_helper.php, line 71

Severity: E_DEPRECATED Deprecated Creation of dynamic property Url_helper_ext::$prefix is deprecated user/addons/url_helper/ext.url_helper.php, line 72

Severity: E_DEPRECATED

wernergusset avatar Sep 30 '23 04:09 wernergusset

Also noticing this in PHP 8.2

creativearc-paul avatar Dec 01 '23 18:12 creativearc-paul

Likely fixed around line 64 with

public $config = []; public $prefix = '';

creativearc-paul avatar Dec 01 '23 18:12 creativearc-paul

Feel free to create a PR to fix it.

litzinger avatar Dec 01 '23 19:12 litzinger

Fixed

litzinger avatar Apr 24 '24 13:04 litzinger