Home
last modified time | relevance | path

Searched refs:config (Results 251 – 275 of 394) sorted by relevance

1...<<111213141516

/php-src/ext/pgsql/tests/
H A D12pg_insert_9.phpt14 include 'inc/config.inc';
61 include('inc/config.inc');
H A Dpg_delete_001.phpt10 include('inc/config.inc');
49 require_once('inc/config.inc');
H A D13pg_select_9.phpt14 include 'inc/config.inc';
64 include('inc/config.inc');
H A Dpg_meta_data_001.phpt10 include('inc/config.inc');
30 require_once('inc/config.inc');
H A D14pg_update.phpt14 include 'inc/config.inc';
H A D29nb_async_connect.phpt12 include('inc/config.inc');
H A D26async_query_prepared.phpt12 include('inc/config.inc');
108 include('inc/config.inc');
H A D80_bug36625.phpt12 require_once('inc/config.inc');
H A D02connection.phpt11 include('inc/config.inc');
H A Dbug72197.phpt19 include('inc/config.inc');
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_try.phpt7 require __DIR__ . '/config.inc';
13 require __DIR__ . '/config.inc';
H A Dbatch_stmt_rowcount.phpt7 require __DIR__ . '/config.inc';
13 require __DIR__ . '/config.inc';
/php-src/sapi/fpm/fpm/
H A Dfpm_events.c334 if (!wp->config) continue; in fpm_event_init_main()
335 if (wp->config->catch_workers_output && wp->config->pm_max_children > 0) { in fpm_event_init_main()
336 max += (wp->config->pm_max_children * 2); in fpm_event_init_main()
/php-src/ext/openssl/tests/
H A Dbug36732.phpt10 "config" => __DIR__. DIRECTORY_SEPARATOR . "openssl.cnf",
H A Dopenssl_csr_new_basic.phpt10 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
H A Dopenssl_csr_new_array_dn_entry.phpt10 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
/php-src/sapi/fpm/tests/
H A Dproc-no-start-server.phpt2 FPM: Process manager config option pm.start_servers missing
H A Dproc-idle-timeout.phpt2 FPM: Process manager config pm.process_idle_timeout
H A Dgh12232-php-value-extension.phpt2 FPM: gh12232 - loading shared ext in FPM config
/php-src/ext/pdo_pgsql/tests/
H A Dissue78621.phpt7 require_once dirname(__FILE__) . '/config.inc';
/php-src/ext/odbc/tests/
H A Dodbc_connect_001.phpt7 include 'config.inc';
18 include 'config.inc';
H A Dbug47803.phpt10 include __DIR__ . "/config.inc";
94 include 'config.inc';
H A Dodbc_tables_001.phpt10 include 'config.inc';
/php-src/sapi/apache2handler/
H A Dconfig.m445 dnl Pick up ap[ru]-N-config.
46 APR_CONFIG=$($APXS -q APR_CONFIG 2>/dev/null || echo $APR_BINDIR/apr-config)
47 APU_CONFIG=$($APXS -q APU_CONFIG 2>/dev/null || echo $APU_BINDIR/apu-config)
/php-src/.github/workflows/
H A Dpush.yml245 - name: git config
246 run: git config --global core.autocrlf false && git config --global core.eol lf
299 --with-config-file-scan-dir=/etc/php.d \
319 git config --global user.name "Benchmark"
320 git config --global user.email "benchmark@php.net"

Completed in 43 milliseconds

1...<<111213141516