-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is similar to an issue we have had on the ORM with identifier generator strategies: we default to some value of a setting, then something better comes out, and we get stuck with the deprecated setting for backward compatibility reasons. In this case, utf8 has been deprecated for years and should no longer be used according to the official documentation: https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-utf8.html This kind of BC-break might be handled better by things such as Symfony Recipes because it is OK to do such BC breaks there since they only affect new projects.
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters