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 のスクリプトで問題が発生しています。
基本的に、最大 200 万の mysql クエリしか実行していないため、完了するまでに時間がかかりますが、完了する前にページに内部サーバー エラーが表示され続けます。
私はすでに含まれています:
ini_set('max_execution_time', 0);
したがって、これはPHPが原因ではないと信じています...
前もって感謝します。