Just wondering if the max execution time limit applies in the CLI?
I need to run some time consuming processes using CLI
aktar wrote:Just wondering if the max execution time limit applies in the CLI? I need to run some time consuming processes using CLI
Not unless set explicity. Otherwise, 0, which equates to something akin to eternity. 😉
Other php.ini settings that have different defaults in command line mode are html_errors, implicit_flush, and register_argv_argc.
Thanks Dale and WeedPacket