Search code examples
phpapachewampserverphp-8

How to set a proper Apache version for PHP 8


I have installed PHP version 8.0.8 and followed this tutorial to add the new PHP version in Wamp Server.

The tutorial says in wampserver.conf file, LoadModuleFile is php8apache2_4.dll. Except php8apache2_4.dll does not exist in my PHP 8 repository. Where can I find/download it ?


Solution

  • You have most likely not downloaded the thread safe version of PHP8. Credit to Kumar for the answer in this post