-
-
Notifications
You must be signed in to change notification settings - Fork 20
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/security-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/security-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 16 files changed
- 3 contributors
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b7df8ff - Browse repository at this point
Copy the full SHA b7df8ffView commit details -
* 3.4: Add missing dots at the end of exception messages
Configuration menu - View commit details
-
Copy full SHA for 94ae6e0 - Browse repository at this point
Copy the full SHA 94ae6e0View commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for baab66b - Browse repository at this point
Copy the full SHA baab66bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a49d799 - Browse repository at this point
Copy the full SHA a49d799View commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 32596f3 - Browse repository at this point
Copy the full SHA 32596f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea48e2d - Browse repository at this point
Copy the full SHA ea48e2dView commit details
Commits on Mar 18, 2020
-
bug #36103 [DI] fix preloading script generation (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [DI] fix preloading script generation | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - (fabbot failure is a false positive) On master, we should work on being able to preload more classes (esp. all cache-warmup artifacts). But for 4.4, this is good enough. Submitted as a bug fix because 1. the current code that deals with preloading kinda-works, but only on "dev" mode... and 2. fixing it provides a nice boost! Small bench on a hello world: - before: 380 req/s - after: 580 req/s That's +50%! Pro-tip: adding a few `class_exists()` as done in this PR for the classes that are always used in the implementations (e.g. `new Foo()` in the constructor) will help the preload-script generator to work optimally. Without them, it will discover the symbols to preload only if they're found on methods. Some of those `class_exists()` are mandatory, in relation to anonymous classes and https://bugs.php.net/79349 Commits ------- a10fc4da5d [DI] fix preloading script generation
Configuration menu - View commit details
-
Copy full SHA for 4f613fd - Browse repository at this point
Copy the full SHA 4f613fdView commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d964f00 - Browse repository at this point
Copy the full SHA d964f00View commit details -
* 3.4: [Http Foundation] Fix clear cookie samesite [Security] Check if firewall is stateless before checking for session/previous session [Form] Support customized intl php.ini settings [Security] Remember me: allow to set the samesite cookie flag [Debug] fix for PHP 7.3.16+/7.4.4+ [Validator] Backport translations Prevent warning in proc_open()
Configuration menu - View commit details
-
Copy full SHA for dcf596a - Browse repository at this point
Copy the full SHA dcf596aView commit details
Loading
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 v4.4.5...v4.4.6