Skip to content

Commit

Permalink
Merge pull request #112 from rryqszq4/development
Browse files Browse the repository at this point in the history
[pr] release version to 0.0.24
  • Loading branch information
rryqszq4 authored Sep 14, 2020
2 parents ee9d20c + 43ea7fa commit d4e82b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
ngx_php7 0.0.24 changes: 11 Sep 2020
* Fixed php bug 66673.

* Fixed post args is null and response is 500.

* Fixed bug when the value of cookie is null.

* Add mac oxs install detail.

* Add function ngx_request_body.

* Support PATCH in http method.

* Support compiled pass of php8.

ngx_php7 0.0.23 changes: 13 Mar 2020
* Fixed support unix sock and test mysql unix sock.

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.23"
#define NGX_HTTP_PHP_MODULE_VERSION "0.0.24"

#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.23
NGX_HTTP_PHP_MODULE_VERSION = 0.0.24
NGX_HTTP_PHP_MODULE_NAME = ngx_php
NGX_OK = 0
NGX_ERROR = -1
Expand Down

0 comments on commit d4e82b5

Please sign in to comment.