Skip to content

Commit cf5320a

Browse files
committed
2.1.6
1 parent 4cee627 commit cf5320a

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

package.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<email>tessus@php.net</email>
4545
<active>yes</active>
4646
</helper>
47-
<date>2021-09-30</date>
47+
<date>2022-08-24</date>
4848
<time>05:15:47</time>
4949
<version>
50-
<release>2.1.5</release>
50+
<release>2.1.6</release>
5151
<api>2.0.1</api>
5252
</version>
5353
<stability>
@@ -56,13 +56,12 @@
5656
</stability>
5757
<license>Apache License 2.0</license>
5858
<notes>
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
59+
* 2022-08-24: 2.1.6
60+
- Allows fetching the current naming mode with db2_get_option on IBM i.
61+
- Uses the password (obfuscated in memory) as part of the persistent resource hash key. This means the password must be the same to reuse a persistent connection.
62+
- Fixes build issues with 64-bit Windows.
63+
- Fixes crashes with level 4 i5_check_pconnect.
64+
- Cleans up CI for modern IBM i and PHP 8.1.
6665
</notes>
6766
<contents>
6867
<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.5"
26+
#define PHP_IBM_DB2_VERSION "2.1.6"
2727

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)