How to Update PHP 7.4 in Xampp
Let's start with updating php 7.4 in xampp
What you all need ?
Xampp ( Installed)
PHP version 7.4 complied file
#
Next Steps to follow
Step one click the link to get latest version of php
Select
VC15 x64 Non Thread Safe (2020-Nov-24 15:08:39)...
codemaster-1607019339774.hashnode.dev3 min read
Rineez Ahmed
Software development, Technical consultation, Mentoring Software Engineers
Please note: It is not recommended to use "Non Thread Safe" here, because you are showing how to configure PHP as an Apache module using the LoadModule directive. In Windows, apache uses mpm_winnt as the MPM module which uses multiple threads for concurrency. Therefore using thread safe PHP build is better in my opinion.