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

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/database/mysql=5Fxdevapi=3A=20v=38=2E=30=2E=32=32=20-?= =?UTF-8?Q?=20p
From:       hery ramilison <mysqlre () php ! net>
Date:       2020-08-20 16:11:47
Message-ID: php-mail-83b155220ab9737055b430e47dd55c33401029080 () git ! php ! net
[Download RAW message or body]

Commit:    7503dcc48799b90dc94f73115d057f650248278c
Author:    Darek Slusarczyk <dariusz.slusarczyk@oracle.com>         Thu, 20 Aug 2020 \
                18:11:47 +0200
Parents:   e7ee535c0a8604f811d1e85101306a50add3bb03
Branches:  release/8.0.22

Link:       http://git.php.net/?p=pecl/database/mysql_xdevapi.git;a=commitdiff;h=7503dcc48799b90dc94f73115d057f650248278c


Log:
v8.0.22 - package.xml and version number updated

Changed paths:
  M  package.xml
  M  php_mysql_xdevapi.h
  M  xmysqlnd/xmysqlnd.h


Diff:
diff --git a/package.xml b/package.xml
index 8c68633a..ae6da27c 100644
--- a/package.xml
+++ b/package.xml
@@ -49,10 +49,10 @@ The X DevAPI introduces a new, modern and easy-to-learn way to \
work with your da  <email>mysqlre@php.net</email>
   <active>yes</active>
  </lead>
-	<date>2020-06-26</date>
+	<date>2020-08-20</date>
 	<time>20:00:00</time>
 	<version>
-		<release>8.0.21</release>
+		<release>8.0.22</release>
 		<api>1.0.0</api>
 	</version>
 	<stability>
@@ -61,10 +61,10 @@ The X DevAPI introduces a new, modern and easy-to-learn way to \
work with your da  </stability>
 	<license uri="http://www.php.net/license">PHP</license>
 	<notes>
-		WL#13014 DevAPI: Add schema validation to create collection
-		orabug #30134490: apply helpers from util/object.h
-		orabug #31084747: single doc tests failing in php-7.4
-		changes in config.m4|w32 to improve resolving 3rdParty libs
+		WL#14012: XProtocol -- support for configurable compression algorithms
+		orabug #31364076: mysqlndx switch from C++14 to C++17, and all related
+		orabug #31414039: mysqlndx apply std::string_view, remove MYSQLND_CSTRING
+		orabug #30084547: improve zval wrapper
 	</notes>
  <contents>
   <dir name="/">
@@ -768,6 +768,25 @@ The X DevAPI introduces a new, modern and easy-to-learn way to \
work with your da  </extsrcrelease>
  <changelog>
 	<release>
+		<date>2020-06-26</date>
+		<time>20:00:00</time>
+		<version>
+			<release>8.0.21</release>
+			<api>1.0.0</api>
+		</version>
+		<stability>
+			<release>stable</release>
+			<api>stable</api>
+		</stability>
+		<license uri="http://www.php.net/license">PHP</license>
+		<notes>
+			WL#13014 DevAPI: Add schema validation to create collection
+			orabug #30134490: apply helpers from util/object.h
+			orabug #31084747: single doc tests failing in php-7.4
+			changes in config.m4|w32 to improve resolving 3rdParty libs
+		</notes>
+	</release>
+	<release>
 		<date>2020-04-10</date>
 		<time>20:00:00</time>
 		<version>
diff --git a/php_mysql_xdevapi.h b/php_mysql_xdevapi.h
index 8df76aa7..68dee4a8 100644
--- a/php_mysql_xdevapi.h
+++ b/php_mysql_xdevapi.h
@@ -18,8 +18,8 @@
 #ifndef PHP_MYSQL_XDEVAPI_H
 #define PHP_MYSQL_XDEVAPI_H
 
-#define PHP_MYSQL_XDEVAPI_VERSION "8.0.21"
-#define MYSQL_XDEVAPI_VERSION_ID 80021
+#define PHP_MYSQL_XDEVAPI_VERSION "8.0.22"
+#define MYSQL_XDEVAPI_VERSION_ID 80022
 #define PHP_MYSQL_XDEVAPI_LICENSE "PHP License, version 3.01"
 #define PHP_MYSQL_XDEVAPI_NAME   "mysql-connector-php"
 
diff --git a/xmysqlnd/xmysqlnd.h b/xmysqlnd/xmysqlnd.h
index c14adec7..d11827c7 100644
--- a/xmysqlnd/xmysqlnd.h
+++ b/xmysqlnd/xmysqlnd.h
@@ -18,8 +18,8 @@
 #ifndef XMYSQLND_H
 #define XMYSQLND_H
 
-#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.21"
-#define XMYSQLND_VERSION_ID 80021
+#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.22"
+#define XMYSQLND_VERSION_ID 80022
 
 #if PHP_DEBUG
 #define MYSQLND_DBG_ENABLED 1


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