Commit e4e9fa4
committed
bug symfony#61544 [HttpFoundation] Fix BC Break introduces in
This PR was merged into the 7.4 branch.
Discussion
----------
[HttpFoundation] Fix BC Break introduces in `symfony#61267` and structured suffix formats as constant
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | Fix #... <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below -->
| License | MIT
<!--
🛠️ Replace this text with a concise explanation of your change:
- What it does and why it's needed
- A simple example of how it works (include PHP, YAML, etc.)
- If it modifies existing behavior, include a before/after comparison
Contributor guidelines:
- ✅ Add tests and ensure they pass
- 🐞 Bug fixes must target the **lowest maintained** branch where they apply
https://symfony.com/releases#maintained-symfony-branches
- ✨ New features and deprecations must target the **feature** branch
and must add an entry to the changelog file of the patched component:
https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
- 🔒 Do not break backward compatibility:
https://symfony.com/bc
-->
Commits
-------
aec348d [HttpFoundation] Fix BC Break introduces in `symfony#61267` and structured suffix formats as constantsymfony#61267 and structured suffix formats as constant (Spomky)File tree
2 files changed
+27
-29
lines changed- src/Symfony/Component/HttpFoundation
2 files changed
+27
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
198 | 220 | | |
199 | 221 | | |
200 | 222 | | |
| |||
1239 | 1261 | | |
1240 | 1262 | | |
1241 | 1263 | | |
1242 | | - | |
| 1264 | + | |
1243 | 1265 | | |
| 1266 | + | |
1244 | 1267 | | |
1245 | 1268 | | |
1246 | 1269 | | |
| |||
1265 | 1288 | | |
1266 | 1289 | | |
1267 | 1290 | | |
1268 | | - | |
1269 | | - | |
| 1291 | + | |
| 1292 | + | |
1270 | 1293 | | |
1271 | 1294 | | |
1272 | 1295 | | |
| |||
1963 | 1986 | | |
1964 | 1987 | | |
1965 | 1988 | | |
1966 | | - | |
1967 | | - | |
1968 | | - | |
1969 | | - | |
1970 | | - | |
1971 | | - | |
1972 | | - | |
1973 | | - | |
1974 | | - | |
1975 | | - | |
1976 | | - | |
1977 | | - | |
1978 | | - | |
1979 | | - | |
1980 | | - | |
1981 | | - | |
1982 | | - | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
1989 | | - | |
1990 | | - | |
1991 | | - | |
1992 | 1989 | | |
1993 | 1990 | | |
1994 | 1991 | | |
| |||
0 commit comments