Skip to content

Releases: rryqszq4/ngx-php

v0.0.19

26 Aug 06:57
c23f623
Compare
Choose a tag to compare

ngx_php7 0.0.19 changes: 26 Aug 2019

* Add nginx directive php_keepalive.

* Add php impl ngx_socket_iskeepalive.

* Fixed parse failure when query_args is null.

* Fixed set end of request position error.

* Fixed error about php-7.4.0beta4.

* Document update.

v0.0.18

10 Jun 15:07
8990b27
Compare
Choose a tag to compare

ngx_php7 0.0.18 changes: 10 Jun 2019

* Fixed error about php-7.3.6

v0.0.17

02 Jun 07:20
383bc95
Compare
Choose a tag to compare

ngx_php7 0.0.17 changes: 01 Jun 2019

* Add php impl ngx_redirect.

* Fixed mysql handshake error.

* Fixed add handler post data at rewrite and access phase.

* Fixed the directive rewrite_by_php has not been extended in context configuration.

* Fixed error handler coredump.

* Fixed ngx_exit memory leak.

* Fixed socket receive memory leak.

v0.0.16

01 Feb 15:16
Compare
Choose a tag to compare

ngx_php7 0.0.16 changes: 01 Feb 2019

* Add php impl ngx_header_set, ngx_header_get and ngx_header_gets.

* Fixed when php script was error, response return 500 code.

* Fixed core dump at php error handler.

* Fixed nginx request keepalive to close by the right way.

v0.0.15

11 Jan 16:19
Compare
Choose a tag to compare

ngx_php7 0.0.15 changes: 12 Jan 2019

* Fixed compiled pass on freebas 11.2 and used of clang compiler.

* Added Dockerfile by kjdev.

* Fixed support compile with php version 7.3.* .

* Code review.

v0.0.14

14 Dec 02:45
Compare
Choose a tag to compare

ngx_php7 0.0.14 changes: 14 Dec 2018

* Add php function ngx_socket_*, ngx_request_*, ngx_var_*, ngx_log_*, ngx_query_args,
ngx_post_args and so on.

* Fixed ngx_socket api to support full fuplex socket.

* Fixed compiled on ubuntu of 16.04 version.

* Pass FrameworkBenchmarks test.

v0.0.13

15 Sep 14:01
Compare
Choose a tag to compare

ngx_php7 0.0.13 changes: 15 Sep 2018

* Add directive header_filter_by_php, body_filter_by_php, init_worker_by_php, log_by_php.

* Add php impl ngx_var::get, ngx_var::set.

* Supports dynamic module by kjdev.

* Hello world test performance.

v0.0.12

10 Apr 02:45
Compare
Choose a tag to compare

ngx_php7 0.0.12 changes: 10 Apr 2018

* Add php impl ngx_socket::connect, ngx_socket::send, ngx_socket::recv, ngx_socket::close.

* Add php impl ngx::post_args.

* Hidden main function definition, ex: 'ngx_content_2067061a67861d80610804313d66a8f7'.

* Fixd at zend_uthread, valid before change to valid after in zend_uthread_resume function, yield;ngx::sleep change to yield ngx::sleep.

v0.0.11

12 Jan 16:04
Compare
Choose a tag to compare

ngx_php7 0.0.11 changes: 12 Jan 2018

* Add php impl ngx_request for replace $_SERVER, not support $_SERVER.

* Add php impl ngx::sleep with ngx sleep event handler. 

* Add php impl ngx::query_args.

* Add macros ngx_php_debug.

* Remove impl ngx_generator class.

v0.0.4

08 Nov 04:01
Compare
Choose a tag to compare
[src] bumped version to 0.0.4.