[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=33=20-?= =?UTF-8?Q?=20p
From:       hery ramilison <mysqlre () php ! net>
Date:       2020-12-15 12:40:04
Message-ID: php-mail-7d720bc3a276ab4d97b5fb4250bfd37a1266974868 () git ! php ! net
[Download RAW message or body]

Commit:    d874f1f89d063b2005d1f58eb98966d9d02fca4e
Author:    Darek Slusarczyk <dariusz.slusarczyk@oracle.com>         Tue, 15 Dec 2020 \
                13:40:04 +0100
Parents:   df41310591f39d9c38dbb6cf87abda37df03218c
Branches:  release/8.0.23

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


Log:
v8.0.23 - 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 69c07c4a..439b3b80 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-08-20</date>
+	<date>2020-12-15</date>
 	<time>20:00:00</time>
 	<version>
-		<release>8.0.22</release>
+		<release>8.0.23</release>
 		<api>1.0.0</api>
 	</version>
 	<stability>
@@ -61,12 +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#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
-		orabug #31678047: prepared statements tests fail with the newest server
-		orabug #31958145: some secure connection / TLS tests fail on el8-x86-64bit
+		WL#14014: XProtocol: Support connection close notification
+		WL#14228: Replace language in APIs and source code/docs
+		orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible
+		orabug #31589457: change default engine from MyISAM to InnoDB
 	</notes>
  <contents>
   <dir name="/">
@@ -485,9 +483,14 @@ The X DevAPI introduces a new, modern and easy-to-learn way to \
work with your da  <dir name="util">
     <file name="allocator.cc" role="src" />
     <file name="allocator.h" role="src" />
+    <file name="arguments.cc" role="src" />
+    <file name="arguments.h" role="src" />
+    <file name="arguments.inl" role="src" />
     <file name="compiler_utils.h" role="src" />
     <file name="exceptions.cc" role="src" />
     <file name="exceptions.h" role="src" />
+    <file name="functions.cc" role="src" />
+    <file name="functions.h" role="src" />
     <file name="json_utils.cc" role="src" />
     <file name="json_utils.h" role="src" />
     <file name="object.cc" role="src" />
@@ -767,6 +770,27 @@ The X DevAPI introduces a new, modern and easy-to-learn way to \
work with your da  </extsrcrelease>
  <changelog>
 	<release>
+		<date>2020-08-20</date>
+		<time>20:00:00</time>
+		<version>
+			<release>8.0.22</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#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
+			orabug #31678047: prepared statements tests fail with the newest server
+			orabug #31958145: some secure connection / TLS tests fail on el8-x86-64bit
+		</notes>
+	</release>
+	<release>
 		<date>2020-06-26</date>
 		<time>20:00:00</time>
 		<version>
diff --git a/php_mysql_xdevapi.h b/php_mysql_xdevapi.h
index 68dee4a8..2d26fbab 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.22"
-#define MYSQL_XDEVAPI_VERSION_ID 80022
+#define PHP_MYSQL_XDEVAPI_VERSION "8.0.23"
+#define MYSQL_XDEVAPI_VERSION_ID 80023
 #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 d11827c7..179fe6ce 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.22"
-#define XMYSQLND_VERSION_ID 80022
+#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.23"
+#define XMYSQLND_VERSION_ID 80023
 
 #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