PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\vendor\symfony\process\Pipes\WindowsPipes.php on line 140
问题 Error when i upload video more than 15MB using ajax and Laravel Its show me this error : PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\vendor\symfony\process\Pipes\WindowsPipes.php on line 140 I use Ffmpeg and Symfony/process the error in symfony windowsPipes.php in laravel So what is problem? 回答1: You can set max_execution_time in your php.ini: max_execution_time=300 Or, in your PHP code: ini_set('max_execution_time', 300); // 5 minutes Setting it to zero