Skip to content

Commit 44c9f3a

Browse files
committed
Bump version to 1.7.0
For PHP 8.5 compat and the driver class.
1 parent 3492bbd commit 44c9f3a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package.xml

Lines changed: 7 additions & 3 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>[email protected]</email>
3030
<active>yes</active>
3131
</developer>
32-
<date>2023-11-16</date>
32+
<date>2025-09-24</date>
3333
<time>11:11:11</time>
3434
<version>
35-
<release>1.6.1</release>
35+
<release>1.7.0</release>
3636
<api>1.3.4</api>
3737
</version>
3838
<stability>
@@ -41,7 +41,11 @@ Universal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Dat
4141
</stability>
4242
<license>Apache License 2.0</license>
4343
<notes>
44-
This fixes a packaging issue that prevented the PECL command from being able to install the package. Manual installations weren't affected.
44+
- Support for PHP 8.5
45+
- A PDO driver class (\Pdo\Ibm) is now provided on PHP 8.4 and newer.
46+
Currently, it has no extra methods, but in PHP 8.5, the PDO constants
47+
have been moved to the \Pdo\Ibm class, and a deprecation message added to
48+
the old PDO:: constants.
4549
</notes>
4650
<contents>
4751
<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.6.1"
25+
#define PDO_IBM_VERSION "1.7.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)