-
Notifications
You must be signed in to change notification settings - Fork 57
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 8.1 Compatibility #2708
Comments
Not to mention Smarty has a lot of work to be done to make it PHP8 Compatible. Testing the /setup/ of CC642 under PHP8 now. Setup died on the page asking for database info:
and nothing after that. |
CubeCart v7 then. Who's in? |
I've been watching this. |
If you haven't seen it yet, I've compiled a report on everything (as of that date) I have found to change for PHP8.1:
|
No I hadn't seen this. Thank you so much Brian. It will be a big help. |
Thanks Brian. You put a lot of work into this. Some of it had been done already. :) The following block still needs attention. I have concerns about customisations especially around combine and minification ....
|
All seems to be working well. Thank you boss! |
Closing this as everything appears to be working fine. Although closed the error log will be continually monitored and any 8.1 compatibility changes made accordingly. |
In my report, I changed gui.class.php, line 361:
I find that in some cases, There needs a different solution here. This seems to work:
|
Cool thanks so much for this. |
…- Automatic conversion of false to array
Please note a second report has been posted to the forum with some additional findings.
|
This will require a lot of testing!
e.g. https://www.php.net/releases/8.0/en.php#saner-string-to-number-comparisons
The text was updated successfully, but these errors were encountered: