Mailparse in xampp php 7.2

0

I'm trying to install this extension (mailparse), I did the same steps to install other extensions, download it and then add it to the php / ext and then add it in my php.ini extension=mailparse , restart the apache and show me ..

PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse' (tried:

D:\xampp\php\ext\mailparse (No se puede encontrar el mdulo especificado. 

), D:\xampp\php\ext\php_mailparse.dll (No se puede encontrar el mdulo especificado. 

)) in Unknown on line 0 



Warning: PHP Startup: Unable to load dynamic library 'mailparse' (tried: D:\xampp\php\ext\mailparse (No se puede encontrar el mdulo especificado. 

), D:\xampp\php\ext\php_mailparse.dll (No se puede encontrar el mdulo especificado. 

)) in Unknown on line 0 

Download the extension of link

I also tried link

Does anyone know why this happens?

    
asked by cjamdeveloper 02.05.2018 в 15:37
source

1 answer

0

You may need another extension:

  

Mailparse requires the extension mbstring , and mbstring should   load before mail.

You can see it in link

    
answered by 04.10.2018 в 10:40