Xampp Control Panel V3.2.1 Php Version

How to update PHP version in XAMPP. Many web developers, especially beginners, have a common question: “How do I update my PHP version in XAMPP?” After receiving many questions about updating the PHP version, we decided to write a short and simple tutorial so that you can easily update the PHP version in XAMPP (Windows).

Xampp

In this tutorial we will show you how you can easily update your PHP version in XAMPP through 4 steps.

I installed the software in C: xampp folder. This folder contains all the sub folders including C: xampp php. I can start/stop Web Server using GUI for XAMPP Control Panel v3.2.1. The 'php.ini' file exists in C: xampp php folder. The version of PHP is 5.6.8. On the Control Panel, choose Add or Remove Programs. On the Add or Remove Programs panel, select the PHP version number area and click Change. The PHP Setup Wizard starts. On the Change, repair or remove installation panel, choose Change and click Next. On the Web Server Setup panel, choose the version of the Apache server - in.

XAMPP plays an important role for web developers. It is one of the most popular stacks that developers use to build websites on their own system for free. Working in localhost is a good practice to strengthen your web development skills. It is also common among WordPress developers.

Updating the PHP version in XAMPP is very simple. All you have to do is follow these 4 simple steps.

Recommended Article: How to update PHP version in XAMPP

Step 1: Download the latest PHP version

First, download the latest version of PHP via the link below:

Xampp control panel v3.2.4

Make sure you download the Thread Safe Zip file depending on your version of Windows. x86 for 32-bit and x64 for 64-bit. As you can see in the image below:

In the picture above you can see that I have downloaded VC15 x64 Thread Safe because my version of Windows is 64-bit.

Step 2: Extract the zip file and create a PHP folder

In this step, create a new folder on your Windows desktop and name it PHP. Then, extract the zip file into that new folder (ie PHP).

Step 3: Replace the new version of PHP instead of the old version

Next, go to the XAMPP folder on your computer and select the php folder. Then rename it to a name like php_5 and put the extracted new PHP folder in the XAMPP directory.

Xampp Control Panel 3.2.2

Step 4: Configure the Apache server

The next step is to configure the Apache server. To do this, you must open your XAMPP control panel. Then click on (httpd-xampp.conf) in the Apache section.

Xampp Control Panel V3.2.1 Php Version 10

An httpd-xampp.config file will open on your page. Next, in the PHP-Module settings, delete the old lines of code as in the image below and replace the new lines of code.

Xampp V3.2.4 Download

Old code:

New code:

Download Xampp Control Panel

Save the file and restart the XAMPP server. Done!

Also, see:

Dear user, we hope you would enjoy this tutorial, you can ask questions about this training in the comments section, or to solve other problems in the field of Eldernode training, refer to the Ask page section and raise your problem in it as soon as possible. Make time for other users and experts to answer your questions.

Xampp Control Panel V3.2.1 Php Version Code

Goodluck.