Commit 49adbb9
committed
Merge branch '5.4' into 6.2
* 5.4:
[Console] Fix computing column width containing multibyte chars
[Messenger] Fix deprecation layer of RedeliveryStamp
[Mime] Form field values with integer keys not resolved correctly
[Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message
[PHPUnitBridge] Fix PHPUnit 10.1 compatibility
[VarDumper] Make the server TCP connection sync
[Messenger] Fix warning message on failed messenger show command
[Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID
[HttpFoundation] Fix BinaryFileResponse
[Form] fix merge
[HttpFoundation] Fix memory limit problems in BinaryFileResponse
[PropertyAccess] Readonly properties must have no PropertyWriteInfo
[Form] Cast choices value callback result to string
[Serializer] Unexpected value should throw UnexpectedValueException
[ErrorHandler] Don't throw deprecations for HttplugClient
[Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS
Avoid leading .. for temporary files from Filesystem recursive remove1 file changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
315 | | - | |
| 314 | + | |
316 | 315 | | |
317 | | - | |
318 | | - | |
319 | | - | |
| 316 | + | |
320 | 317 | | |
321 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
322 | 329 | | |
323 | 330 | | |
324 | 331 | | |
| |||
0 commit comments