Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
抱歉,仅此而已
我尝试了很多东西
谢谢
我想将 php.ini 文件拆分成块 ini 文件 EG php.ini mysqli.ini
Leran 使用这个Apache 指令
PHPIniDir
根据需要拆分 php.ini,将其保存到某个目录,然后添加到 Apache 配置文件:
SetEnv PHP_INI_SCAN_DIR d:\customdir
然后,Apache 将扫描ini目录中的所有文件d:\customdir并使用它们。
ini
d:\customdir
或尝试php_value include_path "d:\custom"在您的.htaccess.
php_value include_path "d:\custom"
.htaccess