Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dfpm_main.c972 char *script_path_translated = env_script_filename; in init_request_info() local
979 if (!script_path_translated && env_path_translated) { in init_request_info()
980 script_path_translated = env_path_translated; in init_request_info()
995 if (script_path_translated) { in init_request_info()
1097 script_path_translated = env_path_translated; in init_request_info()
1105 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0); in init_request_info()
1113 if (script_path_translated && in init_request_info()
1148 path_info = script_path_translated + ptlen; in init_request_info()
1304 script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", script_path_translated); in init_request_info()
1336 script_path_translated = env_path_translated; in init_request_info()
[all …]
/php-src/sapi/cgi/
H A Dcgi_main.c1166 char *script_path_translated = env_script_filename; local
1171 if (!script_path_translated && env_path_translated) {
1172 script_path_translated = env_path_translated;
1189 if (script_path_translated) {
1233 env_path_translated != script_path_translated &&
1240 script_path_translated = env_path_translated;
1248 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1256 if (script_path_translated &&
1405 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
1435 script_path_translated = env_path_translated;
[all …]

Completed in 15 milliseconds