Tag Archives: Windows
Export/Import IDE Settings in PhpStorm 2022.2.2
In this tutorial, we’re going to export our IDE settings in PhpStorm 2022.2.2 and import them on another machine also running PhpStorm. This will allow us to standardize code style scheme, database drivers, debugger, default font, editor colors, etc. on other PC’s that have PhpStorm installed. I’ll be illustrating how to export/import the PhpStorm IDE…
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,…