mirror of
https://github.com/php/pecl-database-ibm_db2.git
synced 2026-03-23 23:02:16 +01:00
Push 2.3.1 with this change
Request from users who have tested it; they would prefer a stable version for this.
This commit is contained in:
11
package.xml
11
package.xml
@@ -44,10 +44,10 @@
|
||||
<email>tessus@php.net</email>
|
||||
<active>yes</active>
|
||||
</helper>
|
||||
<date>2025-09-24</date>
|
||||
<date>2025-10-30</date>
|
||||
<time>05:15:47</time>
|
||||
<version>
|
||||
<release>2.3.0</release>
|
||||
<release>2.3.1</release>
|
||||
<api>2.0.1</api>
|
||||
</version>
|
||||
<stability>
|
||||
@@ -56,9 +56,10 @@
|
||||
</stability>
|
||||
<license>Apache License 2.0</license>
|
||||
<notes>
|
||||
- Support for PHP 8.5
|
||||
- Fix garbage in column names on IBM i
|
||||
- Fix binding empty strings with WVARCHAR
|
||||
- Try to use out_length for bound character columns when smaller than strlen.
|
||||
This is to work around an issue on IBM i where SQL/CLI returns garbage after out_length.
|
||||
Note that strlen is still used to keep existing behaviour with nulls in strings;
|
||||
binary bound columns are also not affected.
|
||||
</notes>
|
||||
<contents>
|
||||
<dir name="/">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
#define PHP_IBM_DB2_VERSION "2.3.0"
|
||||
#define PHP_IBM_DB2_VERSION "2.3.1"
|
||||
|
||||
#ifndef PHP_IBM_DB2_H
|
||||
#define PHP_IBM_DB2_H
|
||||
|
||||
Reference in New Issue
Block a user