Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 98) sorted by last modified time

1234

/PHP-8.2/sapi/fpm/
H A Dwww.conf.in20 ; Unix user/group of the child processes. This can be used only if the master
22 ; The user and group can be specified either by their name or by their numeric
27 ; If the group is not set, the user's group is used.
29 group = @php_fpm_group@
50 ; and group can be specified either by name or by their numeric IDs.
51 ; Default Values: Owner is set to the master process running user. If the group
52 ; is not set, the owner's group is used. Mode is set to 0660.
54 ;listen.group = @php_fpm_group@
58 ; these options, value is a comma separated list of user/group names.
59 ; When set, listen.owner and listen.group are ignored
[all …]
H A Dconfig.m4529 PHP_ARG_WITH([fpm-group],,
530 [AS_HELP_STRING([[--with-fpm-group[=GRP]]],
531 [Set the group for php-fpm to run as. For a system user, this should
584 acl_entry_t user, group;
588 acl_create_entry(&acl, &group);
602 acl_entry_t user, group;
606 acl_create_entry(&acl, &group);
617 AC_MSG_CHECKING([for acl user/group permissions support])
669 AC_DEFINE_UNQUOTED(PHP_FPM_GROUP, "$php_fpm_group", [fpm group name])
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_conf.c118 { "group", &fpm_conf_set_string, WPO(group) },
655 free(wpc->group); in fpm_worker_pool_config_free()
750 FPM_WPC_STR_CP(config, shared_config, group); in fpm_worker_pool_shared_status_alloc()
1754 zlog(ZLOG_NOTICE, "\tgroup = %s", STR2STR(wp->config->group)); in fpm_conf_dump()
H A Dfpm_unix.c101 struct group *group = getgrnam(name); in fpm_unix_get_group() local
102 if (!group) { in fpm_unix_get_group()
107 return group; in fpm_unix_get_group()
120 fpm_unix_check_group(wp, config->group, ZLOG_ERROR) && in fpm_unix_test_config()
211 struct group *grp; in fpm_unix_resolve_socket_permissions()
273 struct group *grp; in fpm_unix_resolve_socket_permissions()
379 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
380 if (fpm_unix_is_id(wp->config->group)) { in fpm_unix_conf_wp()
381 wp->set_gid = strtoul(wp->config->group, 0, 10); in fpm_unix_conf_wp()
383 struct group *grp; in fpm_unix_conf_wp()
[all …]
/PHP-8.2/sapi/apache2handler/
H A Dsapi_apache2.c225 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/PHP-8.2/ext/standard/
H A Dfilestat.c278 struct group gr; in php_get_gid_by_name()
279 struct group *retgrptr; in php_get_gid_by_name()
295 struct group *gr = getgrnam(name); in php_get_gid_by_name()
H A Dbasic_functions.stub.php2959 function chgrp(string $filename, string|int $group): bool {}
2964 function lchgrp(string $filename, string|int $group): bool {}
H A Dbasic_functions_arginfo.h1413 ZEND_ARG_TYPE_MASK(0, group, MAY_BE_STRING|MAY_BE_LONG, NULL)
1426 ZEND_ARG_TYPE_MASK(0, group, MAY_BE_STRING|MAY_BE_LONG, NULL)
/PHP-8.2/ext/sockets/tests/
H A Dbug63000.phpt11 "group" => '224.0.0.251',
H A Dmcast_ipv4_recv.phpt12 "group" => '224.0.0.23',
48 "group" => $mcastaddr,
63 echo "leaving group\n";
65 "group" => $mcastaddr,
75 echo "re-joining group\n";
111 echo "leaving group\n";
170 leaving group
175 re-joining group
189 leaving group
194 joining source group
[all …]
H A Dmcast_ipv6_recv.phpt23 "group" => 'ff01::114',
38 "group" => 'ff01::114',
42 "group" => 'ff01::114',
71 "group" => $mcastaddr,
93 echo "leaving group\n";
139 echo "leaving group\n";
202 leaving group
207 re-joining group
220 leaving group
225 joining source group
[all …]
H A Dmcast_ipv6_recv_limited.phpt22 "group" => 'ff01::114',
26 die('skip unable to join multicast group on any interface.');
33 "group" => 'ff01::114',
38 "group" => 'ff01::114',
67 "group" => $mcastaddr,
89 echo "leaving group\n";
91 "group" => $mcastaddr,
101 echo "re-joining group\n";
103 "group" => $mcastaddr,
131 leaving group
[all …]
H A Dsocket_export_stream-3.phpt11 "group" => '224.0.0.23',
15 die("SKIP joining group 224.0.0.23 on interface lo failed");
26 "group" => '224.0.0.23',
H A Dsocket_import_stream-3.phpt13 "group" => '224.0.0.23',
17 die("SKIP joining group 224.0.0.23 on interface lo failed");
26 "group" => '224.0.0.23',
/PHP-8.2/ext/sockets/
H A Dmulticast.c159 php_sockaddr_storage group = {0}; in php_do_mcast_opt() local
193 php_sockaddr_storage group = {0}, in php_do_mcast_opt() local
371 struct sockaddr *group, in php_mcast_join() argument
381 struct sockaddr *group, in php_mcast_leave() argument
392 struct sockaddr *group, in php_mcast_join_source() argument
404 struct sockaddr *group, in php_mcast_leave_source() argument
416 struct sockaddr *group, in php_mcast_block_source() argument
428 struct sockaddr *group, in php_mcast_unblock_source() argument
450 memcpy(&greq.gr_group, group, group_len); in _php_mcast_join_leave()
505 struct sockaddr *group, in _php_mcast_source_op() argument
[all …]
H A Dmulticast.h70 struct sockaddr *group,
77 struct sockaddr *group,
85 struct sockaddr *group,
94 struct sockaddr *group,
103 struct sockaddr *group,
112 struct sockaddr *group,
/PHP-8.2/ext/soap/
H A Dphp_sdl.c1328 model->u.group = types[i]; in sdl_deserialize_model()
1909 sdl_serialize_type_ref(model->u.group, tmp_types, out); in sdl_serialize_model()
2710 if (pmodel->u.group) { in make_persistent_sdl_model()
2711 make_persistent_sdl_type_ref(&pmodel->u.group, ptr_map, bp_types); in make_persistent_sdl_model()
H A Dsoap.c4177 model_to_string(model->u.group->model, buf, level);
H A Dphp_encoding.c1370 model_to_zval_object(ret, model->u.group->model, data, sdl); in model_to_zval_object()
1750 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1783 return model_array_element(model->u.group->model); in model_array_element()
H A Dphp_schema.c2202 model->u.group = tmp; in schema_content_model_fixup()
/PHP-8.2/ext/posix/
H A Dposix.c644 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
772 struct group *g; in PHP_FUNCTION()
775 struct group gbuf; in PHP_FUNCTION()
828 struct group _g; in PHP_FUNCTION()
829 struct group *retgrptr = NULL; in PHP_FUNCTION()
833 struct group *g; in PHP_FUNCTION()
/PHP-8.2/ext/posix/tests/
H A Dposix_getgrgid_error.phpt13 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
22 -- Testing posix_getgrgid() function with a negative group id --
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt69 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c538 int group, n; in pcre2_substitute() local
553 group = -1; in pcre2_substitute()
574 group = next - CHAR_0; in pcre2_substitute()
579 group = group * 10 + next - CHAR_0; in pcre2_substitute()
586 if (group > code->top_bracket) in pcre2_substitute()
687 if (group < 0) in pcre2_substitute()
694 group = code->top_bracket + 1; in pcre2_substitute()
704 if (group < 0) group = ng; /* First in ovector */ in pcre2_substitute()
716 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
773 subptr = subject + ovector[group*2]; in pcre2_substitute()
[all …]
H A Dpcre2_intmodedep.h683 PCRE2_SPTR group; member
694 PCRE2_SPTR group; member

Completed in 127 milliseconds

1234