Skip to content

Commit eab0066

Browse files
committed
2.1.2
1 parent d84d408 commit eab0066

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.xml

Lines changed: 7 additions & 4 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>2020-12-02</date>
33+
<date>2020-12-22</date>
3434
<time>05:15:47</time>
3535
<version>
36-
<release>2.1.1</release>
36+
<release>2.1.2</release>
3737
<api>2.0.1</api>
3838
</version>
3939
<stability>
@@ -42,8 +42,11 @@ Cloudscape, and Apache Derby databases.</description>
4242
</stability>
4343
<license>Apache License 2.0</license>
4444
<notes>
45-
* 2020-12-02: 2.1.1
46-
- Fix build regression on LUW with db2_execute_many
45+
* 2020-12-22: 2.1.2
46+
- Fix memory leaks
47+
- Remove PHP 5 compatibility stubs and ifdefs
48+
- Fix compile warnings
49+
- Use PHP 8 arginfo generator, with generated fallbacks for PHP 7
4750
</notes>
4851
<contents>
4952
<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.1"
26+
#define PHP_IBM_DB2_VERSION "2.1.2"
2727

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)