Commit 145abac
committed
feature symfony#61592 [Runtime] Expose the runtime class in
This PR was merged into the 7.4 branch.
Discussion
----------
[Runtime] Expose the runtime class in `$_SERVER['APP_RUNTIME']`
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | -
| License | MIT
Let's make this var consistently contain the runtime class.
Options were already make so in symfony#61522
Commits
-------
1f1bf89 [Runtime] Expose the runtime class in `$_SERVER['APP_RUNTIME']`$_SERVER['APP_RUNTIME'] (nicolas-grekas)File tree
2 files changed
+4
-2
lines changed- src/Symfony/Component/Runtime
- Internal
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments