summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_php_sapi.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-11Request body read state implemented.Max Romanov1-50/+17
With specific timeout and buffer size settings.
2017-07-12PHP SAPI: dynamic worker initialization.Max Romanov1-60/+87
2017-07-05PHP SAPI: SERVER_NAME, SERVER_PORT and REMOTE_ADDR introduced.Max Romanov1-79/+146
2017-07-05Complex target parser copied from NGINX.Max Romanov1-14/+24
nxt_app_request_header_t fields renamed: - 'path' renamed to 'target'. - 'path_no_query' renamed to 'path' and contains parsed value.
2017-06-26PHP post body processing fixed, default index name introduced.Max Romanov1-8/+32
2017-06-23PHP app request processing.Max Romanov1-275/+419
2017-06-20Using new memory pool implementation.Igor Sysoev1-3/+3
2017-03-09Processes refactoring.Igor Sysoev1-25/+25
The cycle has been renamed to the runtime.
2017-02-01More refactoring relicts removed.Igor Sysoev1-3/+3
2017-01-17Initial version.Igor Sysoev1-0/+611