-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MsgPack TS non TS fail #167
Comments
I can't really help on Windows, but here are some hints anyway:
|
@m6w6 Thank you nonetheless for your response ! The filename is correct, and it is in the /ext folder. I would expect such a message when trying a non compatible dll for the specific OS and version , but this doesn't seem to be the case here. |
PS : when trying the latest PHP 8. version for Threadsafe X64 (which is my machine version of PHP) I get a dialogue error The procedure entry point zval_get_long_func@88 could not be located in the dynamic link library |
Not sure, but reading your initial comment again, I noticed you're running 8.1 and probably downloaded the extension for 8.0. Try the 8.1 from here: https://windows.php.net/downloads/pecl/releases/msgpack/2.2.0rc1/ |
😱 how could I have missed that .... walks the walk of shame Thanks so much !!!! 👍 |
Hello
I know this isn't a support forum but I'm at the end, can't seem to find a solution no matter what I try.
I've tried setting up MsgPack on my local machine (Windows 10 , PHP 8.1.9)
I've downloaded multiple versions of the DLL from https://pecl.php.net/package/msgpack/2.1.2/windows
But no matter which I try (TS, no-TS, x86 , x64 ...) I always get an error trying to execute a PHP script.
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
If there's anybody with a golden tip, I'd appreciate it soo much!
The text was updated successfully, but these errors were encountered: