Blog

Applications,  Blog

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)…

Learn More
1 2 3 4 77 78 79 80 81 82 83 84 85 86 87

Follow us on LinkedIn for more insights.

Scroll to Top