Skip to content

Commit deca815

Browse files
committed
2.1.5
1 parent 7052dc7 commit deca815

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.xml

Lines changed: 10 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>2021-03-12</date>
47+
<date>2021-09-30</date>
4848
<time>05:15:47</time>
4949
<version>
50-
<release>2.1.4</release>
50+
<release>2.1.5</release>
5151
<api>2.0.1</api>
5252
</version>
5353
<stability>
@@ -56,8 +56,13 @@
5656
</stability>
5757
<license>Apache License 2.0</license>
5858
<notes>
59-
* 2021-03-12: 2.1.4
60-
- Only apply the workaround for db2_result (SQLGetData) to PASE instead of LUW.
59+
* 2021-09-30: 2.1.5
60+
- Use the new persistent resource API introduced in 7.3 (PHP 7.3 is new minreq)
61+
- Fix truncation issues in db2_result
62+
- Fix typo with character trim
63+
- Fix issues with trim returning empty string if it should only return one char
64+
- Fix leaks with various functions (result, get_option, escape_string, etc.)
65+
- Fix build issue with ulong on some platforms
6166
</notes>
6267
<contents>
6368
<dir name="/">
@@ -337,7 +342,7 @@
337342
<dependencies>
338343
<required>
339344
<php>
340-
<min>7.0.0</min>
345+
<min>7.3.0</min>
341346
</php>
342347
<pearinstaller>
343348
<min>1.4.0b1</min>

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

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)