سؤال

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