Downloads of the PHP SDK v2.0.3 for Windows are not working

The download links for the PHP SDK v2.0.3 for Windows are not working:

http://docs.couchbase.com/developer/php-2.0/download-links.html

Hey paulbrand,

The issue has been resolved. Let me know if there is any other issues you encounter.

Cheers, Brett

Thanks Brett!

Best, Paul

Hi Brett,

I am afraid that the .zips contain old compiled versions of the SDK. I tried this one: http://sdk-snapshots.couchbase.com/php/php_couchbase-2.0.3-5.5-nts-vc11-x86.zip

phpinfo() shows 2.0 for the Couchbase version.
Also, the CouchbaseViewQuery class is missing, I am getting this error:

Fatal error: Class 'CouchbaseViewQuery' not found in C:\inetpub\wwwroot\couchbase-test\web\test.php on line 6

The code used to test this:

<?php

error_reporting(E_ALL);
ini_set('display_errors', 1);

$query = CouchbaseViewQuery::from('chat', 'all');

Best regards, Paul

Hey Paul,

Looks like you are right and our PHP prebuilt binaries are all showing very old versions for the DLL (though the actual package and other contents are new). I will have to investigate our build routines, I will get back to you as soon as possible.

Cheers, Brett

Hey Paul,

Looks like the windows build system was being a little weird. I’ve updated the packages (same links) to include the newly generated binaries.

Cheers, Brett

Hi Brett,

Excellent, everything is working now. Thanks!

Best, Paul