Re: How to upgrade PHP version in XAMPP for Windows

"J.O. Aho" <[email protected]> Mon, 20 Feb 2023 20:27:00 +0100
Newsgroups comp.lang.php
Message-ID <[email protected]>
On 2/20/23 17:16, Murtaza Gandhi wrote:
> On 19-02-2023 18:10, J.O. Aho wrote:
>> On 2/19/23 07:53, Murtaza Gandhi wrote:
>>
>>> I would like to know an efficient method
>>> to upgrade PHP version in local XAMPP Windows
>>
>> I'm not a ms-windows user, but using a search engine, this page seems 
>> to be quite recent that describes in detail how to update and what 
>> config changes are needed if you switch major version
>>
>> https://www.coderchamp.com/update-php-in-xampp-and-composer/
>>
>>
> I have tried replacing PHP folder
> I wanted to update to PHP 7.2
> So replacing the folder was good enough.

It's good to see that you managed to solve the upgrade.
I would recommend you update to at least version 8.0, as all the 7.x 
versions are already end of life and there will not be any security 
updates of them, which means if they find a bug it will never be fixed 
and attackers may be taking over web sites.

EOL of 7.2 was in the end of 2020.
https://www.php.net/supported-versions.php

-- 
  //Aho