[PCBC-166] make get() API consistent with 1.0.x Created: 16/Dec/12 Updated: 19/Dec/12 Resolved: 19/Dec/12 |
|
| Status: | Resolved |
| Project: | Couchbase PHP client library |
| Component/s: | library |
| Affects Version/s: | 1.1.0, 1.1.1 |
| Fix Version/s: | 1.1.2 |
| Security Level: | Public |
| Type: | Bug | Priority: | Critical |
| Reporter: | Matt Ingenthron | Assignee: | Trond Norbye |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Inadvertently, the API for get() changed between 1.0.x and 1.1.x. This has caused trouble for people upgrading from 1.0.x.
While the API change was somewhat intentional (it was thought that the callback wasn't used), the position of the callback and using null with it just to get to the CAS parameter has been a problem. We should undo at least this one change and aim for a an update as soon as possible. |
| Comments |
| Comment by Matt Ingenthron [ 16/Dec/12 ] |
| Note this forum thread: http://www.couchbase.com/forums/thread/cant-install-php-client-library-v-1-1 |