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

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-database-ibm_db2] master: 2.1.5
From:       Calvin Buckley <noreply () php ! net>
Date:       2021-09-30 17:34:38
Message-ID: JtpBe5MdXxe1jWdmpy1LUVZ3MNeNb8D4QlCX7svu4Q () main ! php ! net
[Download RAW message or body]

Author: Calvin Buckley (NattyNarwhal)
Date: 2021-09-30T14:34:25-03:00

Commit: https://github.com/php/pecl-database-ibm_db2/commit/deca81515ea8c08f874e7e831f6fdc4e974ab899
 Raw diff: https://github.com/php/pecl-database-ibm_db2/commit/deca81515ea8c08f874e7e831f6fdc4e974ab899.diff


2.1.5

Changed paths:
  M  package.xml
  M  php_ibm_db2.h


Diff:

diff --git a/package.xml b/package.xml
index e50a9fa..2cfb5a0 100644
--- a/package.xml
+++ b/package.xml
@@ -44,10 +44,10 @@
   <email>tessus@php.net</email>
   <active>yes</active>
  </helper>
- <date>2021-03-12</date>
+ <date>2021-09-30</date>
  <time>05:15:47</time>
  <version>
-  <release>2.1.4</release>
+  <release>2.1.5</release>
   <api>2.0.1</api>
  </version>
  <stability>
@@ -56,8 +56,13 @@
  </stability>
  <license>Apache License 2.0</license>
  <notes>
-* 2021-03-12: 2.1.4
-- Only apply the workaround for db2_result (SQLGetData) to PASE instead of LUW.
+* 2021-09-30: 2.1.5
+- Use the new persistent resource API introduced in 7.3 (PHP 7.3 is new minreq)
+- Fix truncation issues in db2_result
+- Fix typo with character trim
+- Fix issues with trim returning empty string if it should only return one char
+- Fix leaks with various functions (result, get_option, escape_string, etc.)
+- Fix build issue with ulong on some platforms
  </notes>
  <contents>
   <dir name="/">
@@ -337,7 +342,7 @@
  <dependencies>
   <required>
    <php>
-    <min>7.0.0</min>
+    <min>7.3.0</min>
    </php>
    <pearinstaller>
     <min>1.4.0b1</min>
diff --git a/php_ibm_db2.h b/php_ibm_db2.h
index 236d938..8d92755 100644
--- a/php_ibm_db2.h
+++ b/php_ibm_db2.h
@@ -23,7 +23,7 @@
   $Id$
 */
 
-#define	PHP_IBM_DB2_VERSION	"2.1.4"
+#define	PHP_IBM_DB2_VERSION	"2.1.5"
 
 #ifndef PHP_IBM_DB2_H
 #define PHP_IBM_DB2_H

-- 
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