Skip to content

Commit c4a7dfb

Browse files
committed
Push 2.3.1 with this change
Request from users who have tested it; they would prefer a stable version for this.
1 parent 562fd86 commit c4a7dfb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.xml

Lines changed: 6 additions & 5 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>2025-09-24</date>
47+
<date>2025-10-30</date>
4848
<time>05:15:47</time>
4949
<version>
50-
<release>2.3.0</release>
50+
<release>2.3.1</release>
5151
<api>2.0.1</api>
5252
</version>
5353
<stability>
@@ -56,9 +56,10 @@
5656
</stability>
5757
<license>Apache License 2.0</license>
5858
<notes>
59-
- Support for PHP 8.5
60-
- Fix garbage in column names on IBM i
61-
- Fix binding empty strings with WVARCHAR
59+
- Try to use out_length for bound character columns when smaller than strlen.
60+
This is to work around an issue on IBM i where SQL/CLI returns garbage after out_length.
61+
Note that strlen is still used to keep existing behaviour with nulls in strings;
62+
binary bound columns are also not affected.
6263
</notes>
6364
<contents>
6465
<dir name="/">

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.3.0"
26+
#define PHP_IBM_DB2_VERSION "2.3.1"
2727

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)