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 ファイルが含まれます。memory_limitorを増やすようにお願いしたいのmax_execution_timeですが、関連するすべてのphpファイルの上にini_setを配置する必要がありますか、それとも最初にロードされたphpファイルで十分ですか?
memory_limit
max_execution_time
ありがとうございました!
通常、これを指定する必要があるのは、ロードされた最初のファイル (通常はフロント コントローラー) だけです。