Categories
How to set the time to execute a php script when installing a PHP package?
apt-get install -y php7.0-cliWith this command I install PHP on the server. Is it possible to immediately set a timeout for script execution?
apt-get install -y php7.0-cli
Answer the question
In order to leave comments, you need to log in
no way: the execution time in cli-mode can be limited only in the script itself or by system tools, but not by puff settings.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question