Home
last modified time | relevance | path

Searched refs:doc_root (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_012.phpt11 $doc_root = __DIR__;
12 file_put_contents($doc_root . '/request.php', '<?php print_r($_REQUEST); ?>');
32 @unlink($doc_root . '/request.php');
H A Dphp_cli_server.inc12 $doc_root = __DIR__;
16 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
19 $cmd = [$php_executable, '-t', $doc_root, '-n', ...$cmd_args, '-S', PHP_CLI_SERVER_ADDRESS];
29 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc8 $doc_root = __DIR__;
14 $cmd = [$php_executable, '-t', $doc_root, '-n', ...$ini_array, '-S', PHP_CLI_SERVER_ADDRESS];
20 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/ext/curl/tests/
H A Dserver.inc13 $doc_root = __DIR__;
15 $cmd = [$php_executable, '-t', $doc_root, '-n', '-S', PHP_CURL_SERVER_ADDRESS, $router];
21 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c820 s1 = (char *) doc_root;
825 s2 = (char *) doc_root;
918 char *doc_root; local
923 doc_root = FCGI_GETENV(request, "DOCUMENT_ROOT");
925 doc_root = getenv("DOCUMENT_ROOT");
928 if (doc_root) {
929 size_t doc_root_len = strlen(doc_root);
935 doc_root = estrndup(doc_root, doc_root_len);
936 zend_str_tolower(doc_root, doc_root_len);
941 efree(doc_root);
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c624 static void php_cgi_ini_activate_user_config(char *path, int path_len, const char *doc_root, int do… in php_cgi_ini_activate_user_config() argument
660 s1 = (char *) doc_root; in php_cgi_ini_activate_user_config()
665 s2 = (char *) doc_root; in php_cgi_ini_activate_user_config()
696 char *path, *doc_root, *server_name; in sapi_cgi_activate() local
740 doc_root = FCGI_GETENV(request, "DOCUMENT_ROOT"); in sapi_cgi_activate()
742 if (doc_root) { in sapi_cgi_activate()
743 doc_root_len = strlen(doc_root); in sapi_cgi_activate()
744 if (doc_root_len > 0 && IS_SLASH(doc_root[doc_root_len - 1])) { in sapi_cgi_activate()
748 php_cgi_ini_activate_user_config(path, path_len, doc_root, doc_root_len); in sapi_cgi_activate()
1074 if (!env_document_root && PG(doc_root)) { in init_request_info()
[all …]
/PHP-7.4/main/
H A Dphp_globals.h80 char *doc_root; member
H A Dfopen_wrappers.c412 if (PG(doc_root) && path_info && (length = strlen(PG(doc_root))) &&
413 IS_ABSOLUTE_PATH(PG(doc_root), length)) {
416 memcpy(filename, PG(doc_root), length);
H A Dmain.c799 …STD_PHP_INI_ENTRY("doc_root", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, doc_root, php_c…
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c920 char *doc_root; member
943 ctx->doc_root = sapi_lsapi_getenv("DOCUMENT_ROOT", 0); in lsapi_activate_user_ini_basic_checks()
944 DEBUG_MESSAGE("doc_root: %s", ctx->doc_root); in lsapi_activate_user_ini_basic_checks()
1046 docroot_len = ctx->doc_root && ctx->doc_root[0] in lsapi_activate_user_ini_walk_down_the_path()
1047 ? pathlen_without_trailing_slash(ctx->doc_root) in lsapi_activate_user_ini_walk_down_the_path()
1052 strncmp(ctx->path, ctx->doc_root, docroot_len) != 0; in lsapi_activate_user_ini_walk_down_the_path()
1058 walk_down_the_path(ctx->doc_root, ctx->path, in lsapi_activate_user_ini_walk_down_the_path()
/PHP-7.4/
H A Dphp.ini-development745 ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
750 doc_root =
H A Dphp.ini-production745 ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
750 doc_root =

Completed in 44 milliseconds