Commit 64dcc28
committed
Merge branch '6.3' into 6.4
* 6.3:
[Cache] Fix Redis6Proxy
[Finder] Disable failing test about open_basedir
Fix merge
Fix merge
[Notifier] Telegram Bridge add escaping for \
[Routing] Fix routing collection defaults when adding a new route to a collection
[Messenger] Fix cloned TraceableStack not unstacking the stack independently
[DependencyInjection] Fix autocasting null env values to empty string with container.env_var_processors_locator
[Cache] Fix support for Redis Sentinel using php-redis 6.0.0
[Notifier] Fix Smsmode HttpClient mandatory headers
minor #51693 Disable the dead code analysis in Psalm (stof)
Update the PR template
[SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config
[Translator] Fix support for `default_path` in XML
[FrameworkBundle] Handle tags array attributes in descriptors
[HttpClient] Fix TraceableResponse if response has no destruct method
[FrameworkBundle] Always use buildDir as `ConfigBuilderGenerator` outputDirFile tree
3 files changed
+54
-0
lines changed- Loader/Configurator
- Tests
- Fixtures
- Loader
3 files changed
+54
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
120 | 128 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
106 | 131 | | |
107 | 132 | | |
108 | 133 | | |
| |||
0 commit comments