Jan Ehrhardt in php.qa (Tue, 05 Aug 2014 14:35:47 +0200): >"Anatol Belski" in php.qa (Tue, 5 Aug 2014 13:20:29 +0200): >>About SSL - in MINFO it's >>https://github.com/mongodb/mongo-php-driver/blob/master/php_mongo.c#L444 . >>Whereby HAVE_OPENSSL_EXT is defined to 0 when openssl is shared, which is >>always on Windows. I haven't looked further into the code, but if that >>macro is used for openssl availability checks in some functional parts, >>that'll surely exclude them when openssl is shared. > >I will try to recompile php_mongo.dll with some changes, also here: >https://github.com/mongodb/mongo-php-driver/blob/master/config.w32#L7
I changed the 2 instances of HAVE_OPENSSL_EXT into HAVE_OPENSSL: https://github.com/Jan-E/mongo-php-driver/commit/549762fb061576f9553e53be2f7ffc27902d9dab And I added the dependency on OpenSSL in the with-sasl part of config.w32: https://github.com/Jan-E/mongo-php-driver/commit/1cdd83882ea2f72b5603578b5d2eabcc53459e8f php-mongo.dll now claims to support SSL: https://phpdev.toolsforresearch.com/php-5.3.29RC1-nts-Win32-VC9-x86.zip I did not test this (by lack of a mongo db). Jan -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php