1

I can't install the php_mailparse properly in a Windows Server 2008 RS2. I have the error:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\v5.4\ext\php_mailparse-php-5.4.3-Win32-VC9-x86.dll' - The specified module could not be found.

But this file exist. Please see attached screenshot. enter image description here

Anyone can help? What could I try? Thanks.

manou
  • 61
  • 6

1 Answers1

1

The problem was related with the type of the DLL, we must use the Non Thread Safe one instead the Thread Safe.

manou
  • 61
  • 6