Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 374) sorted by last modified time

12345678910>>...15

/PHP-8.2/scripts/
H A Dphpize.m414 AC_CONFIG_SRCDIR([config.m4])
18 PHP_CONFIG_NICE(config.nice)
50 dnl Find php-config script.
51 PHP_ARG_WITH([php-config],,
52 [AS_HELP_STRING([--with-php-config=PATH],
53 [Path to php-config [php-config]])],
54 [php-config],
66 AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])
147 sinclude(config.m4)
218 AC_CONFIG_HEADERS([config.h])
[all …]
H A Dphpize.in52 if test ! -r config.m4; then
/PHP-8.2/win32/build/
H A DMakefile245 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
250 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
H A Dconfig.w322 // "Master" config file; think of it as a configure.ac
383 // Config profiles (--with-config-profile=<name>) will save a certain config to php-src/config.<nam…
387 ARG_WITH('config-profile', 'Name of the configuration profile to save this to in php-src/config.nam…
/PHP-8.2/sapi/fpm/tests/
H A Dproc-idle-timeout.phpt2 FPM: Process manager config pm.process_idle_timeout
H A Dtester.inc189 * Clean config files
271 * Skip test if config file is invalid.
447 $this->trace('Testing config using command', $cmd, true);
478 "The expected config %s %s %s not been found",
742 * Parse stdin and generate data for multipart config.
1149 * Create a config file.
1161 throw new \Exception('The config template array has to have main config');
1183 * Create pool config templates.
1261 $this->error("Invalid config variable $varName");
2046 * Expect log config options
[all …]
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_children.c190 fpm_globals.max_requests = wp->config->pm_max_requests; in fpm_child_init()
202 zlog(ZLOG_ERROR, "[pool %s] child failed to initialize", wp->config->name); in fpm_child_init()
300 …zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", wp->config->name,… in fpm_children_bury()
357 zlog(ZLOG_ERROR, "[pool %s] unable to malloc new child", wp->config->name); in fpm_resources_prepare()
417 if (wp->config->pm == PM_STYLE_DYNAMIC) { in fpm_children_make()
419 max = wp->config->pm_start_servers; in fpm_children_make()
423 } else if (wp->config->pm == PM_STYLE_ONDEMAND) { in fpm_children_make()
430 max = wp->config->pm_max_children; in fpm_children_make()
479 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
497 if (wp->config->pm == PM_STYLE_ONDEMAND) { in fpm_children_create_initial()
[all …]
H A Dfpm_conf.c837 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
883 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
907config->pm_start_servers = config->pm_min_spare_servers + ((config->pm_max_spare_servers - config-… in fpm_conf_process_all_pools()
910 …} else if (config->pm_start_servers < config->pm_min_spare_servers || config->pm_start_servers > c… in fpm_conf_process_all_pools()
1020 if (wp->config->slowlog && *wp->config->slowlog) { in fpm_conf_process_all_pools()
1042 if (wp->config->slowlog && *wp->config->slowlog) { in fpm_conf_process_all_pools()
1087 if (wp->config->chroot && *wp->config->chroot) { in fpm_conf_process_all_pools()
1103 if (wp->config->chdir && *wp->config->chdir) { in fpm_conf_process_all_pools()
1215config->listen_address && *wp->config->listen_address && wp2->config->listen_address && *wp2->conf… in fpm_conf_process_all_pools()
1491 config = current_wp->config; in fpm_conf_ini_parser_entry()
[all …]
H A Dfpm_events.c343 if (!wp->config) continue; in fpm_event_init_main()
344 if (wp->config->catch_workers_output && wp->config->pm_max_children > 0) { in fpm_event_init_main()
345 max += (wp->config->pm_max_children * 2); in fpm_event_init_main()
H A Dfpm_php.c127 for (kv = wp->config->php_values; kv; kv = kv->next) { in fpm_php_apply_defines()
136 for (kv = wp->config->php_admin_values; kv; kv = kv->next) { in fpm_php_apply_defines()
156 fcgi_set_allowed_clients(wp->config->listen_allowed_clients); in fpm_php_set_allowed_clients()
168 len = sprintf(max_workers, "%u", (unsigned int) wp->config->pm_max_children);
H A Dfpm_sockets.c251 if (0 > listen(sock, wp->config->listen_backlog)) { in fpm_sockets_new_listening_socket()
252 zlog(ZLOG_SYSERROR, "failed to listen to address '%s'", wp->config->listen_address); in fpm_sockets_new_listening_socket()
258 if (-1 < wp->config->listen_setfib) { in fpm_sockets_new_listening_socket()
259 if (routemax < wp->config->listen_setfib) { in fpm_sockets_new_listening_socket()
260 zlog(ZLOG_ERROR, "Invalid routing table id %d, max is %d", wp->config->listen_setfib, routemax); in fpm_sockets_new_listening_socket()
265 …if (0 > setsockopt(sock, SOL_SOCKET, SO_SETFIB, &wp->config->listen_setfib, sizeof(wp->config->lis… in fpm_sockets_new_listening_socket()
339 char *dup_address = strdup(wp->config->listen_address); in fpm_socket_af_inet_listening_socket()
400 size_t address_length = strlen(wp->config->listen_address); in fpm_socket_af_unix_listening_socket()
403 strlcpy(sa_un.sun_path, wp->config->listen_address, socket_length); in fpm_socket_af_unix_listening_socket()
410 wp->config->name, in fpm_socket_af_unix_listening_socket()
[all …]
H A Dfpm_status.c26 if (!wp || !wp->config) { in fpm_status_init_child()
31 if (wp->config->pm_status_path) { in fpm_status_init_child()
32 fpm_status_uri = strdup(wp->config->pm_status_path); in fpm_status_init_child()
35 if (wp->config->ping_path) { in fpm_status_init_child()
36 if (!wp->config->ping_response) { in fpm_status_init_child()
37 …"[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp->config->ping_pat… in fpm_status_init_child()
40 fpm_status_ping_uri = strdup(wp->config->ping_path); in fpm_status_init_child()
41 fpm_status_ping_response = strdup(wp->config->ping_response); in fpm_status_init_child()
H A Dfpm_stdio.c196 zlog_stream_set_decorating(log_stream, child->wp->config->decorate_workers_output);
199 child->wp->config->name, (int) child->pid, is_stdout ? "stdout" : "stderr");
210 child->wp->config->name, (int) child->pid, is_stdout ? "stdout" : "stderr");
290 if (0 == child->wp->config->catch_workers_output) { /* not required */
320 if (0 == child->wp->config->catch_workers_output) { /* not required */
341 if (0 == child->wp->config->catch_workers_output) { /* not required */
356 if (child->wp->config->catch_workers_output) {
H A Dfpm_unix.c85 wp->config->name, in fpm_unix_check_listen_address()
117 struct fpm_worker_pool_config_s *config = wp->config; in fpm_unix_test_config() local
355 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
379 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
400 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
403 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
406 if (wp->config->chroot && *wp->config->chroot) { in fpm_unix_conf_wp()
439 if (wp->config->rlimit_core) { in fpm_unix_init_child()
449 if (is_root && wp->config->chroot && *wp->config->chroot) { in fpm_unix_init_child()
457 if (wp->config->chdir && *wp->config->chdir) { in fpm_unix_init_child()
[all …]
H A Dfpm_php_trace.c39 int callers_limit = child->wp->config->request_slowlog_trace_depth; in fpm_php_trace_dump()
51 fprintf(slowlog, "\n%s [pool %s] pid %d\n", buf, child->wp->config->name, (int) pid); in fpm_php_trace_dump()
197 slowlog = fopen(child->wp->config->slowlog, "a+"); in fpm_php_trace()
200 zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog); in fpm_php_trace()
/PHP-8.2/sapi/apache2handler/
H A Dsapi_apache2.c571 HashTable config; in php_apache_ini_dtor() member
576 ZEND_HASH_MAP_FOREACH_STR_KEY(&c->config, str) { in php_apache_ini_dtor()
/PHP-8.2/
H A Dphp.ini-development17 ; 6. The directory from the --with-config-file-path compile time option, or the
1665 ; https://php.net/tidy.default-config
H A Dphp.ini-production17 ; 6. The directory from the --with-config-file-path compile time option, or the
1667 ; https://php.net/tidy.default-config
/PHP-8.2/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt9 // Empty env value disables any config option
13 // Env value without path separator overrides any config option
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt36 $config = __DIR__ . '/../files/openssl.cnf';
37 $config_arg = array('config' => $config);
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt53 $config = __DIR__ . '/../files/openssl.cnf';
54 $config_arg = array('config' => $config);
/PHP-8.2/ext/phar/phar/
H A Dpharcommand.inc234 $phpdir = (string) `pear config-get php_dir 2>/dev/null`;
369 * @param string $cfg The config option.
396 * @param string $cfg The config option.
/PHP-8.2/ext/pgsql/tests/
H A D80_bug32223.phpt25 require_once('inc/config.inc');
H A D80_bug32223b.phpt25 require_once('inc/config.inc');
H A D80_bug36625.phpt12 require_once('inc/config.inc');

Completed in 84 milliseconds

12345678910>>...15