From 6f71b6ca20269eda23eb4ae20be2afcb44e091de Mon Sep 17 00:00:00 2001 From: Quan Zhao Date: Tue, 30 Nov 2021 10:33:38 +0800 Subject: [PATCH] [src] Release version to 0.0.26 --- ChangeLog | 3 +++ src/ngx_http_php_version.h | 2 +- t/011-ngx_constants.t | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25961a35..9384f94b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ngx_php7 0.0.26 changes: + * Support php version 8.1.0 30 Nov 2021 + ngx_php7 0.0.25 changes: 11 Dec 2020 * Support php version 8.0.0 diff --git a/src/ngx_http_php_version.h b/src/ngx_http_php_version.h index 4ff0594f..d2e29ec2 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.25" +#define NGX_HTTP_PHP_MODULE_VERSION "0.0.26" #define NGX_HTTP_PHP_MODULE_NAME "ngx_php" diff --git a/t/011-ngx_constants.t b/t/011-ngx_constants.t index a463a16c..c18f524c 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.25 +NGX_HTTP_PHP_MODULE_VERSION = 0.0.26 NGX_HTTP_PHP_MODULE_NAME = ngx_php NGX_OK = 0 NGX_ERROR = -1