I am trying to run a PHP application on WAMP. The application uses mailparse. I have copied the php_mailparse.dll file into the PHP ext folder and added extension=php_mailparse.dll to php.ini
I am using PHP version 7.4.26, and have placed .dll in the ext folder for this version, and edited the .ini for this version. Have restarted WAMP and restarted PC. I used mailparse 3.1.2 downloaded from PECL but still mailparse is not recognised. Running windows 10 64 bit. Any idea what could be the cause of this issue?