Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.0
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
with new Couchbase("http://server:port/bucket") you have no way of specifying that you don't want a persistent connection. You can do so with new Couchbase($server, $user, $pass, $bucket, $persistent), but it'd be nice to allow new Couchbase($url[, persistent = true]);
I will work on it soon..
thanks :)