我在哪里可以找到标题为 'PHPIniDir' 的 PHP 指令?

Where I can find a PHP directive titled as 'PHPIniDir'?

我已经在 Windows 10[=35 我的机器 运行 上安装了 PHP 7.2.3 =] 使用最新的 XAMPP 安装程序。

所以,我是 运行 Apache/2.4.29 (Win32) OpenSSL/1.1.0g PHP/7.2.3

我从 PHP Manual

中看到以下行

SAPI module specific location (PHPIniDir directive in Apache 2, -c command line option in CGI and CLI, php_ini parameter in NSAPI, PHP_INI_PATH environment variable in THTTPD)

我检查了

的输出
<?php phpinfo(); ?>

但我在任何地方都找不到名为 PHPIniDir 的指令。

有人可以帮我找到 out/locating PHPIniDir 指令吗?

谢谢。

您要查找的值显示在加载的配置文件部分:

phpinfo() 没有详细说明每个设置的设置位置或方式,超出了 PHP 指令本身的 Local/Master 列。

正如您的引文所暗示的那样,PHPIniDir 是由 mod_php 模块提供的 Apache HTTP Server 指令(换句话说,PHPIniDir 不是 PHP 指令) 所以你在 Apache 配置文件:

中配置它