php client library for windows 7
Hello everybody. i'm new with couchbase and try to test it on the local pc.
And the quetion is
where can i find php client library for windows 7?
thanks beforehand.
Same problem here. I gave up trying to compile it on windows after running it through Mingw. Finally, I just setup a VirtualBox in Windows, put in CentOS 6, nginx, php-fpm and eventually php-couchbase sdk. My Couchbase runs on Windows. Some pointers:
1) When installing Couchbase on windows, the server binds on some weird IP address. Need to change that.
2) In order for php running in the VirtualBox to access Couchbase, it must treat it like a remote server. Since my laptop changes its IP address when I move around, I resort to use machine name - like 'machinename:8091'.
help! please!