Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
申し訳ありませんが、それだけです
私は多くのことを試みました
ありがとう
php.iniファイルをiniファイルのチャンクに分割したい EGphp.inimysqli.ini
このApacheディレクティブを使用するLeran
PHPIniDir
必要に応じて php.ini を分割し、ディレクトリに保存してから、Apache 構成ファイルに追加します。
SetEnv PHP_INI_SCAN_DIR d:\customdir
次に、Apache はiniディレクトリ内のすべてのファイルをスキャンしd:\customdirて使用します。
ini
d:\customdir
またはphp_value include_path "d:\custom"、あなたの.htaccess.
php_value include_path "d:\custom"
.htaccess