Skip to content

Commit 162ba7f

Browse files
committed
Merge branch 'release/8.0.24' into trunk
2 parents 207b5de + e50775d commit 162ba7f

File tree

3 files changed

+30
-17
lines changed

3 files changed

+30
-17
lines changed

package.xml

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ The X DevAPI introduces a new, modern and easy-to-learn way to work with your da
1919
* Focus is put on working with data via CRUD operations. See Section 3.1, “CRUD Operations Overview”.
2020
* Modern practices and syntax styles are used to get away from traditional SQL-String-Building. See Chapter 10, Building Expressions.
2121
</description>
22-
<lead>
23-
<name>Dariusz Slusarczyk</name>
24-
<user>marines</user>
25-
<email>marines@php.net</email>
26-
<active>yes</active>
27-
</lead>
2822
<lead>
2923
<name>Filip Janiszewski</name>
3024
<user>fjanisze</user>
3125
<email>fjanisze@php.net</email>
3226
<active>yes</active>
3327
</lead>
28+
<lead>
29+
<name>Dariusz Slusarczyk</name>
30+
<user>marines</user>
31+
<email>marines@php.net</email>
32+
<active>no</active>
33+
</lead>
3434
<lead>
3535
<name>Johannes Schlüter</name>
3636
<user>johannes</user>
@@ -49,10 +49,10 @@ The X DevAPI introduces a new, modern and easy-to-learn way to work with your da
4949
<email>mysqlre@php.net</email>
5050
<active>yes</active>
5151
</lead>
52-
<date>2020-12-15</date>
52+
<date>2020-04-15</date>
5353
<time>20:00:00</time>
5454
<version>
55-
<release>8.0.23</release>
55+
<release>8.0.24</release>
5656
<api>1.0.0</api>
5757
</version>
5858
<stability>
@@ -61,11 +61,8 @@ The X DevAPI introduces a new, modern and easy-to-learn way to work with your da
6161
</stability>
6262
<license uri="http://www.php.net/license">PHP</license>
6363
<notes>
64-
WL#14014: XProtocol: Support connection close notification
65-
WL#14228: Replace language in APIs and source code/docs
66-
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible
67-
orabug #31589457: change default engine from MyISAM to InnoDB
68-
</notes>
64+
Release
65+
</notes>
6966
<contents>
7067
<dir name="/">
7168
<file name="CREDITS" role="doc" />
@@ -769,6 +766,22 @@ The X DevAPI introduces a new, modern and easy-to-learn way to work with your da
769766
<configureoption default="autodetect" name="with-protobuf" prompt="Point out protobuf library install dir" />
770767
</extsrcrelease>
771768
<changelog>
769+
<release>
770+
<date>2020-04-15</date>
771+
<time>20:00:00</time>
772+
<version>
773+
<release>8.0.24</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+
No changes in this release, only build number
783+
</notes>
784+
</release>
772785
<release>
773786
<date>2020-08-20</date>
774787
<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.23"
22-
#define MYSQL_XDEVAPI_VERSION_ID 80023
21+
#define PHP_MYSQL_XDEVAPI_VERSION "8.0.24"
22+
#define MYSQL_XDEVAPI_VERSION_ID 80024
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.23"
22-
#define XMYSQLND_VERSION_ID 80023
21+
#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.24"
22+
#define XMYSQLND_VERSION_ID 80024
2323

2424
#if PHP_DEBUG
2525
#define MYSQLND_DBG_ENABLED 1

0 commit comments

Comments
 (0)