Releases: rryqszq4/ngx-php
Releases · rryqszq4/ngx-php
v0.0.19
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
v0.0.17
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
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
v0.0.14
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
v0.0.12
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
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.