This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
-
Update PHP Version in xampp (from 7.X to 8.X)
Determine which version, architecture and thread safety mode. Open a terminal window and type $ php -i|find “PHP Version” In my case php 8 is already installed and running so it gives me PHP Version => 8.1.6 $ php -i|find “Thread Safety” Thread Safety => enabled $ php -i|find “Architecture” Architecture => x64 But the…