[PECL-CVS] [pecl-database-pdo_ibm] master: Bump version to 1.7.0
[email protected] (Calvin Buckley)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Calvin Buckley (NattyNarwhal) Date: 2025-09-24T12:04:22-03:00 Commit: https://github.com/php/pecl-database-pdo_ibm/commit/44c9f3a0328eda2415e0196eea17f5090ec72a4a Raw diff: https://github.com/php/pecl-database-pdo_ibm/commit/44c9f3a0328eda2415e0196eea17f5090ec72a4a.diff Bump version to 1.7.0 For PHP 8.5 compat and the driver class. Changed paths: M package.xml M php_pdo_ibm.h Diff: diff --git a/package.xml b/package.xml index 6b03a8e..7c6348d 100644 --- a/package.xml +++ b/package.xml @@ -29,10 +29,10 @@ Universal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Dat <email>[email protected]</email> <active>yes</active> </developer> - <date>2023-11-16</date> + <date>2025-09-24</date> <time>11:11:11</time> <version> - <release>1.6.1</release> + <release>1.7.0</release> <api>1.3.4</api> </version> <stability> @@ -41,7 +41,11 @@ Universal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Dat </stability> <license>Apache License 2.0</license> <notes> - This fixes a packaging issue that prevented the PECL command from being able to install the package. Manual installations weren't affected. + - Support for PHP 8.5 + - A PDO driver class (\Pdo\Ibm) is now provided on PHP 8.4 and newer. + Currently, it has no extra methods, but in PHP 8.5, the PDO constants + have been moved to the \Pdo\Ibm class, and a deprecation message added to + the old PDO:: constants. </notes> <contents> <dir name="/"> diff --git a/php_pdo_ibm.h b/php_pdo_ibm.h index 99503ff..bd5e09d 100644 --- a/php_pdo_ibm.h +++ b/php_pdo_ibm.h @@ -22,7 +22,7 @@ #ifndef PHP_PDO_IBM_H #define PHP_PDO_IBM_H -#define PDO_IBM_VERSION "1.6.1" +#define PDO_IBM_VERSION "1.7.0" extern zend_module_entry pdo_ibm_module_entry; #define phpext_pdo_ibm_ptr &pdo_ibm_module_entry