-
-
Notifications
You must be signed in to change notification settings - Fork 93
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/dependency-injection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 18 files changed
- 6 contributors
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6094d2c - Browse repository at this point
Copy the full SHA 6094d2cView commit details
Commits on Feb 10, 2025
-
[DependencyInjection] Fix cloned lazy services not sharing their depe…
…ndencies when dumped with PhpDumper
Configuration menu - View commit details
-
Copy full SHA for 3f58cc9 - Browse repository at this point
Copy the full SHA 3f58cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 495e951 - Browse repository at this point
Copy the full SHA 495e951View commit details -
bug #59713 [DependencyInjection] Do not preload functions (biozshock)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [DependencyInjection] Do not preload functions | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | License | MIT Ensure `preload.php` does not have functions in preloaded class names: ``` $ grep "current" var/cache/prod/App_KernelProdContainer.preload.php $classes[] = 'current'; ``` Happens because the DI declares a factory, which uses built-in `\current`: https://github.com/symfony/symfony/blob/v6.4.18/src/Symfony/Bundle/FrameworkBundle/Resources/config/http_client.php#L39 And then the "class" is added by https://github.com/symfony/symfony/blob/v6.4.18/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php#L2317 Similar to the #36866 Commits ------- b52b760dff2 [DependencyInjection] Do not preload functions
Configuration menu - View commit details
-
Copy full SHA for e066329 - Browse repository at this point
Copy the full SHA e066329View commit details
Commits on Feb 11, 2025
-
* 6.4: [WebProfilerBundle] Fix tests [Cache] Tests for Redis Replication with cache [BrowserKit] Fix submitting forms with empty file fields [WebProfilerBundle] Fix interception for non conventional redirects [DependencyInjection] Do not preload functions [DependencyInjection] Fix cloned lazy services not sharing their dependencies when dumped with PhpDumper [HttpClient] Fix activity tracking leading to negative timeout errors [Security] Return null instead of empty username to fix deprecation notice [DependencyInjection] Fix env default processor with scalar node
Configuration menu - View commit details
-
Copy full SHA for 7c31147 - Browse repository at this point
Copy the full SHA 7c31147View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e54b539 - Browse repository at this point
Copy the full SHA e54b539View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b343c3b - Browse repository at this point
Copy the full SHA b343c3bView commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2eba71f - Browse repository at this point
Copy the full SHA 2eba71fView commit details -
* 6.4: [DependencyInjection] Defer check for circular references instead of skipping them. [Validator] Synchronize IBAN formats
Configuration menu - View commit details
-
Copy full SHA for f0a1614 - Browse repository at this point
Copy the full SHA f0a1614View 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 v7.2.3...v7.2.4