Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Comparing changes
Open a pull request
base repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
base:v3.4.34
head repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.4.35
- 15commits
- 12files changed
- 4contributors
Commits on Jul 16, 2019
[Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances
nicolas-grekas committedJul 16, 2019
Commits on Nov 11, 2019
[HttpFoundation] fix guessing mime-types of files with leading dash
nicolas-grekas committedNov 11, 2019 bumped Symfony version to 3.4.35
fabpot committedNov 11, 2019
Commits on Nov 12, 2019
- nicolas-grekas committed
Nov 12, 2019 security #cve-2019-18887[HttpKernel] Use constant time comparison in…
… UriSigner (stof)This PR was merged into the 3.4 branch.
nicolas-grekas committedNov 12, 2019 security #cve-2019-18888[HttpFoundation] fix guessing mime-types of …
…files with leading dash (nicolas-grekas)This PR was merged into the 3.4 branch.
nicolas-grekas committedNov 12, 2019 security #cve-2019-18889[Cache] forbid serializing AbstractAdapter a…
…nd TagAwareAdapter instances (nicolas-grekas)This PR was merged into the 3.4 branch.
nicolas-grekas committedNov 12, 2019 Allow returning null from NormalizerInterface::normalize
teohhanhui authoredNov 12, 2019
Commits on Nov 13, 2019
minor#34340Allow returning null from NormalizerInterface::normalize…
… (teohhanhui)This PR was merged into the 3.4 branch.Discussion----------Allow returning null from NormalizerInterface::normalize| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes?| New feature? | no| Deprecations? | no| Tickets | N/A| License | MIT| Doc PR | N/ALooking at the code, it seems that a normalizer might be called with a `null` value for `$data`, and thus it's only sensible that it be allowed to return `null` too:https://github.com/symfony/symfony/blob/7064ff35f2539e2c915257a50eb37839b485dbeb/src/Symfony/Component/Serializer/Serializer.php#L141-L148Updating the phpdoc to match.Commits-------1c8edc5 Allow returning null from NormalizerInterface::normalize
nicolas-grekas committedNov 13, 2019 bug#34344[Console] Constant STDOUT might be undefined (nicolas-grekas)
This PR was merged into the 3.4 branch.Discussion----------[Console] Constant STDOUT might be undefined| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |Fix#34341| License | MIT| Doc PR | N/ACommits-------bb8c82c [Console] Constant STDOUT might be undefined.
nicolas-grekas committedNov 13, 2019 - fabpot committed
Nov 13, 2019 - fabpot committed
Nov 13, 2019
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v3.4.34...v3.4.35
Uh oh!
There was an error while loading.Please reload this page.