index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
nxt_php_sapi.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-11
PHP: Make the filter_input() function work.
Andrew Clayton
1
-3
/
+12
2023-01-27
PHP: Implement better error handling.
Andrew Clayton
1
-5
/
+40
2023-01-27
PHP: Simplify ctx->script_filename.start in nxt_php_execute().
Andrew Clayton
1
-4
/
+5
2023-01-27
PHP: Make use of zend_stream_init_filename().
Andrew Clayton
1
-6
/
+6
2023-01-27
PHP: Factored out code into a helper function.
Alejandro Colomar
1
-10
/
+19
2023-01-12
PHP: Fix a potential problem parsing the path.
Andrew Clayton
1
-1
/
+2
2022-11-04
Removed the unsafe nxt_memcmp() wrapper for memcmp(3).
Alejandro Colomar
1
-1
/
+1
2022-11-02
PHP: allowed to specify URLs without a trailing '/'.
Andrew Clayton
1
-6
/
+84
2022-10-19
Added parentheses for consistency.
Remi Collet
1
-8
/
+8
2022-10-19
PHP: Fixed php_module_startup() call for PHP 8.2.
Remi Collet
1
-0
/
+4
2022-10-03
Renamed a couple of members of nxt_unit_request_t.
Andrew Clayton
1
-1
/
+1
2021-11-25
PHP: fixed crash when calling module functions in OPcache preload.
Valentin Bartenev
1
-2
/
+5
2021-10-28
Moving request limit control to libunit.
Max Romanov
1
-2
/
+1
2021-05-21
PHP: adopted "file_handle" to Zend API changes in 8.1.0-dev.
Valentin Bartenev
1
-0
/
+10
2021-05-07
PHP: forced initialization of $_SERVER in fastcgi_finish_request().
Valentin Bartenev
1
-1
/
+26
2021-03-15
Fixed building the PHP 5 module with ZTS, broken by dab8544b5440.
Valentin Bartenev
1
-0
/
+4
2020-12-08
PHP: populating PHP_AUTH_* server variables.
Valentin Bartenev
1
-0
/
+11
2020-11-11
PHP: implementation of the fastcgi_finish_request() function.
Valentin Bartenev
1
-2
/
+76
2020-11-11
PHP: prevention of consuming unread request body on finalization.
Valentin Bartenev
1
-0
/
+15
2020-10-06
PHP: compatibility with 8.0.0 RC1.
Valentin Bartenev
1
-0
/
+30
2020-09-09
PHP: fixed "rootfs" isolation dependency on system mounts.
Tiago Natel de Moura
1
-55
/
+107
2020-08-25
PHP: added bind mounts for extensions directory.
Tiago Natel de Moura
1
-2
/
+4
2020-08-12
PHP: compatibility with 8.0.0 Beta 1.
Remi Collet
1
-1
/
+15
2020-07-24
Configuration: added checking for presence of mandatory fields.
Valentin Bartenev
1
-5
/
+0
2020-07-23
PHP: using nxt_unit_default_init() for module structure init.
Max Romanov
1
-32
/
+4
2020-07-23
PHP: removing assertion to fix build on macOS.
Max Romanov
1
-1
/
+5
2020-07-21
PHP: logging in request context when possible.
Valentin Bartenev
1
-2
/
+12
2020-07-21
PHP: fixed incorrect time in interpreter error log messages.
Valentin Bartenev
1
-5
/
+6
2020-05-28
Added "rootfs" feature.
Tiago Natel de Moura
1
-0
/
+2
2020-03-09
Refactor of process management.
Tiago Natel de Moura
1
-15
/
+17
2020-05-20
PHP: building with PHP 8 (development version).
Remi Collet
1
-0
/
+8
2020-05-14
PHP: implemented "targets" option.
Valentin Bartenev
1
-205
/
+241
2020-03-04
PHP: fixed log format in alert.
Tiago Natel de Moura
1
-1
/
+2
2020-03-03
PHP: optimization to avoid surplus chdir(2) calls.
Tiago Natel de Moura
1
-99
/
+299
2020-02-25
PHP: fixed php >= 7.4 with zts enabled.
Tiago Natel de Moura
1
-13
/
+17
2020-01-28
PHP: added check for the ".php" extension.
Valentin Bartenev
1
-4
/
+11
2019-12-24
Adding "limits/shm" configuration validation and parsing.
Max Romanov
1
-0
/
+1
2019-09-23
PHP: zeroing the whole file_handle structure.
Sergey Kandaurov
1
-2
/
+2
2019-07-16
PHP: fixed script filename setting, broken after 2a71417d297f.
Valentin Bartenev
1
-6
/
+8
2019-07-05
PHP: added PATH_INFO support.
Max Romanov
1
-74
/
+96
2019-07-05
PHP: improved response status code handling.
Valentin Bartenev
1
-12
/
+2
2019-06-28
PHP: removing excessive debug message.
Max Romanov
1
-2
/
+0
2019-03-21
Adjusting request schema value according to connection tls state.
Max Romanov
1
-0
/
+4
2019-03-11
Style.
Andrey Zelenkov
1
-1
/
+1
2019-02-28
Made QUERY_STRING mandatory.
Valentin Bartenev
1
-4
/
+2
2019-02-28
Introducing Java Servlet Container beta.
Max Romanov
1
-0
/
+1
2019-02-27
Fixed processing of SERVER_NAME after 77aad2c142a0.
Valentin Bartenev
1
-24
/
+7
2018-11-27
PHP: fixed "disable_functions" and "disable_classes" options.
Valentin Bartenev
1
-10
/
+87
2018-11-22
PHP: workaround for bug #71041.
Valentin Bartenev
1
-2
/
+6
2018-11-21
PHP: fixed compatibility with ZTS.
Valentin Bartenev
1
-6
/
+25
[next]