网上找到一份关于Apache加载PHP.ini顺序的文档:

        (1) apache的httpd.conf中的PhpIniDir;

        (2) 注册表键值:HKEY_LOCAL_MACHINE->SOFTWARE->PHP->IniFilePath;

        (3) 环境变量%PHPRC%;

        (4) PHP5的根目录(For CLI),或者WWW的根目录(For SAPI moudles);

        (5) Windows目录(C:windows)

相关文章:

  • 2021-08-14
  • 2021-08-11
  • 2021-11-28
  • 2021-06-15
  • 2021-06-20
  • 2021-10-02
  • 2021-06-28
猜你喜欢
  • 2022-12-23
  • 2022-01-09
  • 2021-09-26
  • 2021-04-16
  • 2021-04-08
  • 2021-09-11
相关资源
相似解决方案