Home
last modified time | relevance | path

Searched refs:config (Results 76 – 100 of 361) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug73959.phpt9 require __DIR__ . '/config.inc';
15 require __DIR__ . '/config.inc';
H A Dbug36727.phpt9 require __DIR__ . '/config.inc';
15 require __DIR__ . '/config.inc';
H A Dbug71885.phpt9 require_once dirname(__FILE__) . '/config.inc';
15 require_once dirname(__FILE__) . '/config.inc';
H A Dgh7723.phpt7 require __DIR__ . '/config.inc';
13 require __DIR__ . '/config.inc';
/PHP-8.1/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt36 $config = __DIR__ . '/files/openssl.cnf';
37 $config_arg = array('config' => $config);
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_env.c141 spprintf(&title, 0, "pool %s", wp->config->name); in fpm_env_init_child()
145 if (wp->config->clear_env) { in fpm_env_init_child()
149 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_init_child()
169 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_conf_wp()
295 spprintf(&title, 0, "master process (%s)", fpm_globals.config); in fpm_env_init_main()
H A Dfpm_php_trace.c39 int callers_limit = child->wp->config->request_slowlog_trace_depth; in fpm_php_trace_dump()
52 fprintf(slowlog, "\n%s [pool %s] pid %d\n", buf, child->wp->config->name, (int) pid); in fpm_php_trace_dump()
198 slowlog = fopen(child->wp->config->slowlog, "a+"); in fpm_php_trace()
201 zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog); in fpm_php_trace()
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_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);
/PHP-8.1/ext/pdo_dblib/tests/
H A Ddatetime2.phpt7 require __DIR__ . '/config.inc';
12 require __DIR__ . '/config.inc';
H A Dbug_47588.phpt7 require __DIR__ . '/config.inc';
11 require __DIR__ . '/config.inc';
H A Dbug_69592.phpt7 require __DIR__ . '/config.inc';
11 require __DIR__ . '/config.inc';
/PHP-8.1/ext/odbc/tests/
H A Dbug69975.phpt9 include 'config.inc';
29 include 'config.inc';
H A Dbug71171.phpt10 include 'config.inc';
34 include 'config.inc';
H A Dbug80592.phpt9 include 'config.inc';
20 include 'config.inc';
H A Dodbc_exec_002.phpt10 include 'config.inc';
29 require 'config.inc';
H A Dbug69354.phpt10 include 'config.inc';
36 include 'config.inc';
H A Dbug73725.phpt10 include __DIR__ . "/config.inc";
47 include 'config.inc';
/PHP-8.1/ext/tidy/tests/
H A D024.phpt17 $config = array(
23 $tidy = tidy_parse_string($contents, $config, 'utf8');
/PHP-8.1/docs/
H A Dself-contained-extensions.md6 * Configuration file (config.m4)
54 [--with-php-config=/path/to/php-config] \
114 Put `config.m4` and the source files into one directory. Then, run `phpize`
124 your `config.m4`.
134 [--with-php-config=/path/to/php-config]
144 1. In `config.m4`, use `PHP_ARG_WITH/PHP_ARG_ENABLE`. Then you will
148 2. In `config.m4`, use `PHP_NEW_EXTENSION(foo,.., $ext_shared)` to enable
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug53782.phpt8 require __DIR__ . '/config.inc';
14 require __DIR__ . '/config.inc';
H A Dbug_41698.phpt8 require __DIR__ . '/config.inc';
14 require __DIR__ . '/config.inc';
H A Dpdo_mysql_param_str_natl.phpt8 require __DIR__ . '/config.inc';
14 require __DIR__ . '/config.inc';
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_csr_export_to_file_basic.phpt13 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
36 "config" => $config,
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt35 $config = __DIR__ . '/../files/openssl.cnf';
36 $config_arg = array('config' => $config);

Completed in 30 milliseconds

12345678910>>...15