Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c1076 char *orig_path_translated = env_path_translated; in init_request_info() local
1239 if (orig_path_translated) { in init_request_info()
1240 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
1258 if (orig_path_translated) { in init_request_info()
1259 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
1313 if (orig_path_translated) { in init_request_info()
1314 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c1217 char *orig_path_translated = env_path_translated; local
1341 if (orig_path_translated) {
1342 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1359 if (orig_path_translated) {
1360 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1409 if (orig_path_translated) {
1410 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);

Completed in 14 milliseconds