Searched refs:doc_root (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/main/ |
| H A D | fopen_wrappers.c | 464 if (PG(doc_root) && path_info && (length = strlen(PG(doc_root))) && 465 IS_ABSOLUTE_PATH(PG(doc_root), length)) { 469 memcpy(filename, PG(doc_root), length);
|
| H A D | php_globals.h | 93 char *doc_root; member in struct:_php_core_globals
|
| H A D | main.c | 500 STD_PHP_INI_ENTRY("doc_root", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, doc_root, php_core_globals, core_globals)
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 180 * the path starting from doc_root throught to dirname(PATH_TRANSLATED). There is no point 715 static void php_cgi_ini_activate_user_config(char *path, int path_len, const char *doc_root, int doc_root_len, int start TSRMLS_DC) argument 753 s1 = (char *) doc_root; 758 s2 = (char *) doc_root; 771 ptr = s2 + start; /* start is the point where doc_root ends! */ 795 char *path, *doc_root, *server_name; local 839 doc_root = sapi_cgibin_getenv("DOCUMENT_ROOT", sizeof("DOCUMENT_ROOT") - 1 TSRMLS_CC); 841 if (doc_root) { 842 doc_root_len = strlen(doc_root); 843 if (doc_root_len > 0 && IS_SLASH(doc_root[doc_root_le [all...] |
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 181 * the path starting from doc_root throught to dirname(PATH_TRANSLATED). There is no point 696 static void php_cgi_ini_activate_user_config(char *path, int path_len, const char *doc_root, int doc_root_len, int start TSRMLS_DC) argument 733 s1 = (char *) doc_root; 738 s2 = (char *) doc_root; 751 ptr = s2 + start; /* start is the point where doc_root ends! */ 772 char *path, *doc_root, *server_name; local 816 doc_root = sapi_cgibin_getenv("DOCUMENT_ROOT", sizeof("DOCUMENT_ROOT") - 1 TSRMLS_CC); 818 if (doc_root) { 819 doc_root_len = strlen(doc_root); 820 if (doc_root_len > 0 && IS_SLASH(doc_root[doc_root_le [all...] |
Completed in 12 milliseconds