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 設定を上書きし、タイムアウト制限を低く設定するスクリプトがあります。
スクリプトよりも php.ini の値を優先する方法はありますか?
disable_functionsオプションを使用して、ini_set()関数を完全に無効にすることができます。しかし、そうでなければ、いいえ。.ini 設定で強制的に ini_set オーバーライドをオーバーライドすることはできません。
ini_set()