PDO_IBM 1.5.0

PDO driver for IBM databases


This extension provides an IBM database driver for PDO. This driver supports IBM DB2
Universal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Data Server).

License: Apache License 2.0

Changes

* 2022-03-21: 1.5.0
- PHP 8.1 support
- On IBM i, support INI option for CCSID override
- On IBM i, support INI option for pessimistic DBCS alloc
- Resolve crash with LOBs
- Fix build issues with MSVC
- Fix detecting CLI driver on 64-bit Windows
- Use modern PDO includes check (resolves compatibility with i.e. Ubuntu, MacPorts)
- Fix tests for PHP 8.1 and modern Db2 LUW
- Clean up IBM i command helpers
- Fix improper return types and declarations