Upgrading PHP for XAMPP on Windows
Been using XAMPP Portable on my Windows machine for some years now. Always a pain to upgrade the PHP version. Noting down the steps for future reference. Run phpinfo() and check Architecture (x86, x64) and Thread Safety (enabled, disabled). Go to https://windows.php.net/download and download the correct zip file for the new PHP version. You may …