Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Deprecated: Creation of dynamic property on updates check #43988

Closed
M-Falken opened this issue Aug 27, 2024 · 3 comments
Closed

PHP Deprecated: Creation of dynamic property on updates check #43988

M-Falken opened this issue Aug 27, 2024 · 3 comments
Labels
No Code Attached Yet PHP 8.x PHP 8.x deprecated issues

Comments

@M-Falken
Copy link

Steps to reproduce the issue
The automatic check of updates when you access the Admin Panel

PHP Deprecated: Creation of dynamic property Joomla\CMS\Updater\Update::$length is deprecated in /libraries/src/Updater/Update.php on line 486

$this->$key = $val;

Joomla! 5.1.3
php 8.3.10

@Quy Quy added the PHP 8.x PHP 8.x deprecated issues label Sep 20, 2024
@kayohf
Copy link

kayohf commented Oct 13, 2024

For now would be good to just set the AllowDynamicProperties attribute -> https://www.php.net/manual/en/class.allowdynamicproperties.php

@alikon
Copy link
Contributor

alikon commented Oct 18, 2024

same as #44284

@rdeutz
Copy link
Contributor

rdeutz commented Oct 18, 2024

Duplicate, so I am closing this one, see #44284 for more information, thanks for reporting though

@rdeutz rdeutz closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Code Attached Yet PHP 8.x PHP 8.x deprecated issues
Projects
None yet
Development

No branches or pull requests

6 participants