Skip to content

Commit 4dc59a0

Browse files
committed
Push hotfix release as K.C. suggests
1 parent 314bb6c commit 4dc59a0

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Cloudscape, and Apache Derby databases.</description>
3030
<email>[email protected]</email>
3131
<active>yes</active>
3232
</helper>
33-
<date>2021-03-10</date>
33+
<date>2021-03-12</date>
3434
<time>05:15:47</time>
3535
<version>
36-
<release>2.1.3</release>
36+
<release>2.1.4</release>
3737
<api>2.0.1</api>
3838
</version>
3939
<stability>
@@ -42,14 +42,8 @@ Cloudscape, and Apache Derby databases.</description>
4242
</stability>
4343
<license>Apache License 2.0</license>
4444
<notes>
45-
* 2021-03-10: 2.1.3
46-
- Report failures in SQLGetDiagRec. This should warn on many silent errors.
47-
- Workaround issue with using SQLGetSubString with a large buffer on a DBCLOB
48-
with locator by trimming from first instead of last null byte.
49-
- Workaround bug in SQL/CLI caused by unknown PTF, which causes a buffer
50-
overflow with SQLGetData on char-like values. The PTF causing the regression
51-
is unidentified, but workaround PTFs seem to exist, including SI75759. The
52-
workaround will likely be kept until most no longer have the defective PTF.
45+
* 2021-03-12: 2.1.4
46+
- Only apply the workaround for db2_result (SQLGetData) to PASE instead of LUW.
5347
</notes>
5448
<contents>
5549
<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.1.3"
26+
#define PHP_IBM_DB2_VERSION "2.1.4"
2727

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)