From 064b4157fde5ec995d2df3718e98e70726d9cdd3 Mon Sep 17 00:00:00 2001 From: Quan Zhao Date: Thu, 12 Mar 2020 17:53:59 +0800 Subject: [PATCH 1/2] [src] release version to 0.0.23 --- ChangeLog | 21 +++++++++++++++++++++ src/ngx_http_php_version.h | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99b31906..09bf9526 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +ngx_php7 0.0.23 changes: 13 Mar 2020 + * Fixed support unix sock and test mysql unix sock. + + * Fixed default return value of ngx_query_args and ngx_post_args. + + * Fixed php socket change to be type of resource. + + * Fixed mysql connection handsharke failed and log record. + + * Fixed ngx_redirect error. + + * Add directive php_socket_keepalive. + + * Add directive php_socket_buffer_size. + + * Add impl ngx_status. + + * Add impl yield ngx_socket_recvpage. + + * Add method mysql::query2. + ngx_php7 0.0.22 changes: 11 Nov 2019 * Add impl ngx_socket_recvsync. diff --git a/src/ngx_http_php_version.h b/src/ngx_http_php_version.h index fbfddb93..8d98d0d9 100644 --- a/src/ngx_http_php_version.h +++ b/src/ngx_http_php_version.h @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef __NGX_HTTP_PHP_VERSION_H__ #define __NGX_HTTP_PHP_VERSION_H__ -#define NGX_HTTP_PHP_MODULE_VERSION "0.0.22" +#define NGX_HTTP_PHP_MODULE_VERSION "0.0.23" #define NGX_HTTP_PHP_MODULE_NAME "ngx_php" From 35d9c176fed968471dcc23298037b2c73ab3072e Mon Sep 17 00:00:00 2001 From: Quan Zhao Date: Thu, 12 Mar 2020 18:12:11 +0800 Subject: [PATCH 2/2] [t] Update 011-ngx_constants.t --- t/011-ngx_constants.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/011-ngx_constants.t b/t/011-ngx_constants.t index f951ac82..38140026 100644 --- a/t/011-ngx_constants.t +++ b/t/011-ngx_constants.t @@ -21,7 +21,7 @@ location = /ngx_constants { --- request GET /ngx_constants --- response_body -NGX_HTTP_PHP_MODULE_VERSION = 0.0.22 +NGX_HTTP_PHP_MODULE_VERSION = 0.0.23 NGX_HTTP_PHP_MODULE_NAME = ngx_php NGX_OK = 0 NGX_ERROR = -1