Home
last modified time | relevance | path

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

/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c1133 char *orig_path_translated = env_path_translated; local
1271 if (orig_path_translated) {
1272 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
1290 if (orig_path_translated) {
1291 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
1345 if (orig_path_translated) {
1346 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c1194 char *orig_path_translated = env_path_translated; local
1318 if (orig_path_translated) {
1319 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1337 if (orig_path_translated) {
1338 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1387 if (orig_path_translated) {
1388 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);

Completed in 15 milliseconds