0

I'm trying to run an anti-virus scan using PHP and it works fine, but when scanning large files > 1GB the command returns a partial results without the actual scan results. Which I assume is because the command execution timed out before the execution is complete because it takes a long time. is there a way to force the php to wait for the execution completion?

1 Answer 1

1

Checkout PHP's max_execution_time

http://php.net/manual/en/info.configuration.php#ini.max-execution-time

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.