Searched refs:cnf (Results 1 – 25 of 34) sorted by relevance
12
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_set_opt.phpt | 16 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 17 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf')); 22 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 23 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf'));
|
H A D | mysqli_options.phpt | 21 …ump("MYSQLI_READ_DEFAULT_GROUP", mysqli_options($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 22 var_dump("MYSQLI_READ_DEFAULT_FILE", mysqli_options($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf'… 70 …ump("MYSQLI_READ_DEFAULT_GROUP", mysqli_options($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 71 var_dump("MYSQLI_READ_DEFAULT_FILE", mysqli_options($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf'…
|
/PHP-8.1/ext/openssl/tests/ |
H A D | gh9339.phpt | 15 $configFile = __DIR__ . '/gh9339.cnf'; 21 @unlink(__DIR__ . '/gh9339.cnf');
|
H A D | bug80747.phpt | 13 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
|
H A D | bug73711.phpt | 11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | check_default_conf_path.phpt | 30 string(%d) "c:\program files%r( \(x86\)|)%r\common files\ssl\openssl.cnf"
|
H A D | bug73833.phpt | 8 $conf = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
|
H A D | bug72165.phpt | 8 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
|
H A D | bug60632.phpt | 13 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
|
H A D | bug52093.phpt | 18 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
|
H A D | bug36732.phpt | 10 "config" => __DIR__. DIRECTORY_SEPARATOR . "openssl.cnf",
|
H A D | CertificateGenerator.inc | 5 const CONFIG = __DIR__. DIRECTORY_SEPARATOR . 'openssl.cnf'; 120 $configFile = $file . '.cnf';
|
H A D | openssl_csr_new_basic.phpt | 10 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
|
H A D | openssl_csr_get_public_key_basic.phpt | 11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | bug55646.phpt | 34 ['config' => __DIR__. DIRECTORY_SEPARATOR . "openssl.cnf"]
|
H A D | bug50293.phpt | 11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | openssl_csr_export_basic.phpt | 12 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | openssl_csr_get_subject_basic.phpt | 11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | openssl_pkey_export_basic.phpt | 15 $config_arg = array("config" => __DIR__ . DIRECTORY_SEPARATOR . "openssl.cnf");
|
H A D | openssl_csr_export_to_file_basic.phpt | 13 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | openssl_free_key.phpt | 16 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_get_attribute.phpt | 74 Read options from the named option file instead of from my.cnf. 77 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
|
/PHP-8.1/ext/phar/tests/ |
H A D | phar_setsignaturealgo2.phpt | 36 $config = __DIR__ . '/files/openssl.cnf';
|
/PHP-8.1/ext/phar/tests/tar/ |
H A D | phar_setsignaturealgo2.phpt | 35 $config = __DIR__ . '/../files/openssl.cnf';
|
/PHP-8.1/.github/scripts/windows/ |
H A D | test_task.bat | 67 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR% 69 rem set OPENSSL_CONF=%OPENSSLDIR%\openssl.cnf
|
Completed in 24 milliseconds
12