[PCBC-133] connection options needs updating in 1.1 docs Created: 08/Oct/12 Updated: 18/Feb/13 Resolved: 18/Feb/13 |
|
| Status: | Resolved |
| Project: | Couchbase PHP client library |
| Component/s: | None |
| Affects Version/s: | 1.1.0-dp4 |
| Fix Version/s: | 1.1.3 |
| Security Level: | Public |
| Type: | Bug | Priority: | Critical |
| Reporter: | Matt Ingenthron | Assignee: | MC Brown |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
For 1.0.5, we updated the connection options about redundant connections. We need to bring those changes over to the 1.1. documentation as well.
|
| Comments |
| Comment by Matt Ingenthron [ 08/Oct/12 ] |
|
Also, note the API docs says the API call to new Couchbase() is : new Couchbase($url, $username, $password [, $persistent ]) .... but it's actually, $url, $username,$password, $bucket, $persisten..
See: http://www.couchbase.com/docs/couchbase-sdk-php-1.1/api-reference-connection.html |
| Comment by Karen Zeller [ 15/Feb/13 ] |
| MC is handling updates to the C library as well as PHP library in metadocs. |
| Comment by MC Brown [ 18/Feb/13 ] |
| I've updated the API reference, narrative, and default options to show the correct values and connection options. I've also added the information on redundant connections and examples |