fpm: Show pool configuration file name in phpinfo()
オープン
@bukka がすでに取り組んでいます。
2023年5月5日 から。
Feature
SAPI: fpm
Status: Needs Triage
- 主要言語
- C
- スター
- 40.4k
- フォーク
- 8.2k
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 96
説明
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 ^^
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。