Home
last modified time | relevance | path

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

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c1168 char *orig_path_translated = env_path_translated; local
1317 if (orig_path_translated) {
1318 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
1336 if (orig_path_translated) {
1337 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
1391 if (orig_path_translated) {
1392 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c1204 char *orig_path_translated = env_path_translated; local
1328 if (orig_path_translated) {
1329 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1347 if (orig_path_translated) {
1348 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1397 if (orig_path_translated) {
1398 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);

Completed in 14 milliseconds