Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1137 char *orig_path_translated = env_path_translated; local
1286 if (orig_path_translated) {
1287 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
1305 if (orig_path_translated) {
1306 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
1360 if (orig_path_translated) {
1361 _sapi_cgibin_putenv("ORIG_PATH_TRANSLATED", orig_path_translated TSRMLS_CC);
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1196 char *orig_path_translated = env_path_translated; local
1320 if (orig_path_translated) {
1321 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1339 if (orig_path_translated) {
1340 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
1389 if (orig_path_translated) {
1390 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);

Completed in 14 milliseconds