1. ホーム
  2. php

[解決済み] phpの実行タイムアウトを増やすには?

2022-05-15 02:10:45

質問

トランザクションのタイムアウトを長くする方法を教えてください。動画をアップロードしたいのですが、動画のサイズが大きくアップロードされません?

エラーが発生します The process *** exceeded the timeout of 60 seconds.

どのように解決するのですか?

php.iniのいくつかの設定を変更する必要があります。

upload_max_filesize = 2M 
;or whatever size you want

max_execution_time = 60
; also, higher if you must - sets the maximum time in seconds

PHP.iniがどこにあるかは、システム環境に応じて異なります。詳しくは http://php.net/manual/en/ini.list.php