fpm: Show pool configuration file name in phpinfo()
Offen
@bukka arbeitet bereits daran.
Seit 05.5.2023.
Feature
SAPI: fpm
Status: Needs Triage
- Vorherrschende Sprache
- C
- Sterne
- 40.4k
- Forks
- 8.1k
- Ø Merge
- 2 T. 13 Std.
- Gemergte PRs (30 T.)
- 96
Beschreibung
Description
If PHP is running per FPM several settings can be overwritten in the pool config file. For example
[www]
php_admin_value[memory_limit] = 512M
In complex architectures this sometimes make it harder to find out from which file the configuration comes from. The phpinfo() function lists all .ini files that were loaded. It would be nice if the fpm and the pool configuration file could be listed in the phpinfo, too. Maybe somewhere below the php-fpm paragraph.
Alternative
Even better would be to show from which file each settings comes from. For example like this:

But this may be a little overkill ^^
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.