Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit48b4bcf
committed
This PR was merged into the 3.0 branch.Discussion----------bug#14246 [Filesystem] dumpFile() negates default file permissions| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#14246| License | MIT| Doc PR | noneRemain BC compatible with Symfony 2.8.Without this change a chmod is needed after calling `dumpFile`, making it non atomic.Commits-------53d6d4b bug#14246 [Filesystem] dumpFile() negates default file permissions
File tree
2 files changed
+5
-1
lines changed- src/Symfony/Component/Filesystem
- Tests
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| 525 | + | |
| 526 | + | |
525 | 527 | | |
526 | 528 | | |
527 | 529 | | |
528 | 530 | | |
529 | 531 | | |
530 | 532 | | |
| 533 | + | |
| 534 | + | |
531 | 535 | | |
532 | 536 | | |
533 | 537 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1076 | 1076 | | |
1077 | 1077 | | |
1078 | 1078 | | |
1079 | | - | |
| 1079 | + | |
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
| |||
0 commit comments
Comments
(0)