|
32 | 32 | <email>jan@php.net</email>
|
33 | 33 | <active>no</active>
|
34 | 34 | </lead>
|
35 |
| - <date>2013-05-08</date> |
| 35 | + <date>2013-09-26</date> |
36 | 36 | <version>
|
37 |
| - <release>1.1.5</release> |
38 |
| - <api>1.1.4</api> |
| 37 | + <release>1.1.6</release> |
| 38 | + <api>1.1.6</api> |
39 | 39 | </version>
|
40 | 40 | <stability>
|
41 | 41 | <release>stable</release>
|
42 | 42 | <api>stable</api>
|
43 | 43 | </stability>
|
44 | 44 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
|
45 | 45 | <notes>
|
46 |
| - Same release as 1.1.4, fixed pecl package: |
47 |
| - - Don't check for JSON. It's part of the php core |
48 |
| - - Adjust parameter names in reflection to match couchbase-api.php |
49 |
| - - Prototype trying to get the thing working for PECL |
50 |
| - - Reset the error code between each request of a persistent connection |
51 |
| - - Report libcouchbase version in phpinfo |
52 |
| - - Remove gettimeofday implementation for win32 |
53 |
| - - PCBC-206: Prototype for configuration caching |
54 |
| - - Fixup memory allocation for URL path |
55 |
| - - PCBC-186: Add method to list all design docs |
56 |
| - - PCBC-178: Add support for connection_timeout |
57 |
| - - Update GetReplica test |
58 |
| - - PCBC-218: Detect invalid characters in CAS |
59 |
| - - Add bucket manipulation example |
60 |
| - - PCBC-172: Add design document examples |
61 |
| - - PCBC-191 Don't coredump for invalid argument |
62 |
| - - Update the list of supported PHP versions |
| 46 | + - Fixup observe test failure |
| 47 | + - Updated create function to include error message with lcb_create failures. |
| 48 | + - PCBC-226 Use HTTP POST if "keys" are specified |
| 49 | + - PCBC-246 Add support for LCB_CNTL_SKIP_CONFIGURATION_ERRORS_ON_CONNECT |
| 50 | + - PCBC-240: Fixup API descr of return value for touch |
| 51 | + - PCBC-241: Fix compile warnings |
| 52 | + - Added example of a Client wrapper for complete & partial updates |
| 53 | + - Updated support for getReplica |
| 54 | + - PCBC-236: Throw exceptions from constructor |
| 55 | + - PCBC-229: Fix --with-couchbase help text |
| 56 | + - PCBC-231: Remove obsolete version string |
| 57 | + - PCBC-228: Preserve extra error information |
63 | 58 | </notes>
|
64 | 59 | <contents>
|
65 | 60 | <dir name="/">
|
|
69 | 64 | <file role="doc" name="README.md"/>
|
70 | 65 | <file role="doc" name="example/couchbase-api.php"/>
|
71 | 66 | <file role="doc" name="example/couchbase.ini"/>
|
| 67 | + <file role="doc" name="example/CouchbaseUpdate.php"/> |
| 68 | + <file role="doc" name="example/CouchbaseUpdateExample.php"/> |
| 69 | + <file role="doc" name="example/view.php"/> |
72 | 70 | <file role="doc" name="fastlz/LICENSE"/>
|
73 | 71 | <file role="doc" name="package/README.md"/>
|
74 | 72 | <file role="src" name="apidecl.c"/>
|
|
141 | 139 | <providesextension>couchbase</providesextension>
|
142 | 140 | <extsrcrelease/>
|
143 | 141 | <changelog>
|
| 142 | + <release> |
| 143 | + <stability> |
| 144 | + <release>stable</release> |
| 145 | + <api>stable</api> |
| 146 | + </stability> |
| 147 | + <version> |
| 148 | + <release>1.1.5</release> |
| 149 | + <api>1.1.4</api> |
| 150 | + </version> |
| 151 | + <date>2013-05-08</date> |
| 152 | + <notes> |
| 153 | + Same release as 1.1.4, fixed pecl package: |
| 154 | + - Don't check for JSON. It's part of the php core |
| 155 | + - Adjust parameter names in reflection to match couchbase-api.php |
| 156 | + - Experimenting with PECL integration |
| 157 | + - Reset the error code between each request of a persistent connection |
| 158 | + - Report libcouchbase version in phpinfo |
| 159 | + - Remove gettimeofday implementation for win32 |
| 160 | + - PCBC-206: Prototype for configuration caching |
| 161 | + - Fixup memory allocation for URL path |
| 162 | + - PCBC-186: Add method to list all design docs |
| 163 | + - PCBC-178: Add support for connection_timeout |
| 164 | + - Update GetReplica test |
| 165 | + - PCBC-218: Detect invalid characters in CAS |
| 166 | + - Add bucket manipulation example |
| 167 | + - PCBC-172: Add design document examples |
| 168 | + - PCBC-191 Don't coredump for invalid argument |
| 169 | + - Update the list of supported PHP versions |
| 170 | + </notes> |
| 171 | + </release> |
144 | 172 | <release>
|
145 | 173 | <stability>
|
146 | 174 | <release>devel</release>
|
|
0 commit comments