File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
<active >yes</active >
46
46
</helper >
47
- <date >2022-08-30 </date >
47
+ <date >2023-11-15 </date >
48
48
<time >05:15:47</time >
49
49
<version >
50
- <release >2.1.7 </release >
50
+ <release >2.2.0 </release >
51
51
<api >2.0.1</api >
52
52
</version >
53
53
<stability >
56
56
</stability >
57
57
<license >Apache License 2.0</license >
58
58
<notes >
59
- Corrects a packaging mistake in 2.1.6.
59
+ - Support for PHP 8.3
60
+ - Support for boolean data type (IBM i 7.5, Db2/LUW 9.6)
61
+ - Passwords and connection strings are marked as sensitive parameters
62
+ - Build system improvements for finding driver library
63
+ - CI and test suite improvements
60
64
</notes >
61
65
<contents >
62
66
<dir name =" /" >
303
307
<file baseinstalldir =" ibm_db2" name =" test_x001_IBMi_LUW_DB2_I5_NAMING_ON.phpt" role =" test" />
304
308
<file baseinstalldir =" ibm_db2" name =" test_x002_IBMi_LUW_DB2_I5_TXN_NO_COMMIT.phpt" role =" test" />
305
309
<file baseinstalldir =" ibm_db2" name =" test_x010_IBMi_LUW_DB2_I5_FMT.phpt" role =" test" />
310
+ <file baseinstalldir =" ibm_db2" name =" test_boolean.phpt" role =" test" />
306
311
</dir >
307
312
<file baseinstalldir =" ibm_db2" name =" config.m4" role =" src" />
308
313
<file baseinstalldir =" ibm_db2" name =" config.w32" role =" src" />
Original file line number Diff line number Diff line change 23
23
$Id$
24
24
*/
25
25
26
- #define PHP_IBM_DB2_VERSION "2.1.7 "
26
+ #define PHP_IBM_DB2_VERSION "2.2.0 "
27
27
28
28
#ifndef PHP_IBM_DB2_H
29
29
#define PHP_IBM_DB2_H
You can’t perform that action at this time.
0 commit comments