Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 922) sorted by last modified time

12345678910>>...37

/PHP-5.5/win32/
H A Dinstall.txt299 sure that the user running the web server has read permissions to
398 * The IIS user (usually IUSR_MACHINENAME) needs permission to read
815 line as root user and start it manually - you will see there are no
1433 [mybox:user /src/php5] root# apachectl configtest
1644 [mybox:user /src/php5] root# apachectl configtest
1674 anonymous internet user ISUR_<machinename> cannot access them.
1687 Make sure any user who needs to run a PHP script has the rights to run
1688 php.exe! IIS uses an anonymous user which is added at the time IIS is
1689 installed. This user needs rights to php.exe. Also, any authenticated
1690 user will also need rights to execute php.exe. And for IIS4 you need to
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
11 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **…
13 // Start a user buffer
18 echo "This is being written to a user buffer.\n";
20 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
22 // Wipe the user buffer. Nothing should have been flushed.
28 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***
H A Dob_start_basic_002.phpt27 $callbacks = $functions['user'];
H A Dflush_basic_001.phpt13 // Ensure user buffers are not flushed by flush()
15 echo "Inside a user buffer\n";
19 echo "Outside of any user buffers\n";
25 Outside of any user buffers
/PHP-5.5/tests/lang/
H A D014.phpt2 Testing eval function inside user-defined function
H A D016.phpt2 Testing user-defined function in included file
H A D028.phpt2 Testing calling user-level functions from C
/PHP-5.5/tests/classes/
H A Dclass_example.phpt9 class user {
39 $user1 = new user;
40 $user2 = new user;
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch825 /* Format remote user. */
/PHP-5.5/sapi/tux/
H A DREADME9 The web-server provides a user-space API which allows arbitrary
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c81 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
82 if (strlen(wp->config->user) == strspn(wp->config->user, "0123456789")) { in fpm_unix_conf_wp()
83 wp->set_uid = strtoul(wp->config->user, 0, 10); in fpm_unix_conf_wp()
87 pwd = getpwnam(wp->config->user); in fpm_unix_conf_wp()
89 zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); in fpm_unix_conf_wp()
96 wp->user = strdup(pwd->pw_name); in fpm_unix_conf_wp()
123 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
139 wp->user = strdup(pwd->pw_name); in fpm_unix_conf_wp()
205 if (0 > initgroups(wp->config->user, wp->set_gid)) { in fpm_unix_init_child()
206 …SERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); in fpm_unix_init_child()
H A Dfpm_worker_pool.c26 if (wp->user) { in fpm_worker_pool_free()
27 free(wp->user); in fpm_worker_pool_free()
H A Dfpm_worker_pool.h24 char *user, *home; /* for setting env USER and HOME */ member
H A Dfpm_conf.c122 { "user", &fpm_conf_set_string, WPO(user) },
633 free(wpc->user); in fpm_worker_pool_config_free()
755 if (!wp->config->user && !geteuid()) { in fpm_conf_process_all_pools()
1576 zlog(ZLOG_NOTICE, "\tuser = %s", STR2STR(wp->config->user)); in fpm_conf_dump()
H A Dfpm_conf.h57 char *user; member
H A Dfpm_env.c154 if (wp->user) { in fpm_env_init_child()
155 setenv("USER", wp->user, 1); in fpm_env_init_child()
185 free(wp->user); in fpm_env_conf_wp()
186 wp->user = 0; in fpm_env_conf_wp()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in146 ; Unix user/group of processes
147 ; Note: The user is mandatory. If the group is not set, the default user's group
149 user = @php_fpm_user@
173 ; Default Values: user and group are set as the running user
319 ; user - the user (PHP_AUTH_USER) (or '-' if not set);
343 ; user: -
383 ; - %{user}C for user CPU only
385 ; - %{total}C for user + system CPU (default)
428 ; %u: remote user
H A Dphp-fpm.service.in12 WantedBy=multi-user.target
H A Dconfig.m4559 PHP_ARG_WITH(fpm-user,,
560 [ --with-fpm-user[=USER] Set the user for php-fpm to run as. (default: nobody)], nobody, no)
563 [ --with-fpm-group[=GRP] Set the group for php-fpm to run as. For a system user, this
634 AC_DEFINE_UNQUOTED(PHP_FPM_USER, "$php_fpm_user", [fpm user name])
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c600 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c550 r->connection->user = pstrdup(r->connection->pool, tmp_user); in init_request_info()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c181 ctx->finfo.st_uid = ctx->r->finfo.user; in php_apache_sapi_get_stat()
432 if (SG(request_info).auth_user == NULL && f->r->user) { in php_apache_request_ctor()
433 SG(request_info).auth_user = estrdup(f->r->user); in php_apache_request_ctor()
436 ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); in php_apache_request_ctor()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c220 ctx->finfo.st_uid = ctx->r->finfo.user; in php_apache_sapi_get_stat()
496 if (SG(request_info).auth_user == NULL && r->user) { in php_apache_request_ctor()
497 SG(request_info).auth_user = estrdup(r->user); in php_apache_request_ctor()
500 ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); in php_apache_request_ctor()
/PHP-5.5/
H A Dphp.ini-development174 ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
175 ;user_ini.filename = ".user.ini"
323 ; http://php.net/ignore-user-abort
433 ; E_USER_ERROR - user-generated error message
434 ; E_USER_WARNING - user-generated warning message
435 ; E_USER_NOTICE - user-generated notice message
711 ; http://php.net/user-dir
815 ; http://php.net/user-agent
1025 ; http://php.net/odbc.default-user
1133 ; http://php.net/mysql.default-user
[all …]
H A Dphp.ini-production174 ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
175 ;user_ini.filename = ".user.ini"
323 ; http://php.net/ignore-user-abort
433 ; E_USER_ERROR - user-generated error message
434 ; E_USER_WARNING - user-generated warning message
435 ; E_USER_NOTICE - user-generated notice message
711 ; http://php.net/user-dir
815 ; http://php.net/user-agent
1025 ; http://php.net/odbc.default-user
1133 ; http://php.net/mysql.default-user
[all …]

Completed in 79 milliseconds

12345678910>>...37