My configuration is as follow
- PHP: 5.5 VC11 x86 ZTS
- Couchbase Server: 3.0.3
I tried using several version of extension from this link http://docs.couchbase.com/developer/php-2.0/download-links.html
But none of them are working. When I try using PHP 5.5 VC11 ZTS x86
extension, php_error.log shows no error but all PHP page don’t load. When I try php -m
, I get a message The instruction at 0xsome_val referenced memory at 0xsome_val. The memory could not be read
I cannot find any other log or helpful information. Note: when I tried using PHP SDK v1, it worked perfectly in one attempt and I could see it in php_info()