-
Notifications
You must be signed in to change notification settings - Fork 0
/
pq.json
354 lines (354 loc) · 18.2 KB
/
pq.json
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
{
"category": "Database",
"deprecated": false,
"description": "Documents: https://mdref.m6w6.name/pq\n\n Highlights:\n * Nearly complete support for asynchronous usage:\n https://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage\n * Extended type support by pg_type:\n https://mdref.m6w6.name/pq/Types/%3A%20Overview\n * Fetching simple multi-dimensional array maps:\n https://mdref.m6w6.name/pq/Result/map\n * Working Gateway implementation:\n https://mdref.m6w6.name/pq-gateway",
"latestReleaseDate": "2024-02-05T19:07:07+00:00",
"latestVersion": "2.2.3",
"license": "BSD-2-Clause",
"name": "pq",
"php8Mentioned": true,
"releases": {
"2.2.3": {
"version": "2.2.3",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2024-02-05T19:07:07+00:00",
"releaseNotes": "* Fix incompatible pointer types (32-bit) (see hg issue #52)",
"get": "https://pecl.php.net/get/pq-2.2.3",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.2.2": {
"version": "2.2.2",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2023-06-12T10:37:29+00:00",
"releaseNotes": "* Fix JSON coversion (see gh issue #47)",
"get": "https://pecl.php.net/get/pq-2.2.2",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.2.1": {
"version": "2.2.1",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2023-03-03T14:36:15+00:00",
"releaseNotes": "* Fixed PHP-8.2 compatibility (see gh issue #46)",
"get": "https://pecl.php.net/get/pq-2.2.1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.2.0": {
"version": "2.2.0",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2021-08-30T12:22:03+00:00",
"releaseNotes": "* Fixed PHP-8.1 compatibility (see gh issues #40 and #41)\n* Fixed asynchronous actions not cleared prior some synchronous actions\n* Added connection constants of PostgreSQL-10+ to pq\\Connection:\n CHECK_WRITABLE, CONSUME, and GSS_STARTUP\n* Added BYTEA unescaping support (see gh issue #38)",
"get": "https://pecl.php.net/get/pq-2.2.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.8": {
"version": "2.1.8",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2020-09-24T11:07:22+00:00",
"releaseNotes": "* Fix PHP-8.0 compatibility",
"get": "https://pecl.php.net/get/pq-2.1.8",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.7": {
"version": "2.1.7",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2020-02-07T07:10:42+00:00",
"releaseNotes": "* Fix PHP-7.4 compatibility",
"get": "https://pecl.php.net/get/pq-2.1.7",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.6": {
"version": "2.1.6",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2020-01-18T13:29:17+00:00",
"releaseNotes": "* Fix PgSQL-12 compatibility\n* Fix PHP-7.4 compatibility\n* Fix empty arrays parsing (Dmitry Simushev)",
"get": "https://pecl.php.net/get/pq-2.1.6",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.5": {
"version": "2.1.5",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2019-01-14T14:21:29+00:00",
"releaseNotes": "* Fix PHP-7.3 compatibility",
"get": "https://pecl.php.net/get/pq-2.1.5",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.4": {
"version": "2.1.4",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2018-06-26T08:06:41+00:00",
"releaseNotes": "* Fix gh-issue #30: pq\\Types is restricted to non-composite types",
"get": "http://pecl.php.net/get/pq-2.1.4",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.3": {
"version": "2.1.3",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2018-01-10T13:11:31+00:00",
"releaseNotes": "* Fix gh-issue #27: crash in pq\\Connection::escapeBytea()\n+ Update static pq\\Types with PostgreSQL-10 types",
"get": "http://pecl.php.net/get/pq-2.1.3",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.2": {
"version": "2.1.2",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2017-07-03T10:36:24+00:00",
"releaseNotes": "* Fix gh-issue #32: JSON compatibility with PHP-7.1\n* Fix pq\\DateTime::createFromFormat() prototype with PHP-7.2\n+ Update static pq\\Types with PostgreSQL-9.6 types",
"get": "http://pecl.php.net/get/pq-2.1.2",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.1": {
"version": "2.1.1",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-05-20T09:00:28+00:00",
"releaseNotes": "* Fix build with PostgreSQL < 9.3\n* Fix required PHP version in package.xml",
"get": "http://pecl.php.net/get/pq-2.1.1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.1.0": {
"version": "2.1.0",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-05-20T08:12:42+00:00",
"releaseNotes": "* Added public readonly array pq\\Result::$diag property, listing PQresultErrorField details (gh-issue #14)\n* Restore listeners and prepared statements after a connection reset (gh-issue #15)\n* Added pq\\Connection::$nonblocking and pq\\Connection::flush() to support non-blocking writes (gh-issue #16)",
"get": "http://pecl.php.net/get/pq-2.1.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.0.1": {
"version": "2.0.1",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-05-03T16:41:35+00:00",
"releaseNotes": "* Fix github issue #9 (execAsync - gets another result)",
"get": "http://pecl.php.net/get/pq-2.0.1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.0.0": {
"version": "2.0.0",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-01-21T10:37:23+00:00",
"releaseNotes": "* PHP 7 compatible release",
"get": "http://pecl.php.net/get/pq-2.0.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"2.0.0RC1": {
"version": "2.0.0RC1",
"state": "beta",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2015-12-07T08:26:22+00:00",
"releaseNotes": "* PHP 7 compatible release",
"get": "http://pecl.php.net/get/pq-2.0.0RC1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"1.1.1": {
"version": "1.1.1",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-05-20T08:59:51+00:00",
"releaseNotes": "* Fix build with PostgreSQL < 9.3",
"get": "http://pecl.php.net/get/pq-1.1.1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"1.1.0": {
"version": "1.1.0",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-05-20T08:08:50+00:00",
"releaseNotes": "* Added public readonly array pq\\Result::$diag property, listing PQresultErrorField details (gh-issue #14)\n* Restore listeners and prepared statements after a connection reset (gh-issue #15)\n* Added pq\\Connection::$nonblocking and pq\\Connection::flush() to support non-blocking writes (gh-issue #16)",
"get": "http://pecl.php.net/get/pq-1.1.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"1.0.1": {
"version": "1.0.1",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-05-03T16:40:38+00:00",
"releaseNotes": "* Fix github issue #9 (execAsync - gets another result)",
"get": "http://pecl.php.net/get/pq-1.0.1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"1.0.0": {
"version": "1.0.0",
"state": "stable",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2016-01-19T08:27:45+00:00",
"releaseNotes": "* Stable release for PHP 5.4 - 5.6",
"get": "http://pecl.php.net/get/pq-1.0.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"1.0.0RC1": {
"version": "1.0.0RC1",
"state": "beta",
"license": "BSD-2-Clause",
"releasedBy": "mike",
"releaseDate": "2015-12-07T08:18:29+00:00",
"releaseNotes": "* Stable release for PHP 5.4 - 5.6",
"get": "http://pecl.php.net/get/pq-1.0.0RC1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.6.0": {
"version": "0.6.0",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2015-09-05T13:15:47+00:00",
"releaseNotes": "* Fixed crash with result iterator when the iterator exists longer than the result\n* Fixed array parser compatibility with arrays of boxes \n+ Added pq\\Statement::deallocate{,Async}() and pq\\Statement::prepare{,Async}() methods\n+ Added pq\\Statement::$query and pq\\Statement::$types readonly properties\n+ Added pq\\Cursor::{open,close}Async() methods\n+ Added pq\\Cursor::$query and pq\\Cursor::$flags readonly properties\n\nChanges from RC1:\n* Fixed RTLD_LAZY compatibility with pecl/raphf\n* Simplified config.m4",
"get": "http://pecl.php.net/get/pq-0.6.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.6.0RC2": {
"version": "0.6.0RC2",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2015-07-28T08:22:16+00:00",
"releaseNotes": "* Fixed crash with result iterator when the iterator exists longer than the result\n* Fixed array parser compatibility with arrays of boxes \n+ Added pq\\Statement::deallocate{,Async}() and pq\\Statement::prepare{,Async}() methods\n+ Added pq\\Statement::$query and pq\\Statement::$types readonly properties\n+ Added pq\\Cursor::{open,close}Async() methods\n+ Added pq\\Cursor::$query and pq\\Cursor::$flags readonly properties\n\nChanges from RC1:\n* Fixed RTLD_LAZY compatibility with pecl/raphf\n* Simplified config.m4",
"get": "http://pecl.php.net/get/pq-0.6.0RC2",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.6.0RC1": {
"version": "0.6.0RC1",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2015-06-10T14:21:45+00:00",
"releaseNotes": "* Fixed crash with result iterator when the iterator exists longer than the result\n* Fixed array parser compatibility with arrays of boxes \n* Added pq\\Statement::deallocate{,Async}() and pq\\Statement::prepare{,Async}() methods\n* Added pq\\Statement::$query and pq\\Statement::$types readonly properties\n* Added pq\\Cursor::{open,close}Async() methods\n* Added pq\\Cursor::$query and pq\\Cursor::$flags readonly properties",
"get": "http://pecl.php.net/get/pq-0.6.0RC1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.5.5": {
"version": "0.5.5",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2014-10-23T07:07:26+00:00",
"releaseNotes": "- Re-add the default configureoption for the PEAR/PECL installer\n- Let JSON be decoded to arrays unless the fetch type is FETCH_OBJECT\n* Fix remaining build issues",
"get": "http://pecl.php.net/get/pq-0.5.5",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.5.4": {
"version": "0.5.4",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2014-10-23T04:18:11+00:00",
"releaseNotes": "* Fix build on MacOSX",
"get": "http://pecl.php.net/get/pq-0.5.4",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.5.3": {
"version": "0.5.3",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2014-10-23T03:57:26+00:00",
"releaseNotes": "+ Add PostgreSQL-9.4beta3 type OIDs\n* Fix JSON dep (Remi)\n* Fix build on MacOSX",
"get": "http://pecl.php.net/get/pq-0.5.3",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.5.2": {
"version": "0.5.2",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2014-10-17T03:56:35+00:00",
"releaseNotes": "* Support PostgreSQL 9.0 and up\n* Make JSON support optional",
"get": "http://pecl.php.net/get/pq-0.5.2",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.5.1": {
"version": "0.5.1",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2014-10-15T12:45:42+00:00",
"releaseNotes": "+ Fixed build with PostgreSQL <= 9.2",
"get": "http://pecl.php.net/get/pq-0.5.1",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.5.0": {
"version": "0.5.0",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2014-10-15T12:00:07+00:00",
"releaseNotes": "+ Published documentation at http://devel-m6w6.rhcloud.com/mdref/pq\n+ Added pq\\Connection::$params\n+ Added pq\\Connection::declare(), pq\\Connection::declareAsync() and pq\\Cursor\n+ Added pq\\Connection::unlisten() and pq\\Connection::off()\n+ Added pq\\Connection::$defaultFetchType, pq\\Connection::$defaultTransactionIsolation, \n pq\\Connection::$defaultTransactionReadonly and pq\\Connection::$defaultTransactionDeferrable\n+ Added pq\\Connection::$defaultAutoConvert and pq\\Result::$autoConvert\n+ Added pq\\Result::CONV_BOOL, pq\\Result::CONV_INT, pq\\Result::CONV_FLOAT, pq\\Result::CONV_SCALAR,\n pq\\Result::CONV_ARRAY, pq\\Result::CONV_DATETIME, pq\\Result::CONV_JSON and pq\\Result::CONV_ALL\n+ Always declare pq\\Types OID constants\n+ Added pq\\Result::fetchAllCols()\n- Reverse arguments of pq\\Result::fetchCol()\n- Attempt to access properties of objects that have not been initialized by its constructor will throw E_RECOVERABLE_ERROR\n- Renamed pq\\ConverterInterface to pq\\Converter\n- Added second argument \"$type\" to pq\\Converter::convertFromString() and pq\\Converter::convertToString() \n* Fixed wakeup of persistent connections to ping the server with an empty query and eventually reset the connection\n* Fixed possible invalid free and leak\n* Fixed a possible crash",
"get": "http://pecl.php.net/get/pq-0.5.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.4.0": {
"version": "0.4.0",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2013-05-15T02:19:02+00:00",
"releaseNotes": "* Added pq\\ConverterInterface and pq\\Connection::setConverter()\n* Added pq\\Result::desc() and fixed pq\\Statement::descAsync()\n* Added serializer for input array params",
"get": "http://pecl.php.net/get/pq-0.4.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.3.0": {
"version": "0.3.0",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2013-05-03T09:09:39+00:00",
"releaseNotes": "* Added parser for result arrays ('{{1,2},{3,4}}')",
"get": "http://pecl.php.net/get/pq-0.3.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.2.0": {
"version": "0.2.0",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2013-04-25T04:21:47+00:00",
"releaseNotes": "* Fixed pq\\Result::fetchCol()\n* Fixed type handling of boolean/double input parameters.\n* Added extented type handling of result parameters if PostgreSQL server headers are present.\n* Implemented get_properties() object handler.",
"get": "http://pecl.php.net/get/pq-0.2.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.1.0": {
"version": "0.1.0",
"state": "beta",
"license": "BSD, revised",
"releasedBy": "mike",
"releaseDate": "2013-03-22T09:49:30+00:00",
"releaseNotes": "* Initial release",
"get": "http://pecl.php.net/get/pq-0.1.0",
"SPDX-License-Identifier": "BSD-2-Clause"
}
},
"summary": "PostgreSQL client library (libpq) binding",
"SPDX-License-Identifier": "BSD-2-Clause"
}