Skip to content

Commit 2471fc3

Browse files
Updating package.xml for the 8.0.26 release
1 parent ae93fca commit 2471fc3

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

package.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,22 @@ The X DevAPI introduces a new, modern and easy-to-learn way to work with your da
766766
<configureoption default="autodetect" name="with-protobuf" prompt="Point out protobuf library install dir" />
767767
</extsrcrelease>
768768
<changelog>
769+
<release>
770+
<date>2020-07-12</date>
771+
<time>20:00:00</time>
772+
<version>
773+
<release>8.0.26</release>
774+
<api>1.0.0</api>
775+
</version>
776+
<stability>
777+
<release>stable</release>
778+
<api>stable</api>
779+
</stability>
780+
<license uri="http://www.php.net/license">PHP</license>
781+
<notes>
782+
WL#14666: Deprecate TLS 1.0 and 1.1
783+
</notes>
784+
</release>
769785
<release>
770786
<date>2020-04-26</date>
771787
<time>20:00:00</time>

php_mysql_xdevapi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#ifndef PHP_MYSQL_XDEVAPI_H
1919
#define PHP_MYSQL_XDEVAPI_H
2020

21-
#define PHP_MYSQL_XDEVAPI_VERSION "8.0.25"
22-
#define MYSQL_XDEVAPI_VERSION_ID 80025
21+
#define PHP_MYSQL_XDEVAPI_VERSION "8.0.26"
22+
#define MYSQL_XDEVAPI_VERSION_ID 80026
2323
#define PHP_MYSQL_XDEVAPI_LICENSE "PHP License, version 3.01"
2424
#define PHP_MYSQL_XDEVAPI_NAME "mysql-connector-php"
2525

xmysqlnd/xmysqlnd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#ifndef XMYSQLND_H
1919
#define XMYSQLND_H
2020

21-
#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.25"
22-
#define XMYSQLND_VERSION_ID 80025
21+
#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.26"
22+
#define XMYSQLND_VERSION_ID 80026
2323

2424
#if PHP_DEBUG
2525
#define MYSQLND_DBG_ENABLED 1

0 commit comments

Comments
 (0)