File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 44444545 <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 >
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 =" /" >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments