Skip to content

Commit c03e9b7

Browse files
committed
Attempt at 2.2.0
Let CI catch anything I missed verification wise
1 parent f8ebed4 commit c03e9b7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<email>[email protected]</email>
4545
<active>yes</active>
4646
</helper>
47-
<date>2022-08-30</date>
47+
<date>2023-11-15</date>
4848
<time>05:15:47</time>
4949
<version>
50-
<release>2.1.7</release>
50+
<release>2.2.0</release>
5151
<api>2.0.1</api>
5252
</version>
5353
<stability>
@@ -56,7 +56,11 @@
5656
</stability>
5757
<license>Apache License 2.0</license>
5858
<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
6064
</notes>
6165
<contents>
6266
<dir name="/">
@@ -303,6 +307,7 @@
303307
<file baseinstalldir="ibm_db2" name="test_x001_IBMi_LUW_DB2_I5_NAMING_ON.phpt" role="test" />
304308
<file baseinstalldir="ibm_db2" name="test_x002_IBMi_LUW_DB2_I5_TXN_NO_COMMIT.phpt" role="test" />
305309
<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" />
306311
</dir>
307312
<file baseinstalldir="ibm_db2" name="config.m4" role="src" />
308313
<file baseinstalldir="ibm_db2" name="config.w32" role="src" />

php_ibm_db2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$Id$
2424
*/
2525

26-
#define PHP_IBM_DB2_VERSION "2.1.7"
26+
#define PHP_IBM_DB2_VERSION "2.2.0"
2727

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)