I want to install mailparse extension to php ( os is windows, php version 5.2). I use EasyPhp.
I copy php_mailparse.dll
to ext
folder, and add extension=php_mailparse.dll
to php.ini
file. But i get error
mail_parse.dll specified module couldn't be found.
What is wrong here?