php / php/php-src

fpm: Show pool configuration file name in phpinfo()

オープン
#11,075 コメント 0 件 リアクション 1 件 担当者 1 名 GitHub で見る

@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:

grafik

But this may be a little overkill ^^

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。