Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 87f5414

Browse files
committed
Update pecl package metadata
Change-Id: I00c449da556b6d4ffa2b8c9e75ccedeff60aed35 Reviewed-on: http://review.couchbase.org/29203 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
1 parent f3a8701 commit 87f5414

File tree

1 file changed

+48
-20
lines changed

1 file changed

+48
-20
lines changed

package.xml

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,34 +32,29 @@
3232
<email>jan@php.net</email>
3333
<active>no</active>
3434
</lead>
35-
<date>2013-05-08</date>
35+
<date>2013-09-26</date>
3636
<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>
3939
</version>
4040
<stability>
4141
<release>stable</release>
4242
<api>stable</api>
4343
</stability>
4444
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
4545
<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 &amp; 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
6358
</notes>
6459
<contents>
6560
<dir name="/">
@@ -69,6 +64,9 @@
6964
<file role="doc" name="README.md"/>
7065
<file role="doc" name="example/couchbase-api.php"/>
7166
<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"/>
7270
<file role="doc" name="fastlz/LICENSE"/>
7371
<file role="doc" name="package/README.md"/>
7472
<file role="src" name="apidecl.c"/>
@@ -141,6 +139,36 @@
141139
<providesextension>couchbase</providesextension>
142140
<extsrcrelease/>
143141
<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>
144172
<release>
145173
<stability>
146174
<release>devel</release>

0 commit comments

Comments
 (0)