Category Archives: XAMPP
Add XAMPP’s PHP Execution Path to Environment Variables in Windows 10/11
What Are Environment Variables in Windows? Environment variables are dynamic objects on a computer that contain a value which is made accessible to Windows. Some examples might include your computer name, the location to store temporary files or the location of various executable installed programs. To see a comprehensive list of environment variables in Windows,…
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,…