Home
last modified time | relevance | path

Searched refs:docroot (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/sapi/webjames/
H A Dwebjames.c119 char *docroot; in sapi_webjames_register_variables() local
130 docroot = __unixify(WG(conn)->homedir,0,NULL,1024,0); in sapi_webjames_register_variables()
131 if (docroot) ADD_STRING("DOCUMENT_ROOT", docroot); in sapi_webjames_register_variables()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c342 char *docroot = ""; in sapi_cli_register_variables() local
367 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len TSRMLS_CC)) { in sapi_cli_register_variables()
368 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array TSRMLS_CC); in sapi_cli_register_variables()
/PHP-5.5/
H A Dserver-tests.php1084 $docroot = $this->conf['TEST_BASE_PATH'];
1085 for ($i=0 ; $i < $depth; $i++) $docroot = dirname($docroot);
1086 $this->conf['TEST_DOCUMENT_ROOT']=$docroot;
H A DREADME.TESTING298 $docroot the equivelant of DOCUMENT_ROOT under Apache
H A DINSTALL709 docroot="/path/to/docroot" specific to the context php4_execute is
/PHP-5.5/win32/
H A Dinstall.txt399 various files and directories, such as php.ini, docroot, and the
768 docroot="/path/to/docroot" specific to the context php5_execute is

Completed in 27 milliseconds