Commit 1d75746
committed
minor symfony#59322 [Runtime] removing the warning on incorrect
This PR was merged into the 7.2 branch.
Discussion
----------
[Runtime] removing the warning on incorrect `PHP_SAPI` value
As per the comments in the issue I'm proposing a change to remove the check on this specific point as it also in my opinion is not necessary.
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#58729
| License | MIT
As per the discussion in the referenced issue, hereby a proposal to remove the warning which occurs when running the symfony application using `symfony/runtime` against a PHP_SAPI other than in the allowed list.
Commits
-------
d7703b8 Removing the warning on incorrect PHP_SAPI valuePHP_SAPI value (dsdeboer)1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 163 | | |
168 | 164 | | |
169 | 165 | | |
| |||
0 commit comments