Skip to content

Releases: rryqszq4/ngx-php

v0.0.29

18 Feb 16:55
Compare
Choose a tag to compare
  • Fix php 8 major version

v0.0.28

05 Dec 13:42
c3eccb0
Compare
Choose a tag to compare
  • Support php version 8.3.0

v0.0.27

14 Apr 10:45
35d6fb3
Compare
Choose a tag to compare
  • Support php version 8.2.0

v0.0.26

30 Nov 05:04
73ef8b1
Compare
Choose a tag to compare
* Support php version 8.1.0

v0.0.25

11 Dec 11:18
c683f9b
Compare
Choose a tag to compare

ngx_php7 0.0.25 changes: 11 Dec 2020

* Support php version 8.0.0

v0.0.24

14 Sep 02:38
d4e82b5
Compare
Choose a tag to compare

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

13 Mar 02:51
8918987
Compare
Choose a tag to compare

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

11 Nov 10:00
17b1671
Compare
Choose a tag to compare

ngx_php7 0.0.22 changes: 11 Nov 2019

* Add impl ngx_socket_recvsync.

* Optimize the performance of mysql async driver.

v0.0.21

05 Nov 09:38
c7332f7
Compare
Choose a tag to compare

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

17 Oct 12:08
6ea7567
Compare
Choose a tag to compare

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.