Skip to content

Commit 1f7119b

Browse files
committed
Bump to 2.3.0
1 parent 072d59c commit 1f7119b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.xml

Lines changed: 5 additions & 4 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>2024-10-28</date>
47+
<date>2025-09-24</date>
4848
<time>05:15:47</time>
4949
<version>
50-
<release>2.2.2</release>
50+
<release>2.3.0</release>
5151
<api>2.0.1</api>
5252
</version>
5353
<stability>
@@ -56,8 +56,9 @@
5656
</stability>
5757
<license>Apache License 2.0</license>
5858
<notes>
59-
- Support for PHP 8.4
60-
- Update header version
59+
- Support for PHP 8.5
60+
- Fix garbage in column names on IBM i
61+
- Fix binding empty strings with WVARCHAR
6162
</notes>
6263
<contents>
6364
<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.2.2"
26+
#define PHP_IBM_DB2_VERSION "2.3.0"
2727

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)