Home
last modified time | relevance | path

Searched refs:orig_path_translated (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1068 char *orig_path_translated = env_path_translated; in init_request_info() local
1211 if (orig_path_translated) { in init_request_info()
1212 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
1230 if (orig_path_translated) { in init_request_info()
1231 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
1285 if (orig_path_translated) { in init_request_info()
1286 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1232 char *orig_path_translated = env_path_translated; local
1356 if (orig_path_translated) {
1357 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1374 if (orig_path_translated) {
1375 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1424 if (orig_path_translated) {
1425 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);

Completed in 18 milliseconds