Skip to content

Commit c8bbe25

Browse files
committed
1.5.0
1 parent e827e37 commit c8bbe25

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Universal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Dat
2929
<email>calvin@cmpct.info</email>
3030
<active>yes</active>
3131
</developer>
32-
<date>2021-09-30</date>
32+
<date>2022-03-21</date>
3333
<time>11:11:11</time>
3434
<version>
35-
<release>1.4.2</release>
35+
<release>1.5.0</release>
3636
<api>1.3.4</api>
3737
</version>
3838
<stability>
@@ -41,12 +41,17 @@ Universal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Dat
4141
</stability>
4242
<license>Apache License 2.0</license>
4343
<notes>
44-
* 2021-09-30: 1.4.2
45-
- Enable liveness checks on all platforms
46-
- Fix build issue with ulong on some platforms (did not affect Linux/IBM i)
47-
- Remove spurious warnings from closing the environment handle on IBM i
48-
- Enable processing driver options before connection (fixes naming mode issues on IBM i)
49-
- Getter for current naming mode on IBM i
44+
* 2022-03-21: 1.5.0
45+
- PHP 8.1 support
46+
- On IBM i, support INI option for CCSID override
47+
- On IBM i, support INI option for pessimistic DBCS alloc
48+
- Resolve crash with LOBs
49+
- Fix build issues with MSVC
50+
- Fix detecting CLI driver on 64-bit Windows
51+
- Use modern PDO includes check (resolves compatibility with i.e. Ubuntu, MacPorts)
52+
- Fix tests for PHP 8.1 and modern Db2 LUW
53+
- Clean up IBM i command helpers
54+
- Fix improper return types and declarations
5055
</notes>
5156
<contents>
5257
<dir name="/">

php_pdo_ibm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef PHP_PDO_IBM_H
2323
#define PHP_PDO_IBM_H
2424

25-
#define PDO_IBM_VERSION "1.4.2"
25+
#define PDO_IBM_VERSION "1.5.0"
2626

2727
extern zend_module_entry pdo_ibm_module_entry;
2828
#define phpext_pdo_ibm_ptr &pdo_ibm_module_entry

0 commit comments

Comments
 (0)