

Next up, search for extension=curland from here you can remove the semicolon for any extensions you’d like. This is the directory in which the PHP extensions such as cURL, FTP, and MySQL are located. Open the php.ini file and remove the semicolon from the extension_dir = "ext" setting. In the same folder, locate the php.ini-development file. Open the archive you’ve just downloaded and extract everything in this folder. I strongly advise you also use the same folder naming approach to make it easier for you later. I will name it php817 because it will contain PHP 8.1.7 version.

Once the download finishes, go to XAMPP folder and create a new PHP folder. If you download the wrong version, you may end up having problems with PHP and extensions. If you have Thread Safety enabled, then you should download the PHP version that does not contain NTS in its name.Īnd the opposite, if you have Non-Thread Safety enabled, you should download the version that contains NTS in its name.

Now search for Thread Safety and notice if you have it enabled or not. If you already have a working PHP file or a project, you can go to that script file or inside your public/index.php and use the phpinfo() function.

Most computers nowadays have a 64-bit operating system and based processor.īut if you are unsure about it, you can check out the About your PC section in Windows.Ĭoming back to Non-Thread Safe and Thread Safe versions.īefore downloading any versions, I would advise you to check if you have Thread Safety enabled in your current PHP installation.
