[PECL-CVS] [pecl-database-ibm_db2] master: Bump to 2.3.0
[email protected] (Calvin Buckley)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Calvin Buckley (NattyNarwhal) Date: 2025-09-24T12:13:46-03:00 Commit: https://github.com/php/pecl-database-ibm_db2/commit/1f7119bb497bdae4a333666f3ce39c02582ca9d8 Raw diff: https://github.com/php/pecl-database-ibm_db2/commit/1f7119bb497bdae4a333666f3ce39c02582ca9d8.diff Bump to 2.3.0 Changed paths: M package.xml M php_ibm_db2.h Diff: diff --git a/package.xml b/package.xml index 4c4caa2..f1af338 100644 --- a/package.xml +++ b/package.xml @@ -44,10 +44,10 @@ <email>[email protected]</email> <active>yes</active> </helper> - <date>2024-10-28</date> + <date>2025-09-24</date> <time>05:15:47</time> <version> - <release>2.2.2</release> + <release>2.3.0</release> <api>2.0.1</api> </version> <stability> @@ -56,8 +56,9 @@ </stability> <license>Apache License 2.0</license> <notes> - - Support for PHP 8.4 - - Update header version + - Support for PHP 8.5 + - Fix garbage in column names on IBM i + - Fix binding empty strings with WVARCHAR </notes> <contents> <dir name="/"> diff --git a/php_ibm_db2.h b/php_ibm_db2.h index 8fb8965..152e719 100644 --- a/php_ibm_db2.h +++ b/php_ibm_db2.h @@ -23,7 +23,7 @@ $Id$ */ -#define PHP_IBM_DB2_VERSION "2.2.2" +#define PHP_IBM_DB2_VERSION "2.3.0" #ifndef PHP_IBM_DB2_H #define PHP_IBM_DB2_H