Skip to content
Advertisement

How to install PHP 8 on XAMPP

I’m trying to update my PHP version to the brand new PHP 8. I have followed simular steps as this tutorial. But now the following error is shown:

JavaScript

Notice: I have used a brand new XAMPP instalation version 7.2.33.

I can’t find the solution for my issue.

Edit It is saying that I need to look into the Log files hower they are completly empty since it’s a brand new installation.

This is my httpd-xampp.conf:

JavaScript

Advertisement

Answer

Rewriting php8_module to php_module (all occurrences) in

“httpd-xampp.conf” file solved the Error: Apache shutdown unexpectedly problem for me 🙂

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement