Category Archives: Linux
How To Extend Max Execution Time in XAMPP
Extending Max Execution Time I recently ran into an issue when attempting a large database import on my local development environment. The error I received indicated that the import was hitting the max execution time. I fired up XAMPP’s control panel, edited my php.ini file to bump the max execution time up to 600 seconds,…