Commit 2d2cbad
committed
bug #50656 Only update autoload_runtime.php when it changed (Seldaek)
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 changed1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| |||
0 commit comments