You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
OS: Windows servercore 2022 ( on docker)
PHP: 8.4.2 (using source code), NTS, x64
MongoDB extension: 1.20.1 (Downloaded from pecl repository)
Steps:
I have successfully compiled the php-src along with some extensions (like redis, raphf) using the steps mentioned in this page(https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2).
Now, when I add the memcache(version: 8.2) extension by download the src code here. The configure command runs file but when I run nmake I get the following error:
Is there a way to resolve this issue? I am not able to find anything on the internet to fix this one.
Can anyone please help me why I am getting this issue and what can I do to resolve it?
PS: I have tried using the prebuild DLL file to help me run the extension but I am getting the error: PHP Startup: Unable to load dynamic library 'php_memcache.dll'. I think this might be because I configured the php with (--enable-debug) during build, I might be wrong. If there is a solution for this also please let me know, it would a huge help to me.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thank you very much for helping out, I checked out to the commit you have mentioned as I am using VS2022, it worked in my build. I am not sure when the next version is gonna release but once its released I'll update my script to use the release version.
Just one more thing, is there any solution for the error: PHP Startup: Unable to load dynamic library. I am getting this error if I use DLL files to add the extension. Is this issue happening because I am compiling the php in debug mode?
Environment
OS: Windows servercore 2022 ( on docker)
PHP: 8.4.2 (using source code), NTS, x64
MongoDB extension: 1.20.1 (Downloaded from pecl repository)
Steps:
I have successfully compiled the php-src along with some extensions (like redis, raphf) using the steps mentioned in this page(https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2).
Now, when I add the memcache(version: 8.2) extension by download the src code here. The configure command runs file but when I run nmake I get the following error:
Is there a way to resolve this issue? I am not able to find anything on the internet to fix this one.
Can anyone please help me why I am getting this issue and what can I do to resolve it?
PS: I have tried using the prebuild DLL file to help me run the extension but I am getting the error: PHP Startup: Unable to load dynamic library 'php_memcache.dll'. I think this might be because I configured the php with (--enable-debug) during build, I might be wrong. If there is a solution for this also please let me know, it would a huge help to me.
Thanks in advance.
The text was updated successfully, but these errors were encountered: