UPDATE: I forgot to put libcouchbase.dll in with the dll’s, I placed it in the root of php folder (not the ext fiolder) its now showing up in phpinfo()…so my only remaining question is where does couchbase.ini go or what do I do with it?
I’ve installed php_couchbase-1.1.5-5.3-nts-vc9-x86.zip on a Windows 2008R2 64bit server, IIS 7.5, php 5.316 32 bit, and selected the memcached configuration.
I’ve placed the php_couchbase.dll in my php ext folder and updated php.ini with :
[Couchbase]
extension = php_couchbase.dll
The dll was downloaded from http://pecl.php.net/package/couchbase/1.1.5/windows 5.3 , Non Thread Safe (NTS) x86
I then restarted IIS and went to view phpinfo(). In phpinfo() I did not see any reference to couchbase or memcached. I tried placing couchbase.ini in my ext folder and php root folder and that didnt seem to help, still no reference to couchbase or memcached in phpinfo().
Should I not see something in phpinfo() referencing couchbase or memcached indicating php will be using it?
Did I choose the wrong installation, should I have choosen 64bit instead of 32 bit couchbase (I was thinking php was 32bit and would need couchbase to be 32bit?)
What should I be doing with couchbase.ini ?
Do I have the wrong dll’s?