Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1059 char *orig_path_translated = env_path_translated; in init_request_info() local
1202 if (orig_path_translated) { in init_request_info()
1203 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
1221 if (orig_path_translated) { in init_request_info()
1222 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
1276 if (orig_path_translated) { in init_request_info()
1277 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1219 char *orig_path_translated = env_path_translated; local
1343 if (orig_path_translated) {
1344 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1361 if (orig_path_translated) {
1362 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1411 if (orig_path_translated) {
1412 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);

Completed in 18 milliseconds