"Anatol Belski" in php.pecl.dev (Tue, 22 Apr 2014 18:43:05 +0200):
>Hi Jan,
>
>On Tue, April 22, 2014 17:38, Jan Ehrhardt wrote:
>> I might be mistaken, but isn't the php_enchant.dll extension doing more
>> or less the same thing:
>
>No, all the deps provided for the core and PECL exts are linked with the
>same CRT corresponding to the PHP version.

https://github.com/winlibs/enchant/blob/master/src/aspell/aspell_provider.c#L458

Three options:
1. You have a (lib)aspell-15.dll, compiled with VC9 / VC11
2. You do not link/load (lib)aspell-15.dll
3. You link/load a GCC (lib)aspell-15.dll

Option 2?

Jan

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to