Skip to content

Commit

Permalink
Merge pull request #96 from rryqszq4/development
Browse files Browse the repository at this point in the history
[pr] release version to 0.0.23
  • Loading branch information
rryqszq4 authored Mar 12, 2020
2 parents 8485f93 + 35d9c17 commit 8918987
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

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.22"
#define NGX_HTTP_PHP_MODULE_VERSION "0.0.23"

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

0 comments on commit 8918987

Please sign in to comment.