Releases: rryqszq4/ngx-php
Releases · rryqszq4/ngx-php
v0.0.29
v0.0.28
v0.0.27
v0.0.26
v0.0.25
v0.0.24
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.
v0.0.23
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.
v0.0.22
v0.0.21
ngx_php7 0.0.21 changes: 4 Nov 2019
* Add directive init_worker_by_php_block.
* Add directive rewrite_by_php_block.
* Add directive access_by_php_block.
* Add directive content_by_php_block.
* Add directive log_by_php_block.
* Add directive header_filter_by_php_block.
* Add directive body_by_php_block.
* Fixed support startup opcache, thanks joanhey.
* Optimize mysql driver.
* Optimize redis driver.
v0.0.20
ngx_php7 0.0.20 changes: 17 Oct 2019
* Add directive php_set, php_rewrite, php_access, php_content, php_log,
php_header_filter, php_body_filter and php_body_filter.
* Add impl ngx_cookie_set, ngx_cookie_get, ngx_cookie_get_all.
* Add impl ngx_msleep.
* Add redis non-block driver.
* Fixed remove time event and usage of read event.
* Fixed in mysql driver more than double query will fail. Should be reset.
* Fixed ngx_php tcp socket timeout.