Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Serializer][Translation] Deprecate passing a non-empty CSV escape char#57827
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
5483b69 to43ad2f7Compare…P >= 7.4 (alexandre-daubois)This PR was merged into the 5.4 branch.Discussion----------[Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | no| Deprecations? | no| Issues | -| License | MITRelated to#57827. This check has already been done in other places like:https://github.com/symfony/symfony/blob/4a176ceb4b67d1f17cdfb88ecc0946e47a807f65/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php#L310Commits-------0507c22 [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4
43ad2f7 to94aaa75Comparealexandre-daubois commentedAug 5, 2024
For the record, the deprecation poll is closed and it has been confirmed for 8.4:https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
5dc0f15 to9515a39CompareUh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
4597956 to6c2ae7cComparesrc/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
6c2ae7c to1f58925Comparefabpot commentedAug 19, 2024
Thank you@alexandre-daubois. |
Using a non-empty string for CSV escape charwill be deprecated in 8.4. Let's deprecate where relevant in the codebase?