Category Archives: Operating System

Add XAMPP's PHP Execution Path to Environment Variables in Windows 10/11

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

Read More

Comprehensive List of Environment Variables in Windows 10/11

Comprehensive List of Environment Variables in Windows 10/11

What Are Environment Variables in Windows? Environment variables store values with a corresponding variable name which are accessible by the user and/or the operating system. The name of the variable is contained within two percent sign characters (%) and is case-insensitive. The environment refers to the runtime in which a program is executed. Many environment…

Read More

How To Extend Max Execution Time in XAMPP

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

Read More