Home
last modified time | relevance | path

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

/php-src/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-src/sapi/cgi/
H A Dcgi_main.c1220 char *orig_path_translated = env_path_translated; local
1344 if (orig_path_translated) {
1345 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1362 if (orig_path_translated) {
1363 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1412 if (orig_path_translated) {
1413 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);

Completed in 26 milliseconds