diff --git a/ChangeLog b/ChangeLog index 81ff08b2..25961a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ngx_php7 0.0.25 changes: 11 Dec 2020 + * Support php version 8.0.0 + ngx_php7 0.0.24 changes: 11 Sep 2020 * Fixed php bug 66673. diff --git a/src/ngx_http_php_version.h b/src/ngx_http_php_version.h index ba1b7ed1..4ff0594f 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.24" +#define NGX_HTTP_PHP_MODULE_VERSION "0.0.25" #define NGX_HTTP_PHP_MODULE_NAME "ngx_php" diff --git a/t/011-ngx_constants.t b/t/011-ngx_constants.t index 17b4cc91..a463a16c 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.24 +NGX_HTTP_PHP_MODULE_VERSION = 0.0.25 NGX_HTTP_PHP_MODULE_NAME = ngx_php NGX_OK = 0 NGX_ERROR = -1