Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Only update autoload_runtime.php when it changed #50656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 0 commits into from

Conversation

Seldaek
Copy link
Member

@Seldaek Seldaek commented Jun 14, 2023

Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #...
License MIT
Doc PR symfony/symfony-docs#...

The vendor dir should not be changed if not necessary as this typically gets executed during deployment processes where permissions may not be sufficient, and it can mess up docker caching layers if filemtime changes unnecessarily.

@fabpot
Copy link
Member

fabpot commented Jun 20, 2023

Thank you @Seldaek.

fabpot added a commit that referenced this pull request Jun 20, 2023
This PR was squashed before being merged into the 5.4 branch.

Discussion
----------

Only update autoload_runtime.php when it changed

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

The vendor dir should not be changed if not necessary as this typically gets executed during deployment processes where permissions may not be sufficient, and it can mess up docker caching layers if filemtime changes unnecessarily.

Commits
-------

ca53525 Only update autoload_runtime.php when it changed
@fabpot fabpot closed this Jun 20, 2023
This was referenced Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants