Skip to content

Commit

Permalink
Merge pull request #120 from rryqszq4/development
Browse files Browse the repository at this point in the history
[pr] Release version to 0.0.25
  • Loading branch information
rryqszq4 authored Dec 11, 2020
2 parents f2f6965 + 7f7b421 commit c683f9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/ngx_http_php_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion t/011-ngx_constants.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c683f9b

Please sign in to comment.