Quick question.
If I run a php script from the command-line (through a cron job, “php ./somwthing-sync.php”), am I still bounded to the php max_execution_time and memory_limit?
Thanks
Nathan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you look at the doc , its says
A 0 means unlimited. (If i am not wrong). As for memory_limit, the PHP command line will take the value that is defined in php.ini. This you can easily test and find out by writing code that “eats” memory and setting memory_limit to -1 in php.ini