-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[5.4] PHP8.5 deprecated code #46137
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
[5.4] PHP8.5 deprecated code #46137
Conversation
|
@joomdonation As you have tested the other 2 PRs of the same kind: Could you also test this one? Thanks in advance. |
|
@richard67 Yes. Will look at it and test it later today |
|
I have tested this item ✅ successfully on 7b5fbde This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46137. |
1 similar comment
|
I have tested this item ✅ successfully on 7b5fbde This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46137. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46137. |
heelc29
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prevents Warning: Undefined array key
|
Back to pending as the PR has received changes. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46137. |
|
@joomdonation @brianteeman Could you test again? The PR has received some changes. Thanks in advance. |
|
@heelc29 @richard67 The latest changes are not needed. |
|
I have reverted back to 7b5fbde |
|
@joomdonation Could you give it a quick retest just to be sure before we set RTC again? Thanks in advance. |
|
Tested it again and it is working. So I set this back to RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46137. |
|
Final test before merge using JBT php8.5-rc
|
|
Thank you @dgrammatiko for your contribution. Thank you @joomdonation and @heelc29 for supporting. Thank you @brianteeman, @heelc29 and @joomdonation for testing. |
Pull Request for Issue # .
Summary of Changes
Better variable handling to eliminate the deprecation warnings on PHP 8.5
Testing Instructions
Open the local url
administrator/index.php?option=com_menus&view=item&client_id=0&layout=edit&id=101and check the right sidebar for deprecations (PHP8.5 required and error reporting to max)Actual result BEFORE applying this Pull Request
Deprecations logged
Expected result AFTER applying this Pull Request
No deprecations
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
@richard67