Sorry but that is just about it

Ihave tried many things

Thanks

phpinfo

I would like to split php.ini file into chunks of ini files E.G php.ini mysqli.ini

Leran using this Apache directive

PHPIniDir
有帮助吗?

解决方案

Split your php.ini as you wish, save it to some directory, then add to Apache config file:

SetEnv PHP_INI_SCAN_DIR d:\customdir

then, Apache will scan for all ini files in the directory d:\customdir and use them.

Or try php_value include_path "d:\custom" in your .htaccess.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top