Reputation: 699
For installing PHP Trader extension in my local WAMP 3.0.6 on Windows 10 Pro x64, I did the following steps:
extension=php_trader.dll
.PHP Warning: PHP Startup: Unable to load dynamic library
d:/wamp64/bin/php/php7.0.10/ext/php_trader.dll - The specified module could not be found.
in Unknown on line 0
I wonder what am I doing wrong here.
UPDATE
I downloaded the thread-safe x64 trader 0.4.0
DLL from https://pecl.php.net/package/trader/0.4.0/windows, and its now working.
Cheers
Upvotes: 5
Views: 2262
Reputation: 56341
As mentioned:
You might need to download Thread safe
version from https://pecl.php.net/package/trader
Click "DLL" under downloads column
select your PHP version
put the downloaded .dll file in wamp\bin\php\php7.X\ext
Left click on WAMP > PHP > PHP.ini > add this line:
extension=trader
Restart WAMP
Upvotes: 5