Domanda

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
È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top