Searched refs:cnf (Results 1 – 25 of 30) sorted by relevance
12
/PHP-8.0/ext/openssl/tests/ |
H A D | bug73711.phpt | 9 $cnf = __DIR__ . DIRECTORY_SEPARATOR . 'bug73711.cnf'; 10 var_dump(openssl_pkey_new(["private_key_type" => OPENSSL_KEYTYPE_DSA, 'config' => $cnf])); 11 var_dump(openssl_pkey_new(["private_key_type" => OPENSSL_KEYTYPE_DH, 'config' => $cnf]));
|
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 | check_default_conf_path.phpt | 28 string(%d) "c:\program files%r( \(x86\)|)%r\common files\ssl\openssl.cnf"
|
H A D | bug73833.phpt | 10 $conf = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
|
H A D | bug60632.phpt | 15 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
|
H A D | CertificateGenerator.inc | 5 const CONFIG = __DIR__. DIRECTORY_SEPARATOR . 'openssl.cnf'; 116 $configFile = $file . '.cnf';
|
H A D | bug36732.phpt | 12 "config" => __DIR__. DIRECTORY_SEPARATOR . "openssl.cnf",
|
H A D | openssl_csr_get_public_key_basic.phpt | 9 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | openssl_csr_new_basic.phpt | 10 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
|
H A D | bug50293.phpt | 11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | bug55646.phpt | 34 ['config' => __DIR__. DIRECTORY_SEPARATOR . "openssl.cnf"]
|
H A D | openssl_csr_export_basic.phpt | 8 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | openssl_csr_get_subject_basic.phpt | 9 $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 | 9 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | 001.phpt | 12 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
|
H A D | openssl_csr_sign_basic.phpt | 11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
|
H A D | openssl_free_key.phpt | 24 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_set_opt.phpt | 15 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 16 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf')); 21 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 22 var_dump(mysqli_set_opt($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf'));
|
H A D | mysqli_options.phpt | 36 …ump("MYSQLI_READ_DEFAULT_GROUP", mysqli_options($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 37 …_dump("MYSQLI_READ_DEFAULT_FILE", mysqli_options($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf')); 80 …ump("MYSQLI_READ_DEFAULT_GROUP", mysqli_options($link, MYSQLI_READ_DEFAULT_GROUP, 'extra_my.cnf')); 81 …_dump("MYSQLI_READ_DEFAULT_FILE", mysqli_options($link, MYSQLI_READ_DEFAULT_FILE, 'extra_my.cnf'));
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_get_attribute.phpt | 73 Read options from the named option file instead of from my.cnf. 76 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
|
/PHP-8.0/.github/scripts/windows/ |
H A D | test_task.bat | 59 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR% 61 rem set OPENSSL_CONF=%OPENSSLDIR%\openssl.cnf
|
/PHP-8.0/ext/phar/tests/ |
H A D | phar_setsignaturealgo2.phpt | 35 $config = __DIR__ . '/files/openssl.cnf';
|
/PHP-8.0/ext/phar/tests/tar/ |
H A D | phar_setsignaturealgo2.phpt | 34 $config = __DIR__ . '/../files/openssl.cnf';
|
Completed in 21 milliseconds
12