summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_php_sapi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27PHP: fixed "disable_functions" and "disable_classes" options.Valentin Bartenev1-10/+87
2018-11-22PHP: workaround for bug #71041.Valentin Bartenev1-2/+6
2018-11-21PHP: fixed compatibility with ZTS.Valentin Bartenev1-6/+25
2018-08-06Unit application library.Max Romanov1-351/+305
2018-07-05PHP: fixed request body processing.Valentin Bartenev1-2/+37
2018-07-03PHP: fixed setting of individual configuration options.Valentin Bartenev1-29/+87
2018-06-28Removed usage of nxt_thread_context in loadable modules.Igor Sysoev1-1/+6
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-6/+6
2018-06-07PHP: added setting of individual configuration options.Valentin Bartenev1-0/+68
2018-06-07PHP: added setting of php.ini configuration file path.Valentin Bartenev1-2/+24
2018-05-21Added SERVER_SOFTWARE request meta-variable.Valentin Bartenev1-0/+2
2018-04-05Style.Valentin Bartenev1-2/+2
2018-04-04Changed version processing for modules.Alexander Borisov1-1/+1
2018-03-16PHP: fixed segfault on initialization.Valentin Bartenev1-12/+9
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-6/+4
2018-01-12PHP: Terminating names with zero.Max Romanov1-4/+7
2018-01-12Initializing script_name.start before using.Max Romanov1-0/+1
2018-01-11Changing relative php scripts paths to real ones.Max Romanov1-46/+71
2017-12-28Fixed Go package and PHP module building.0.3Igor Sysoev1-1/+1
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-15/+10
2017-12-27Introducing application 'atexit' hook.Max Romanov1-0/+1
2017-10-18Added the debug option to module compatibility vector.Igor Sysoev1-1/+1
2017-09-07Moving body data before headers for PHP POST.Max Romanov1-2/+2
2017-09-06Style fixes.Igor Sysoev1-0/+7
2017-09-01Added SERVER_ADDR parameter for Python and PHP modules.Igor Sysoev1-0/+2
2017-08-31PHP SAPI: typo fixed.Sergey Kandaurov1-1/+1
2017-08-31nginext has been renamed to unit.Igor Sysoev1-3/+3
2017-08-31Introduced module compatibility vector.Igor Sysoev1-0/+6
2017-08-17The new module configuration interface.Igor Sysoev1-111/+4
2017-08-11Request body read state implemented.Max Romanov1-50/+17
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
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
2017-02-01More refactoring relicts removed.Igor Sysoev1-3/+3
2017-01-17Initial version.Igor Sysoev1-0/+611