Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c955 char *script_path_translated = env_script_filename; in init_request_info() local
962 if (!script_path_translated && env_path_translated) { in init_request_info()
963 script_path_translated = env_path_translated; in init_request_info()
978 if (script_path_translated) { in init_request_info()
1080 script_path_translated = env_path_translated; in init_request_info()
1088 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0); in init_request_info()
1096 if (script_path_translated && in init_request_info()
1131 path_info = script_path_translated + ptlen; in init_request_info()
1267 script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", script_path_translated); in init_request_info()
1299 script_path_translated = env_path_translated; in init_request_info()
[all …]
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1165 char *script_path_translated = env_script_filename; local
1170 if (!script_path_translated && env_path_translated) {
1171 script_path_translated = env_path_translated;
1188 if (script_path_translated) {
1239 script_path_translated = env_path_translated;
1247 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1255 if (script_path_translated &&
1399 (script_path_translated != orig_script_filename &&
1404 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
1434 script_path_translated = env_path_translated;
[all …]

Completed in 24 milliseconds