-
Notifications
You must be signed in to change notification settings - Fork 718
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
Update and cleanup 4.2.0 #781
Conversation
…arty 5 PHP cleanup
another (smaller) PR for PHP 8.2 (which replaces the #775 by Progi1984) will follow when merged (since building on). |
Convert to DateTime Interface with intl before PHP 9.
There appear to be a few problems with the unit tests now. Could you look into this? |
@wisskid This all while the |
Failing unit tests means no merge, I'm afraid. And AFAIK deprecation notices aren't a show stopper. They exist to inform us ahead of time that some functionality will change in the future. |
Sorry, I have no further insight in github actions and phpunit tests... But it says: This branch has not conflicts... and Only those with write access to this repository can merge pull requests underneath though. |
Ok, I'll take a look at it soon. Thanks so far. |
Maybe that needs something equal for unit test as in PR #775 ? (Please remember, I have a better (extended) one in line for this) |
@ophian if you rebase/merge master you can now easily run the unit tests for each supported PHP version locally if you have docker installed. For now, 1478 unit tests fail with this error:
|
for smarty class magic __get() method.
@wisskid Yes, thanks. Fixed. |
The here mentioned 3 conflicts with 4.2.1 do only have one related issue with this PR in the libs/plugins/function.html_select_date.php file where I changed the ternary too. Shall I add the new 4.2.1 including my change to this PR or will we do this later? |
@wisskid |
I did not touch the sysplugins/smarty_internal_templatelexer.php and smarty_internal_templateparser.php files.