summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_php_sapi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07PHP: Fix a potential problem parsing the path.Andrew Clayton1-1/+2
2022-11-04Removed the unsafe nxt_memcmp() wrapper for memcmp(3).Alejandro Colomar1-1/+1
2022-11-02PHP: allowed to specify URLs without a trailing '/'.Andrew Clayton1-6/+84
2022-10-19Added parentheses for consistency.Remi Collet1-8/+8
2022-10-19PHP: Fixed php_module_startup() call for PHP 8.2.Remi Collet1-0/+4
2022-10-03Renamed a couple of members of nxt_unit_request_t.Andrew Clayton1-1/+1
2021-11-25PHP: fixed crash when calling module functions in OPcache preload.Valentin Bartenev1-2/+5
2021-10-28Moving request limit control to libunit.Max Romanov1-2/+1
2021-05-21PHP: adopted "file_handle" to Zend API changes in 8.1.0-dev.Valentin Bartenev1-0/+10
2021-05-07PHP: forced initialization of $_SERVER in fastcgi_finish_request().Valentin Bartenev1-1/+26
2021-03-15Fixed building the PHP 5 module with ZTS, broken by dab8544b5440.Valentin Bartenev1-0/+4
2020-12-08PHP: populating PHP_AUTH_* server variables.Valentin Bartenev1-0/+11
2020-11-11PHP: implementation of the fastcgi_finish_request() function.Valentin Bartenev1-2/+76
2020-11-11PHP: prevention of consuming unread request body on finalization.Valentin Bartenev1-0/+15
2020-10-06PHP: compatibility with 8.0.0 RC1.Valentin Bartenev1-0/+30
2020-09-09PHP: fixed "rootfs" isolation dependency on system mounts.Tiago Natel de Moura1-55/+107
2020-08-25PHP: added bind mounts for extensions directory.Tiago Natel de Moura1-2/+4
2020-08-12PHP: compatibility with 8.0.0 Beta 1.Remi Collet1-1/+15
2020-07-24Configuration: added checking for presence of mandatory fields.Valentin Bartenev1-5/+0
2020-07-23PHP: using nxt_unit_default_init() for module structure init.Max Romanov1-32/+4
2020-07-23PHP: removing assertion to fix build on macOS.Max Romanov1-1/+5
2020-07-21PHP: logging in request context when possible.Valentin Bartenev1-2/+12
2020-07-21PHP: fixed incorrect time in interpreter error log messages.Valentin Bartenev1-5/+6
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-0/+2
2020-03-09Refactor of process management.Tiago Natel de Moura1-15/+17
2020-05-20PHP: building with PHP 8 (development version).Remi Collet1-0/+8
2020-05-14PHP: implemented "targets" option.Valentin Bartenev1-205/+241
2020-03-04PHP: fixed log format in alert.Tiago Natel de Moura1-1/+2
2020-03-03PHP: optimization to avoid surplus chdir(2) calls.Tiago Natel de Moura1-99/+299
2020-02-25PHP: fixed php >= 7.4 with zts enabled.Tiago Natel de Moura1-13/+17
2020-01-28PHP: added check for the ".php" extension.Valentin Bartenev1-4/+11
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov1-0/+1
2019-09-23PHP: zeroing the whole file_handle structure.Sergey Kandaurov1-2/+2
2019-07-16PHP: fixed script filename setting, broken after 2a71417d297f.Valentin Bartenev1-6/+8
2019-07-05PHP: added PATH_INFO support.Max Romanov1-74/+96
2019-07-05PHP: improved response status code handling.Valentin Bartenev1-12/+2
2019-06-28PHP: removing excessive debug message.Max Romanov1-2/+0
2019-03-21Adjusting request schema value according to connection tls state.Max Romanov1-0/+4
2019-03-11Style.Andrey Zelenkov1-1/+1
2019-02-28Made QUERY_STRING mandatory.Valentin Bartenev1-4/+2
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+1
2019-02-27Fixed processing of SERVER_NAME after 77aad2c142a0.Valentin Bartenev1-24/+7
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