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.
これです :
スリープ(30); echo'テスト'; 死ぬ();
set_time_limit(300);ローカル (MAMP) では動作しますが、私のサーバー (Ubuntu、Apache ..) では動作しません。追加しようとしphpinfoました。max_execution_time = 300ブラウザーにまだエラー ページが表示されます (Firefox の「接続がリセットされました」)。
set_time_limit(300);
phpinfo
max_execution_time = 300
何か案が ?