Home
last modified time | relevance | path

Searched refs:chroot (Results 1 – 13 of 13) sorted by relevance

/PHP-5.3/ext/standard/tests/file/
H A Dchroot_001.phpt2 chroot()
10 if (!function_exists("chroot")) {
11 die("skip chroot() not available");
18 var_dump(chroot("chroot_001_x"));
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_unix.c129 if (wp->config->chroot && *wp->config->chroot) { in fpm_unix_conf_wp()
172 if (is_root && wp->config->chroot && *wp->config->chroot) { in fpm_unix_init_child()
173 if (0 > chroot(wp->config->chroot)) { in fpm_unix_init_child()
174 zlog(ZLOG_SYSERROR, "[pool %s] failed to chroot(%s)", wp->config->name, wp->config->chroot); in fpm_unix_init_child()
H A Dfpm_conf.h79 char *chroot; member
H A Dfpm_conf.c137 { "chroot", &fpm_conf_set_string, WPO(chroot) },
633 free(wpc->chroot); in fpm_worker_pool_config_free()
949 if (wp->config->chroot && *wp->config->chroot) { in fpm_conf_process_all_pools()
951 fpm_evaluate_full_path(&wp->config->chroot, wp, NULL, 1); in fpm_conf_process_all_pools()
953 if (*wp->config->chroot != '/') { in fpm_conf_process_all_pools()
954 …ROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->config->chroot); in fpm_conf_process_all_pools()
958 if (!fpm_conf_is_dir(wp->config->chroot)) { in fpm_conf_process_all_pools()
974 if (wp->config->chroot) { in fpm_conf_process_all_pools()
977 spprintf(&buf, 0, "%s/%s", wp->config->chroot, wp->config->chdir); in fpm_conf_process_all_pools()
1046 if (!wp->config->chroot) { in fpm_conf_process_all_pools()
[all …]
/PHP-5.3/ext/standard/
H A Dphp_dir.h31 PHP_FUNCTION(chroot);
H A Ddir.c288 PHP_FUNCTION(chroot) in PHP_FUNCTION() argument
297 ret = chroot(str); in PHP_FUNCTION()
H A Dconfig.m4366 AC_DEFINE(ENABLE_CHROOT_FUNC, 1, [Whether to enable chroot() function])
H A Dbasic_functions.c3172 PHP_FE(chroot, arginfo_chroot)
/PHP-5.3/sapi/tux/
H A DREADME22 Note that requests are served in a chroot'ed environment.
23 The initialization of PHP does not take place in the chroot'ed
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in128 ; - 'chroot'
448 ; absolute path. When this value is not set, chroot is not used.
449 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
453 ; possible. However, all PHP paths will be relative to the chroot
456 ;chroot =
460 ; Default Value: current directory or / when chroot
/PHP-5.3/
H A Dconfigure.in532 chroot \
H A DINSTALL919 * The default install of Apache runs inside a » chroot(2) jail, which
927 automatically installs into the correct chroot directories, so no
H A DNEWS4811 - Fixed bug #40092 (chroot() doesn't clear realpath cache). (Dmitry)

Completed in 91 milliseconds