Configuration File显示no value

Configuration File (php.ini) Path显示no value该咋解决,搞一下午了也没搞好,php目录也加入到path路径了

img

As for the “Configuration File (php.ini) Path”, the path to the file where php.ini is searched for by default is written here – this value is specified when compiling PHP, you do not need to worry about it.

That is, you need to pay attention only to the “Loaded Configuration File”, because if there is also “no value”, then it really means that the php.ini configuration file is not loaded and not used.

至于“配置文件(php.ini)路径”,这里写的是默认搜索php.ini的文件的路径

这个值是编译PHP时指定的,不用管它。

也就是只需要注意“加载的配置文件”,因为如果也有“没有值”,那就真的说明php.ini配置文件没有加载,没有被使用。


img