Description
I'm trying to install mongodb php drive 1.3.3 with PHP 7.1 (VC14) ts x86
I've tried lots of version, the only version that worked to me is 1.3.0, the later versions didn't work well
Environment
PHP Version: 7.1.11 ThreadSafe x86 OS: Windows 10 Apache Version: 2.4.29 Working Version: https://pecl.php.net/package/mongodb/1.3.0/windows Not Working Versions: Newer than 1.3.0
More details
If I try to use newer version than 1.3.0, the mongodb is not loaded and the following warning is logged to apache:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Apache24\\PHP\\ext\\php_mongodb.dll' - The specified module could not be found.\r\n in Unknown on line 0
but if I try with 1.3.0, the mongodb php driver works well
Note Of course I'm choosing x86 ts from the mongodb download page
and even If I try nts or x64, the module will not load, and other message is logged to apache telling that I'm trying wrong version
该提问来源于开源项目:mongodb/mongo-php-driver