Searched refs:docroot (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/sapi/webjames/ |
H A D | webjames.c | 119 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.6/sapi/cli/ |
H A D | php_cli.c | 346 char *docroot = ""; in sapi_cli_register_variables() local 371 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len TSRMLS_CC)) { in sapi_cli_register_variables() 372 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array TSRMLS_CC); in sapi_cli_register_variables()
|
/PHP-5.6/ |
H A D | server-tests.php | 1084 $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 D | README.TESTING2 | 98 $docroot the equivalent of DOCUMENT_ROOT under Apache
|
H A D | INSTALL | 709 docroot="/path/to/docroot" specific to the context php4_execute is
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg.c | 526 char *docroot = ""; in php_sapi_phpdbg_register_vars() local 560 &docroot, len, &len TSRMLS_CC)) { in php_sapi_phpdbg_register_vars() 561 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array TSRMLS_CC); in php_sapi_phpdbg_register_vars()
|
/PHP-5.6/win32/ |
H A D | install.txt | 390 various files and directories, such as php.ini, docroot, and the 759 docroot="/path/to/docroot" specific to the context php5_execute is
|
Completed in 30 milliseconds