Kristin Luna

Kristin is a marketing consultant specializing in copywriting. When she isn't contemplating brilliant marketing campaigns, she's either working on her latest novel, teaching her cats sign language, or rounding out her handmade Jadzia Dax figurine collection.

PHP’s max_execution_time Different on Windows and Linux

On Windows, the PHP INI variable, “max_execution_time,” is the maximum clock time between when the PHP process starts and when it finishes. On Linux and OS X, the same variable represents the maximum CPU time that the PHP process can take.  CPU time is less than clock time because processes on Linux (and OS X)

PHP’s max_execution_time Different on Windows and Linux Learn More ❯

Scroll to Top