30knees Posted December 9, 2020 Posted December 9, 2020 I saw that PHP 8 is released. Thinking medium term, what is the impact of it on thirtybees, how much work would need to flow into thirtybees and templates, etc.?
0 Traumflug Posted December 9, 2020 Posted December 9, 2020 Non-trivial. See https://github.com/thirtybees/thirtybees/issues/1265 PHP class 'Attribute' needs a rename to something like 'ProductAttribute', because 'Attribute' is a PHP internal class with PHP8. Which of course would break all modules dealing with such attributes.
0 wakabayashi Posted December 9, 2020 Posted December 9, 2020 15 minutes ago, Traumflug said: Non-trivial. See https://github.com/thirtybees/thirtybees/issues/1265 PHP class 'Attribute' needs a rename to something like 'ProductAttribute', because 'Attribute' is a PHP internal class with PHP8. Which of course would break all modules dealing with such attributes. Oh thanks for this hint. Now I understand why a tool (added with composer) made problems 😮 It was also this classname...
0 30knees Posted December 9, 2020 Author Posted December 9, 2020 (edited) So that means going through all third-party modules, too... . That could be a nightmare, depending. Edited December 9, 2020 by 30knees
Question
30knees
I saw that PHP 8 is released. Thinking medium term, what is the impact of it on thirtybees, how much work would need to flow into thirtybees and templates, etc.?
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now