Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolved the undefined array key warnings you're seeing. The function now explicitly checks for the web server type and PHP SAPI, and includes these in the returned array. The isFpm key is a boolean that indicates whether PHP is running as FPM (FastCGI Process Manager) or not.
- Loading branch information