Searched refs:chroot (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/standard/tests/file/ |
H A D | chroot_001.phpt | 2 chroot() 10 if (!function_exists("chroot")) { 11 die("skip chroot() not available"); 18 var_dump(chroot("chroot_001_x"));
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 317 if (wp->config->chroot && *wp->config->chroot) { in fpm_unix_conf_wp() 360 if (is_root && wp->config->chroot && *wp->config->chroot) { in fpm_unix_init_child() 361 if (0 > chroot(wp->config->chroot)) { in fpm_unix_init_child() 362 zlog(ZLOG_SYSERROR, "[pool %s] failed to chroot(%s)", wp->config->name, wp->config->chroot); in fpm_unix_init_child()
|
H A D | fpm_conf.h | 88 char *chroot; member
|
H A D | fpm_conf.c | 150 { "chroot", &fpm_conf_set_string, WPO(chroot) }, 655 free(wpc->chroot); in fpm_worker_pool_config_free() 1051 if (wp->config->chroot && *wp->config->chroot) { in fpm_conf_process_all_pools() 1053 fpm_evaluate_full_path(&wp->config->chroot, wp, NULL, 1); in fpm_conf_process_all_pools() 1055 if (*wp->config->chroot != '/') { in fpm_conf_process_all_pools() 1056 …ROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->config->chroot); in fpm_conf_process_all_pools() 1060 if (!fpm_conf_is_dir(wp->config->chroot)) { in fpm_conf_process_all_pools() 1076 if (wp->config->chroot) { in fpm_conf_process_all_pools() 1079 spprintf(&buf, 0, "%s/%s", wp->config->chroot, wp->config->chdir); in fpm_conf_process_all_pools() 1148 if (!wp->config->chroot) { in fpm_conf_process_all_pools() [all …]
|
/PHP-8.0/ext/standard/ |
H A D | dir.c | 271 PHP_FUNCTION(chroot) in PHP_FUNCTION() argument 281 ret = chroot(str); in PHP_FUNCTION()
|
H A D | config.m4 | 341 AC_DEFINE(ENABLE_CHROOT_FUNC, 1, [Whether to enable chroot() function])
|
H A D | basic_functions.stub.php | 709 function chroot(string $directory): bool {} function
|
H A D | basic_functions_arginfo.h | 2521 ZEND_FUNCTION(chroot); 3158 ZEND_FE(chroot, arginfo_chroot)
|
/PHP-8.0/sapi/fpm/ |
H A D | www.conf.in | 11 ; - 'chroot' 377 ; absolute path. When this value is not set, chroot is not used. 378 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one 382 ; possible. However, all PHP paths will be relative to the chroot 385 ;chroot = 389 ; Default Value: current directory or / when chroot
|
/PHP-8.0/ |
H A D | configure.ac | 556 chroot \
|
H A D | php.ini-development | 1888 ; Prevent name collisions in chroot'ed environment.
|
H A D | php.ini-production | 1890 ; Prevent name collisions in chroot'ed environment.
|
/PHP-8.0/sapi/litespeed/ |
H A D | lsapilib.c | 1066 rv = chroot( pChroot ); in setUID_LVE()
|
Completed in 73 milliseconds