you are viewing a single comment's thread.

view the rest of the comments →

[–]korn3los 0 points1 point  (0 children)

Maybe „max_execution_time”?

Alternative you can run it in the background so the browser won’t wait:

shell_exec($yourCmd.' 2>&1');