-
Notifications
You must be signed in to change notification settings - Fork 0
/
ibm_db2.json
614 lines (614 loc) · 32.5 KB
/
ibm_db2.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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
{
"category": "Database",
"deprecated": false,
"description": "ibm_db2 provides access to DB2 and compatible databases on PHP.\n It uses a procedural interface. (PDO users should use PDO_IBM instead.)\n \n The following software is supported without any additional licenses:\n - IBM Db2 (Linux/Unix/Windows)\n - IBM Db2 for i (running on IBM i)\n - Apache Derby\n \n The following software may require additional licenses on the database:\n - IBM Db2 Connect for i (for using Db2 for i from LUW)\n - IBM Db2 Connect for z (for using Db2 for z from LUW)\n \n Note that for IBM i, IBM and Seiden Group recommend new applications use ODBC instead.",
"latestReleaseDate": "2024-11-01T15:47:33+00:00",
"latestVersion": "2.2.2",
"license": "Apache License 2.0",
"name": "ibm_db2",
"php8Mentioned": true,
"releases": {
"2.2.2": {
"version": "2.2.2",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2024-11-01T15:47:33+00:00",
"releaseNotes": "- Support for PHP 8.4\n- Update header version",
"get": "https://pecl.php.net/get/ibm_db2-2.2.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.2.0": {
"version": "2.2.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2023-11-15T20:19:44+00:00",
"releaseNotes": "- Support for PHP 8.3\n- Support for boolean data type (IBM i 7.5, Db2/LUW 9.6)\n- Passwords and connection strings are marked as sensitive parameters\n- Build system improvements for finding driver library\n- CI and test suite improvements",
"get": "https://pecl.php.net/get/ibm_db2-2.2.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.1.7": {
"version": "2.1.7",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2022-09-01T17:57:11+00:00",
"releaseNotes": "Corrects a packaging mistake in 2.1.6.",
"get": "https://pecl.php.net/get/ibm_db2-2.1.7",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.1.6": {
"version": "2.1.6",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2022-08-25T02:58:36+00:00",
"releaseNotes": "* 2022-08-24: 2.1.6\n- Allows fetching the current naming mode with db2_get_option on IBM i.\n- Uses the password (obfuscated in memory) as part of the persistent resource hash key. This means the password must be the same to reuse a persistent connection.\n- Fixes build issues with 64-bit Windows.\n- Fixes crashes with level 4 i5_check_pconnect.\n- Cleans up CI for modern IBM i and PHP 8.1.",
"get": "https://pecl.php.net/get/ibm_db2-2.1.6",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.1.5": {
"version": "2.1.5",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2021-10-04T00:24:07+00:00",
"releaseNotes": "* 2021-09-30: 2.1.5\n- Use the new persistent resource API introduced in 7.3 (PHP 7.3 is new minreq)\n- Fix truncation issues in db2_result\n- Fix typo with character trim\n- Fix issues with trim returning empty string if it should only return one char\n- Fix leaks with various functions (result, get_option, escape_string, etc.)\n- Fix build issue with ulong on some platforms",
"get": "https://pecl.php.net/get/ibm_db2-2.1.5",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.1.3": {
"version": "2.1.3",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2021-03-10T21:56:50+00:00",
"releaseNotes": "* 2021-03-10: 2.1.3\n- Report failures in SQLGetDiagRec. This should warn on many silent errors.\n- Workaround issue with using SQLGetSubString with a large buffer on a DBCLOB\n with locator by trimming from first instead of last null byte.\n- Workaround bug in SQL/CLI caused by unknown PTF, which causes a buffer\n overflow with SQLGetData on char-like values. The PTF causing the regression\n is unidentified, but workaround PTFs seem to exist, including SI75759. The\n workaround will likely be kept until most no longer have the defective PTF.",
"get": "https://pecl.php.net/get/ibm_db2-2.1.3",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.1.2": {
"version": "2.1.2",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2020-12-22T16:17:07+00:00",
"releaseNotes": "* 2020-12-22: 2.1.2\n- Fix memory leaks\n- Remove PHP 5 compatibility stubs and ifdefs\n- Fix compile warnings\n- Use PHP 8 arginfo generator, with generated fallbacks for PHP 7",
"get": "https://pecl.php.net/get/ibm_db2-2.1.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.1.1": {
"version": "2.1.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2020-12-02T17:34:05+00:00",
"releaseNotes": "* 2020-12-02: 2.1.1\n- Fix build regression on LUW with db2_execute_many",
"get": "https://pecl.php.net/get/ibm_db2-2.1.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.1.0": {
"version": "2.1.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "theprez",
"releaseDate": "2020-11-30T22:51:56+00:00",
"releaseNotes": "* 2020-11-30: 2.1.0\n- Compatibility with PHP 8\n- Fix compatibility with 64-bit PASE/modern IBM i (sqlcli-dev package, pointer/integer width mismatch, XMLSERVICE location, etc)\n- Backport character trim from Zend Server\n- Major improvements to test suite (fix broken tests, less hardcoding)\n- Handle CCSID 65535 on IBM i\n- Fix warnings (returning void from non-void, etc)",
"get": "https://pecl.php.net/get/ibm_db2-2.1.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.8": {
"version": "2.0.8",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2019-04-15T11:20:54+00:00",
"releaseNotes": "Fixed Crash in windows with PHP 7",
"get": "https://pecl.php.net/get/ibm_db2-2.0.8",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.7": {
"version": "2.0.7",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2019-04-01T15:36:25+00:00",
"releaseNotes": "Added PHP 7.3 Support.",
"get": "https://pecl.php.net/get/ibm_db2-2.0.7",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.6": {
"version": "2.0.6",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2018-06-18T10:55:41+00:00",
"releaseNotes": "Fixed crash while in windows.",
"get": "http://pecl.php.net/get/ibm_db2-2.0.6",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.5": {
"version": "2.0.5",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2018-03-27T06:07:44+00:00",
"releaseNotes": "Fixed config.m4 file which messed up in last release.",
"get": "http://pecl.php.net/get/ibm_db2-2.0.5",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.4": {
"version": "2.0.4",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2018-03-26T12:14:03+00:00",
"releaseNotes": "Added support for PHP 7.2",
"get": "http://pecl.php.net/get/ibm_db2-2.0.4",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.3": {
"version": "2.0.3",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2018-03-26T11:01:57+00:00",
"releaseNotes": "Added support for PHP 7.2",
"get": "http://pecl.php.net/get/ibm_db2-2.0.3",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.2": {
"version": "2.0.2",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2017-11-21T06:39:47+00:00",
"releaseNotes": "Fixed memory leak stored procedure i/o param both IBM i and LUW.\nCustomer request abandon 'executing' persistent connection for IBM i",
"get": "http://pecl.php.net/get/ibm_db2-2.0.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.1": {
"version": "2.0.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2017-10-13T10:32:08+00:00",
"releaseNotes": "Fixed : signal 11 in db2_pconnect\nFixed : Security flaw with using user and password for hashing in db2_pconnect.\nFxied : Local scope bound values in a class are not used\nFixed : Compilation issue of PHP-5.6 in windows.",
"get": "http://pecl.php.net/get/ibm_db2-2.0.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"2.0.0": {
"version": "2.0.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2017-09-21T13:06:50+00:00",
"releaseNotes": "Fixed : signal 11 in db2_pconnect\nFixed : Security flaw with using user and password for hashing in db2_pconnect.\nFxied : Local scope bound values in a class are not used",
"get": "http://pecl.php.net/get/ibm_db2-2.0.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.9": {
"version": "1.9.9",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2016-04-28T11:32:18+00:00",
"releaseNotes": "Enhanced: Added PHP 7 support and fixed linking error.",
"get": "http://pecl.php.net/get/ibm_db2-1.9.9",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.8": {
"version": "1.9.8",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "vnkbabu",
"releaseDate": "2016-04-27T11:48:10+00:00",
"releaseNotes": "Enhanced: Added PHP 7 support.",
"get": "http://pecl.php.net/get/ibm_db2-1.9.8",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.7": {
"version": "1.9.7",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "rahulpriyadarshi",
"releaseDate": "2015-05-24T18:47:25+00:00",
"releaseNotes": "Enhanced: Code refactoring to enhance maintainability of code\nRemoved: IBM i V5R4 is no longer supported\nRemoved: unsupported test cases of V5 removed",
"get": "http://pecl.php.net/get/ibm_db2-1.9.7",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.6": {
"version": "1.9.6",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "rahulpriyadarshi",
"releaseDate": "2014-07-23T05:19:07+00:00",
"releaseNotes": "Fixed: Fetching of mixed character data when the application code page different from database code page\nFixed: db2-bind-param with INOUT LOB parameters\nEnhanced: Enable iSeries system naming mode from LUW to iSeries\nEnhanced: Clear global error state at end of request",
"get": "http://pecl.php.net/get/ibm_db2-1.9.6",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.5": {
"version": "1.9.5",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "rahulpriyadarshi",
"releaseDate": "2012-11-16T05:25:29+00:00",
"releaseNotes": "Fixed: Segfault due to INTERNED strings in PHP-5.4.x\nEnhanced: execute_many API to accept NULL mixed with other values.",
"get": "http://pecl.php.net/get/ibm_db2-1.9.5",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.4": {
"version": "1.9.4",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "rahulpriyadarshi",
"releaseDate": "2012-10-08T08:04:56+00:00",
"releaseNotes": "Fixed: DB2 PHP driver does not work as expected with values in BIGINT column\nAdded: test case test_bigint.phpt for BIGINT datatype\nFixed: Persistent connections takes up to 1 hour to reconnect on db2 TSA HA failover\nFIxed: Fixed: Allow trial license to connect ZOS/i5\nAdded a environment variable IBM_DB_HOME to make the installation process easy and config script will automatically detect the architecure for which PHP is built and accordingly use the libraries under lib32/lib64.",
"get": "http://pecl.php.net/get/ibm_db2-1.9.4",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.3": {
"version": "1.9.3",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "rahulpriyadarshi",
"releaseDate": "2012-03-12T01:03:19+00:00",
"releaseNotes": "Fixed: Garbage value for VARCHAR type OUT variable of stored-procedure\nFixed: Compilation error with php-5.4.x\ni5/OS: Remove compile errors during IBM i compiles due to chaining support\ni5/OS: Allow use of V6+ (SQL_ATTR_INFO_ACCTSTR, SQL_ATTR_INFO_APPLNAME, SQL_ATTR_INFO_PROGRAMID, SQL_ATTR_INFO_USERID, SQL_ATTR_INFO_WRKSTNNAME connection attributes)",
"get": "http://pecl.php.net/get/ibm_db2-1.9.3",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.2": {
"version": "1.9.2",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2011-08-24T05:33:52+00:00",
"releaseNotes": "Added execute_many() API to execute batch.\nFixed: Connection hanging issue.\nFixed: Defect #20281 (Improve error reporting)",
"get": "http://pecl.php.net/get/ibm_db2-1.9.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.1": {
"version": "1.9.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2010-11-08T08:45:33+00:00",
"releaseNotes": "Fix for db2_statistics (Failing with pconnect).",
"get": "http://pecl.php.net/get/ibm_db2-1.9.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.0": {
"version": "1.9.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2010-09-07T09:05:15+00:00",
"releaseNotes": "Fix for BIGINT fix for i5.\nFix for autocommit issue (CLI setting is now handled).\nFix for db2_pconnect connection reset issue.\nFix for connection rollback in db2_pconnect at the end of request.",
"get": "http://pecl.php.net/get/ibm_db2-1.9.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.8.4": {
"version": "1.8.4",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2010-03-31T08:05:26+00:00",
"releaseNotes": "Adding support for query time out.\nFixing problem with DATE/TIME datatype.\ni5/OS Add new attribute DB2_I5_JOB_SORT_ON/OFF (php.ini ibm_db2.i5_job_sort).\ni5/OS Fix BIGINT string type to help with larger values.\ni5/OS Fix \"early\" terminate fetch loops due to CLOB/BLOB zero length.\ni5/OS Fix db2_pclose() to allow reset persistent connections.",
"get": "http://pecl.php.net/get/ibm_db2-1.8.4",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.8.3": {
"version": "1.8.3",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2009-12-24T02:56:19+00:00",
"releaseNotes": "Fixed 14347: ibm_db2 1.6.6 fails to compile (still a problem w/ 1.8.2).\nFixed 16257: db2_execute() Segfault on an empty string as a bind parameter. \nFixed: GRAPHIC, VARGRAPHIC Data type error.",
"get": "http://pecl.php.net/get/ibm_db2-1.8.3",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.8.2": {
"version": "1.8.2",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2009-03-09T07:05:07+00:00",
"releaseNotes": "Fixed 15601: Adding Real Datatype support.",
"get": "http://pecl.php.net/get/ibm_db2-1.8.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.8.1": {
"version": "1.8.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2009-02-09T05:34:59+00:00",
"releaseNotes": "Adding Mac OS support.\nAdding DecFloat Datatype support.\nUpdating test case names.",
"get": "http://pecl.php.net/get/ibm_db2-1.8.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.8.0": {
"version": "1.8.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2008-12-11T13:46:46+00:00",
"releaseNotes": "Adding SQLRowCount feature.",
"get": "http://pecl.php.net/get/ibm_db2-1.8.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.7.1": {
"version": "1.7.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "ambrish",
"releaseDate": "2008-11-10T03:16:24+00:00",
"releaseNotes": "Added last insert ID feature.",
"get": "http://pecl.php.net/get/ibm_db2-1.7.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.7.0": {
"version": "1.7.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2008-08-12T02:46:29+00:00",
"releaseNotes": "Add trusted context support.\nBug 13185 - Updating wrong row (fixed).\nBug related to special character fixed.",
"get": "http://pecl.php.net/get/ibm_db2-1.7.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.6.6": {
"version": "1.6.6",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2008-06-02T13:59:25+00:00",
"releaseNotes": "Fixing defects in test cases.\nBug in zero length string has been fixed.",
"get": "http://pecl.php.net/get/ibm_db2-1.6.6",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.6.5": {
"version": "1.6.5",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2007-11-21T13:17:23+00:00",
"releaseNotes": "Updating the module version.",
"get": "http://pecl.php.net/get/ibm_db2-1.6.5",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.6.4": {
"version": "1.6.4",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2007-11-20T20:32:00+00:00",
"releaseNotes": "Fixed db2_escape_string() to correct escaping characters.\nFixed segmentation fault caused by XML output parameters when calling stored procedures.\nFacilitated a convenience override of db2_connect to invoke db2_pconnect for i5/OS, without needing to change PHP app code.\nAdded environment options so that the user can specify whether to use lib64 or lib32 directory.",
"get": "http://pecl.php.net/get/ibm_db2-1.6.4",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.6.3": {
"version": "1.6.3",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2007-09-05T16:29:06+00:00",
"releaseNotes": "Fixed bug -- db2_tables() was failing on i5/OS",
"get": "http://pecl.php.net/get/ibm_db2-1.6.3",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.6.2": {
"version": "1.6.2",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2007-06-20T13:27:52+00:00",
"releaseNotes": "Fixed bug -- db2_fetch_assoc() of BLOB columns",
"get": "http://pecl.php.net/get/ibm_db2-1.6.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.6.1": {
"version": "1.6.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2007-06-13T15:34:03+00:00",
"releaseNotes": "Several fixes for i5 support\nFixing db2_bind_param for a clean exit.\nFix for Pecl bug 10353 and adding deferred prepare statement option",
"get": "http://pecl.php.net/get/ibm_db2-1.6.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.6.0": {
"version": "1.6.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2007-02-12T15:04:32+00:00",
"releaseNotes": "Fixed bug #9217 (ability to stream LOB elements)\nFixed bug #7882 (escape string functionality added)\nFixed bug #9870 (fix for db2_result LOB defect)\nFix for LOB binding defects",
"get": "http://pecl.php.net/get/ibm_db2-1.6.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.5.1": {
"version": "1.5.1",
"state": "beta",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2006-09-08T17:40:42+00:00",
"releaseNotes": "Major peformance increase for iSeries\nBug fix for binding two parameters out of order\nOptions fix for setting cursor to scrollable\nFix for db2_free_result segfault",
"get": "http://pecl.php.net/get/ibm_db2-1.5.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.5.0": {
"version": "1.5.0",
"state": "alpha",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2006-08-30T12:05:12+00:00",
"releaseNotes": "Greater iSeries support\nFix for setting AUTOCOMMIT in Linux/Windows\nStored procedure with INOUT/IN paramters segfault fix\nAddition of more tests to the test suite",
"get": "http://pecl.php.net/get/ibm_db2-1.5.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.4.10": {
"version": "1.4.10",
"state": "alpha",
"license": "Apache License 2.0",
"releasedBy": "kraman",
"releaseDate": "2006-07-24T09:55:27+00:00",
"releaseNotes": "Fix for memory leak on failed connection attempt and failed statement execution",
"get": "http://pecl.php.net/get/ibm_db2-1.4.10",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.4.9": {
"version": "1.4.9",
"state": "alpha",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2006-06-21T11:31:25+00:00",
"releaseNotes": "iSeries support added\nLOB functionality modified to use LOB locaters\nXML functionality for Viper modified\nMultiple memory leak fixes\nFix for stored procedures\nModified db2_exec functionality to improve performance",
"get": "http://pecl.php.net/get/ibm_db2-1.4.9",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.2.3": {
"version": "1.2.3",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2006-06-13T16:59:41+00:00",
"releaseNotes": "XML functionality for Viper modified\nMultiple memory leak fixes\nFix for stored procedures\nModified db2_exec functionality to improve performance",
"get": "http://pecl.php.net/get/ibm_db2-1.2.3",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.2.2": {
"version": "1.2.2",
"state": "alpha",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2006-05-24T12:54:42+00:00",
"releaseNotes": "XML functionality for Viper modified\nMultiple memory leak fixes\nFix for stored procedures\nModified db2_exec functionality to improve performance",
"get": "http://pecl.php.net/get/ibm_db2-1.2.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.2.1": {
"version": "1.2.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2006-04-05T14:56:01+00:00",
"releaseNotes": "Use strlcpy() rather than strncpy() to comply with PECL standards.\nStricter type-matching, initialize all allocated memory.\nImprove unit test implementation.\nEnable SUCCESS_WITH_INFO to return results successfully (bug 6561).\nHandle null characters within SQL values (bug 6572).\nAvoid appending a null character to CLOB values (bug 6755).\nEnable default cursor type to be set as a connection attribute.\nProvide initial support and testing for native XML data type.\nImprove variable scope binding",
"get": "http://pecl.php.net/get/ibm_db2-1.2.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.2.0": {
"version": "1.2.0",
"state": "beta",
"license": "Apache License 2.0",
"releasedBy": "kfbombar",
"releaseDate": "2006-02-23T12:21:34+00:00",
"releaseNotes": "Use strlcpy() rather than strncpy() to comply with PECL standards.\nStricter type-matching, initialize all allocated memory.\nImprove unit test implementation.\nEnable SUCCESS_WITH_INFO to return results successfully (bug 6561).\nHandle null characters within SQL values (bug 6572).\nAvoid appending a null character to CLOB values (bug 6755).\nEnable default cursor type to be set as a connection attribute.\nProvide initial support for native XML data type.",
"get": "http://pecl.php.net/get/ibm_db2-1.2.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.1.6": {
"version": "1.1.6",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "dbs",
"releaseDate": "2005-11-25T15:39:51+00:00",
"releaseNotes": "Better handling of persistent connection resources.\nBetter memory management for OUT and INOUT parameters.\nMore forgiving of NULL or 0 values for scrollable cursor positioning.",
"get": "http://pecl.php.net/get/ibm_db2-1.1.6",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.1.5": {
"version": "1.1.5",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "dbs",
"releaseDate": "2005-11-17T16:11:11+00:00",
"releaseNotes": "Fix condition where db2_connect() returns a bogus connection resource.",
"get": "http://pecl.php.net/get/ibm_db2-1.1.5",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.1.4": {
"version": "1.1.4",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "dbs",
"releaseDate": "2005-11-10T23:20:20+00:00",
"releaseNotes": "Add option to force column names to lower case or upper case:\n * pass 'DB2_ATTR_CASE' => DB2_CASE_LOWER for lower case\n * pass 'DB2_ATTR_CASE' => DB2_CASE_UPPER for upper case\n * pass 'DB2_ATTR_CASE' => DB2_CASE_NATURAL for natural case (default)",
"get": "http://pecl.php.net/get/ibm_db2-1.1.4",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.1.3": {
"version": "1.1.3",
"state": "beta",
"license": "Apache License 2.0",
"releasedBy": "dbs",
"releaseDate": "2005-10-11T10:32:42+00:00",
"releaseNotes": "Add option to force column names to lower case or upper case:\n * pass 'DB2_ATTR_CASE' => DB2_CASE_LOWER for lower case\n * pass 'DB2_ATTR_CASE' => DB2_CASE_UPPER for upper case\n * pass 'DB2_ATTR_CASE' => DB2_CASE_NATURAL for natural case (default)",
"get": "http://pecl.php.net/get/ibm_db2-1.1.3",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.1.2": {
"version": "1.1.2",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "dbs",
"releaseDate": "2005-09-24T12:16:23+00:00",
"releaseNotes": "Fix win32 build problem.",
"get": "http://pecl.php.net/get/ibm_db2-1.1.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.1.1": {
"version": "1.1.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "dbs",
"releaseDate": "2005-09-21T13:59:16+00:00",
"releaseNotes": "Adds db2_client_info() and db2_server_info() functions.",
"get": "http://pecl.php.net/get/ibm_db2-1.1.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.1.0": {
"version": "1.1.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "skoduru",
"releaseDate": "2005-07-12T14:20:42+00:00",
"releaseNotes": "First stable release of the ibm_db2 extension for IBM DB2 Universal Database for Linux, UNIX, and Windows, IBM Cloudscape, and Apache Derby.",
"get": "http://pecl.php.net/get/ibm_db2-1.1.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.0.2": {
"version": "1.0.2",
"state": "beta",
"license": "Apache License 2.0",
"releasedBy": "skoduru",
"releaseDate": "2005-06-28T17:25:23+00:00",
"releaseNotes": "Enable LOB support in the driver.\nOptimize db2_bind_param().\nDisable connect options in pconnection.\nAdd in correct message buffer length.",
"get": "http://pecl.php.net/get/ibm_db2-1.0.2",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.0.1": {
"version": "1.0.1",
"state": "beta",
"license": "Apache License 2.0",
"releasedBy": "skoduru",
"releaseDate": "2005-05-18T11:41:35+00:00",
"releaseNotes": "Enable binary data types. Handle string truncation errors gracefully.\nEnable verbose output in phpinfo().",
"get": "http://pecl.php.net/get/ibm_db2-1.0.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.0": {
"version": "1.0",
"state": "beta",
"license": "PHP License",
"releasedBy": "skoduru",
"releaseDate": "2005-05-06T15:08:43+00:00",
"releaseNotes": "This is the first release of this extension. Lookup TODO in docs for in-complete features.",
"get": "http://pecl.php.net/get/ibm_db2-1.0",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "Extension for IBM Db2 (LUW/i/z) and other compatible databases",
"SPDX-License-Identifier": "Apache-2.0"
}