First time post on Stackoverflow so be forgiving.
I'm trying to get Msgpack (https://windows.php.net/downloads/pecl/releases/msgpack/2.1.2/) to work on my Windows 10 laptop. I have PHP 8.1.9 , VC 19 TS
I've downloaded the correct TS version and placed the DLL file in C:\PHP8\EXT folder I've modified the php.ini file to include extension=php_msgpack.dll
No matter which TS version of Msgpack I always get the following error
PHP Warning: PHP Startup: Unable to load dynamic library 'php_msgpack.dll' (tried: ext\php_msgpack.dll (The specified module could not be found), ext\php_php_msgpack.dll.dll (The specified module could not be found)) in Unknown on line 0
I'd like to get some pointers to where I can start resolving this issue. I've checked other posts on SO but could not find any fitting solution.