forked from brett19/php-couchbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package2.xml
236 lines (228 loc) · 8.07 KB
/
package2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<?xml version="1.0"?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
packagerversion="1.4.11" version="2.0"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>couchbase</name>
<channel>pecl.php.net</channel>
<summary>Couchbase Server PHP extension</summary>
<description>
The PHP client library provides fast access to documents stored in
a Couchbase Server.
</description>
<lead>
<name>Brett Lawson</name>
<user>brett19</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-01-05</date>
<version>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
</license>
<notes>
This is a patch update to the PHP 2.0 SDK.
Changes:
* PCBC-318: Fix append/prepend operations failing on new libcouchbase.
* PCBC-319: Correct segfault when using persist_to/replicate_to.
* Corrected typo in N1QL query interface.
</notes>
<contents>
<dir name="/">
<file role="doc" name="LICENSE"/>
<file role="doc" name="README.md"/>
<file role="src" name="config.m4"/>
<file role="src" name="config.w32"/>
<file role="src" name="bucket.c"/>
<file role="src" name="bucket.h"/>
<file role="src" name="cas.c"/>
<file role="src" name="cas.h"/>
<file role="src" name="cluster.c"/>
<file role="src" name="cluster.h"/>
<file role="src" name="couchbase.c"/>
<file role="src" name="couchbase.h"/>
<file role="src" name="datainfo.h"/>
<file role="src" name="exception.c"/>
<file role="src" name="exception.h"/>
<file role="src" name="metadoc.c"/>
<file role="src" name="metadoc.h"/>
<file role="src" name="paramparser.h"/>
<file role="src" name="php_couchbase.h"/>
<file role="src" name="phphelpers.h"/>
<file role="src" name="transcoding.c"/>
<file role="src" name="transcoding.h"/>
<file role="src" name="phpstubstr.h"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
</required>
<optional>
<package>
<name>igbinary</name>
<channel>pecl.php.net</channel>
<providesextension>igbinary</providesextension>
</package>
</optional>
</dependencies>
<providesextension>couchbase</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2014-04-28</date>
<version>
<release>2.0.0dp1</release>
<api>2.0.0dp1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
First developer preview release of 2.0 version of PHP client.
</notes>
</release>
<release>
<date>2014-06-24</date>
<version>
<release>2.0.0dp2</release>
<api>2.0.0dp2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
This is a minor update to the existing PHP 2.0 developer
preview.
New features in a nutshell:
* Cluster constructor now accepts a Couchbase Connection String.
* Support for cross-SDK compatible data-type flags.
* Client-side support for SSL connections.
</notes>
</release>
<release>
<date>2014-08-21</date>
<version>
<release>2.0.0beta</release>
<api>2.0.0beta</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
This is a minor update to the existing PHP 2.0 developer preview
2.
Changes:
* Added uncommited by stable management APIs.
* Made minor changes to various methods to allow easier use.
</notes>
</release>
<release>
<date>2014-09-16</date>
<version>
<release>2.0.0beta2</release>
<api>2.0.0beta2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
This is a minor update to the existing PHP 2.0 beta.
Changes:
* Added support for cross-sdk data storage/retrieval.
* Added method to debug generated view queries.
* Fixed numerous minor bugs since beta.
</notes>
</release>
<release>
<date>2014-09-19</date>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<notes>
This is the first GA release of the new 2.0 PHP SDK.
No changes since release 2.0.0beta2.
</notes>
</release>
<release>
<date>2014-11-04</date>
<version>
<release>2.0.1</release>
<api>2.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<notes>
This is a patch update to the PHP 2.0 SDK.
Changes:
* PCBC-303: Allow JSON decoding as associative array.
* Added missing append/prepend forwarders.
* Fixed various issues with query creation and execution.
* Corrected various build issues.
</notes>
</release>
<release>
<date>2014-12-02</date>
<version>
<release>2.0.2</release>
<api>2.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<notes>
This is a patch update to the PHP 2.0 SDK.
Changes:
* PCBC-310: Corrected segfault occuring in some cases when
running under Apache and IIS.
* Updated PHP script executer to provide accurate error
information in Exception stack traces.
* Refactored code base for better maintainability.
</notes>
</release>
<release>
<date>2015-01-05</date>
<version>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<notes>
This is a patch update to the PHP 2.0 SDK.
Changes:
* PCBC-318: Fix append/prepend operations failing on new libcouchbase.
* PCBC-319: Correct segfault when using persist_to/replicate_to.
* Corrected typo in N1QL query interface.
</notes>
</release>
</changelog>
</package>