Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-8.1/ext/pgsql/tests/
H A D80_bug32223.phpt25 require_once('config.inc');
H A D24sync_query_prepared.phpt13 include('config.inc');
H A Dbug47199.phpt12 require_once('config.inc');
H A Dbug60244.phpt12 include 'config.inc';
H A Dpg_update_001.phpt10 include('config.inc');
H A D25async_query_params.phpt13 include('config.inc');
H A D80_bug14383.phpt13 require_once('config.inc');
H A D10pg_convert_9.phpt14 include 'config.inc';
/PHP-8.1/ext/curl/tests/
H A Dcheck_win_config.phpt2 Check libcurl config on windows
/PHP-8.1/.github/actions/apt-x32/
H A Daction.yml49 pkg-config:i386 \
/PHP-8.1/win32/build/
H A Dphpize.js.in86 c = dirname + "\\config.w32";
106 c = FSO.BuildPath(fc.item(), "config.w32");
230 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
233 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
H A Dconfig.w322 // "Master" config file; think of it as a configure.ac
358 // Config profiles (--with-config-profile=<name>) will save a certain config to php-src/config.<nam…
362 ARG_WITH('config-profile', 'Name of the configuration profile to save this to in php-src/config.nam…
/PHP-8.1/ext/dom/tests/
H A Ddomobject_debug_handler.phpt46 ["config"]=>
/PHP-8.1/.github/workflows/
H A Dnightly.yml400 cp wp-tests-config-sample.php wp-tests-config.php
401 sed -i 's/youremptytestdbnamehere/test/g' wp-tests-config.php
402 sed -i 's/yourusernamehere/root/g' wp-tests-config.php
403 sed -i 's/yourpasswordhere/root/g' wp-tests-config.php
548 --with-config-file-path=/etc \
549 --with-config-file-scan-dir=/etc/php.d
667 - name: git config
668 run: git config --global core.autocrlf false && git config --global core.eol lf
/PHP-8.1/ext/pdo_firebird/
H A Dconfig.m447 …AC_MSG_ERROR([libfbclient, libgds or libib_util not found! Check config.log for more information.])
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt8 require __DIR__ . '/config.inc';
H A Dpecl_bug_5780.phpt8 require __DIR__ . '/config.inc';
H A Dbug_50323.phpt8 require __DIR__ . '/config.inc';
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug64953.phpt8 require __DIR__ . '/config.inc';
H A Dbug66584.phpt8 require __DIR__ . '/config.inc';
H A Dbug69752.phpt8 require __DIR__ . '/config.inc';
H A Dbug43925.phpt8 require __DIR__ . '/config.inc';
H A Dbug48764.phpt8 require __DIR__ . '/config.inc';
/PHP-8.1/.circleci/
H A Dconfig.yml161 --with-config-file-path=/etc \
162 --with-config-file-scan-dir=/etc/php.d \
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt9 $config = PDOTest::get_config('ext/pdo_odbc/tests/common.phpt');
10 if (!isset($config['ENV']['PDOTEST_DSN']) || $config['ENV']['PDOTEST_DSN']===false) print 'skip';

Completed in 55 milliseconds

1...<<1112131415