Searched refs:chroot (Results 1 – 18 of 18) sorted by relevance
/PHP-5.6/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-5.6/ext/standard/ |
H A D | php_dir.h | 31 PHP_FUNCTION(chroot);
|
H A D | dir.c | 292 PHP_FUNCTION(chroot) in PHP_FUNCTION() argument 301 ret = chroot(str); in PHP_FUNCTION()
|
H A D | config.m4 | 394 AC_DEFINE(ENABLE_CHROOT_FUNC, 1, [Whether to enable chroot() function])
|
H A D | basic_functions.c | 3176 PHP_FE(chroot, arginfo_chroot)
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 311 if (wp->config->chroot && *wp->config->chroot) { in fpm_unix_conf_wp() 354 if (is_root && wp->config->chroot && *wp->config->chroot) { in fpm_unix_init_child() 355 if (0 > chroot(wp->config->chroot)) { in fpm_unix_init_child() 356 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.c | 153 { "chroot", &fpm_conf_set_string, WPO(chroot) }, 657 free(wpc->chroot); in fpm_worker_pool_config_free() 976 if (wp->config->chroot && *wp->config->chroot) { in fpm_conf_process_all_pools() 978 fpm_evaluate_full_path(&wp->config->chroot, wp, NULL, 1); in fpm_conf_process_all_pools() 980 if (*wp->config->chroot != '/') { in fpm_conf_process_all_pools() 981 …ROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->config->chroot); in fpm_conf_process_all_pools() 985 if (!fpm_conf_is_dir(wp->config->chroot)) { in fpm_conf_process_all_pools() 1001 if (wp->config->chroot) { in fpm_conf_process_all_pools() 1004 spprintf(&buf, 0, "%s/%s", wp->config->chroot, wp->config->chdir); in fpm_conf_process_all_pools() 1073 if (!wp->config->chroot) { in fpm_conf_process_all_pools() [all …]
|
H A D | fpm_conf.h | 85 char *chroot; member
|
/PHP-5.6/sapi/tux/ |
H A D | README | 22 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.6/sapi/fpm/ |
H A D | www.conf.in | 11 ; - 'chroot' 342 ; absolute path. When this value is not set, chroot is not used. 343 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one 347 ; possible. However, all PHP paths will be relative to the chroot 350 ;chroot = 354 ; Default Value: current directory or / when chroot
|
H A D | php-fpm.conf.in | 137 ; - 'chroot' 472 ; absolute path. When this value is not set, chroot is not used. 473 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one 477 ; possible. However, all PHP paths will be relative to the chroot 480 ;chroot = 484 ; Default Value: current directory or / when chroot
|
/PHP-5.6/ext/opcache/ |
H A D | README | 111 This directive prevents file name collisions in different "chroot" 113 different "chroot" environments.
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapilib.c | 886 rv = chroot( pChroot ); in setUID_LVE()
|
/PHP-5.6/ |
H A D | configure.in | 611 chroot \
|
H A D | INSTALL | 919 * The default install of Apache runs inside a » chroot(2) jail, which 927 automatically installs into the correct chroot directories, so no
|
H A D | php.ini-development | 2002 ; Prevent name collisions in chroot'ed environment.
|
H A D | php.ini-production | 2002 ; Prevent name collisions in chroot'ed environment.
|
H A D | NEWS | 3304 . Fixed bug #65226 (chroot() does not get enabled). (Anatol) 9439 - Fixed bug #40092 (chroot() doesn't clear realpath cache). (Dmitry)
|
Completed in 96 milliseconds