4

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 ?

lharry
  • 135
  • 1
  • 3
  • 16
  • If you have WAMPServer 3 then you can download SIMPLE Addons for all versions of Apache/PHP/MySQL/mariaDB from Sourceforge or better still [the backup repo which is much easier to navigate](https://wampserver.aviatechno.net/?lang=en) – RiggsFolly Jul 30 '21 at 15:31

1 Answers1

5

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

  • 1
    It's the thread safe version. I have tried downloading again and still, the `php8apache2_4.dll` file doesn't exist. – lharry Jul 27 '21 at 19:50
  • 1
    @lharry was it VS16 x64 Thread Safe (2021-Jun-29 16:38:40)? That zip file includes php8apache2_4.dll https://windows.php.net/downloads/releases/php-8.0.8-Win32-vs16-x64.zip – Josiah McCracken Jul 27 '21 at 19:55
  • 1
    You're right. This zip contains the `php8apache2_4.dll` file. Thanks. – lharry Jul 28 '21 at 09:22