Question

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
Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top