-
Notifications
You must be signed in to change notification settings - Fork 178
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
Adding swiftmailer to fos1 group to apply some php 8.2 patches to the code? #319
Comments
FYI: From #302 I rise error level until deprecation. I had found dependencies requirements for PHP 8: here And I got the one deprecation mention on the patch.
IMHO deprecation should be ignored as it ask us too much work.
OR It's an opportunity to test the idea to use current Symfony component with It will be a good experiment. |
In framework/library development the only acceptable error_reporting level is E_ALL. IMHO. |
@connorhu I agree we need to be strict. I talked on framework/library user point of view. sf1 use swiftmailer. |
Given that swiftmailer is a requirement of symfony1, I agree that it would sensible if we could have a fork under fos1 where just the minimum necessary changes for PHP compatibility could be done. |
@connorhu done: https://github.com/FriendsOfSymfony1/swiftmailer Please let's move there for further discussions :) |
Thank you! |
We've created a fork and made some adjustments to the latest swiftmailer version to be compatible with PHP 8.2. Should we create an official fork here in the fos1 group and apply the patches there? For reference: vemaeg/swiftmailer@d46f73f
I thought I asked that already somewhere, but wasn't able to find it, therefore I'm opening an issue for it.
The text was updated successfully, but these errors were encountered: