質問

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