Skip to content

Commit f5758e1

Browse files
committed
Merge branch 'ngx_php5'
2 parents d8d5315 + 1f53107 commit f5758e1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
2017-01-30 rryqszq4 <[email protected]>
1+
2017-02-27 rryqszq4 <[email protected]>
22
* add ngx_php_thread and ngx_php_thread_pool
33

4+
* optimize directive content_thread_by_php, content_thread_by_php_file be use to
5+
new thread pool
6+
7+
* remove ngx_capture from content_thread_by_php
8+
9+
* bumped version to 0.0.9
10+
411
2017-01-30 rryqszq4 <[email protected]>
512
* dev code "ngx_http_php_output.h", "ngx_http_php_output.c"
613

src/ngx_http_php_module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "ngx_http_php_core.h"
2424

2525
#define NGX_HTTP_PHP_MODULE_NAME "ngx_php"
26-
#define NGX_HTTP_PHP_MODULE_VERSION "0.0.8"
26+
#define NGX_HTTP_PHP_MODULE_VERSION "0.0.9"
2727

2828
extern ngx_module_t ngx_http_php_module;
2929
ngx_http_request_t *ngx_php_request;

0 commit comments

Comments
 (0)