You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
minor #1072 Use PHP_SAPI instead of php_sapi_name() (javiereguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
Use PHP_SAPI instead of php_sapi_name()
In Symfony code we only use PHP_SAPI and https://secure.php.net/manual/en/function.php-sapi-name.php says:
> Note:
> The PHP constant PHP_SAPI has the same value as php_sapi_name().
Commits
-------
bdcf438 Use PHP_SAPI instead of php_sapi_name()
0 commit comments