I am seeing desprecating messages when running joomla 5.0.x updater with php 8.2
Run updater with joomla 5.0.x and php 8.2
received messages:
Deprecated: Creation of dynamic property Joomla\CMS\Updater\Update::$sha256 is deprecated in /libraries/src/Updater/Update.php on line 418
Deprecated: Creation of dynamic property Joomla\CMS\Updater\Update::$sha384 is deprecated in /libraries/src/Updater/Update.php on line 418
Deprecated: Creation of dynamic property Joomla\CMS\Updater\Update::$sha512 is deprecated in /libraries/src/Updater/Update.php on line 418
Deprecated: Creation of dynamic property Joomla\CMS\Updater\Update::$section is deprecated in /libraries/src/Updater/Update.php on line 418
add class variables:
protected $sha256;
protected $sha384;
protected $sha512;
protected $section;
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-11-30 01:04:21 |
Closed_By | ⇒ | Quy |
Duplicate #41553. Thanks for the report.