[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-database-pdo_ibm] master: 1.5.0
From:       Calvin Buckley <noreply () php ! net>
Date:       2022-03-21 20:14:42
Message-ID: t64hUJXT0fzmtWA78RwgOf4zLpes92urzlPpfjI () main ! php ! net
[Download RAW message or body]

Author: Calvin Buckley (NattyNarwhal)
Date: 2022-03-21T17:11:59-03:00

Commit: https://github.com/php/pecl-database-pdo_ibm/commit/c8bbe25835dd9443f98e95af51622d4ba0440bd5
 Raw diff: https://github.com/php/pecl-database-pdo_ibm/commit/c8bbe25835dd9443f98e95af51622d4ba0440bd5.diff


1.5.0

Changed paths:
  M  package.xml
  M  php_pdo_ibm.h


Diff:

diff --git a/package.xml b/package.xml
index 3147589..56e7b88 100644
--- a/package.xml
+++ b/package.xml
@@ -29,10 +29,10 @@ Universal Database, IBM Cloudscape, Apache Derby databases and \
IDS (Informix Dat  <email>calvin@cmpct.info</email>
   <active>yes</active>
  </developer>
- <date>2021-09-30</date>
+ <date>2022-03-21</date>
  <time>11:11:11</time>
  <version>
-  <release>1.4.2</release>
+  <release>1.5.0</release>
   <api>1.3.4</api>
  </version>
  <stability>
@@ -41,12 +41,17 @@ Universal Database, IBM Cloudscape, Apache Derby databases and \
IDS (Informix Dat  </stability>
  <license>Apache License 2.0</license>
  <notes>
-* 2021-09-30: 1.4.2
-- Enable liveness checks on all platforms
-- Fix build issue with ulong on some platforms (did not affect Linux/IBM i)
-- Remove spurious warnings from closing the environment handle on IBM i
-- Enable processing driver options before connection (fixes naming mode issues on \
                IBM i)
-- Getter for current naming mode on IBM i
+* 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
  </notes>
  <contents>
   <dir name="/">
diff --git a/php_pdo_ibm.h b/php_pdo_ibm.h
index 37140ad..dab19d5 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.4.2"
+#define PDO_IBM_VERSION "1.5.0"
 
 extern zend_module_entry pdo_ibm_module_entry;
 #define phpext_pdo_ibm_ptr &pdo_ibm_module_entry

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic