Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 40) sorted by path

12

/PHP-7.0/
H A D.gitignore272 sapi/fpm/php-fpm.conf
H A DINSTALL335 Example #1 Partial lighttpd.conf
478 2. Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6)
490 classes [version 6.0+] in their vserver.obj.conf):
591 in obj.conf with the following:
687 # cp /usr/local/share/doc/php4/php.ini-recommended /var/www/conf/php.ini
932 on legacy machines may be /etc/httpd/httpd.conf.
1482 ini_set(), whereas others may require php.ini or httpd.conf.
1496 PHP_INI_SYSTEM Entry can be set in php.ini or httpd.conf
1684 + > run -X -f /path/to/httpd.conf
1686 + > run -X -f /path/to/httpd.conf
[all …]
H A DMakefile.global125 …rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sa…
H A DREADME.TESTING2100 $this->conf all server-tests configuration vars
/PHP-7.0/build/
H A Dlibtool.m4882 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1453 # the default ld.so.conf also contains /usr/contrib/lib and
1710 # Append ld.so.conf contents to the search path
1711 if test -f /etc/ld.so.conf; then
1712 … \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;…
H A Dshtool700 if [ -f /etc/resolv.conf ]; then
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic3456 # licq.conf
/PHP-7.0/ext/imap/tests/
H A DREADME9 … with a fairly minimal dovecot installation. For information, the dovecot.conf file used in runnin…
/PHP-7.0/ext/ldap/tests/
H A DREADME87 (/etc/openldap/)slapd.conf:
108 (/etc/openldap/)ldap.conf:
H A Dldap_connect_ldap_conf.phpt2 ldap_connect() - Connection using default host from openldap's ldap.conf
15 $conf=tempnam("/tmp","ldap.conf");
16 file_put_contents($conf, "uri ldaps://example.com:3141/");
17 putenv("LDAPCONF=$conf");
21 unlink($conf);
/PHP-7.0/ext/opcache/tests/
H A Dblacklist-win32.phpt14 $conf = opcache_get_configuration();
15 $conf = $conf['blacklist'];
16 $conf[3] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[3]);
17 $conf[4] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[4]);
18 print_r($conf);
H A Dblacklist.phpt14 $conf = opcache_get_configuration();
15 $conf = $conf['blacklist'];
16 $conf[3] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[3]);
17 $conf[4] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[4]);
18 print_r($conf);
/PHP-7.0/ext/openssl/tests/
H A D001.phpt12 $conf = array('config' => dirname(__FILE__) . DIRECTORY_SEPARATOR . 'openssl.cnf');
13 $privkey = openssl_pkey_new($conf);
25 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf) or die("failed to export …
H A Dbug73833.phpt10 $conf = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
13 $key = openssl_pkey_new($conf);
15 if (openssl_pkey_export($key, $privatePEM, $password, $conf) === false) {
H A Dopenssl_csr_new_basic.phpt13 $conf = array('config' => dirname(__FILE__) . DIRECTORY_SEPARATOR . 'openssl.cnf');
14 var_dump(openssl_csr_new(array(), $a, $conf, array()));
19 var_dump(openssl_csr_new($a, $b, $conf));
22 $x = openssl_pkey_new($conf);
23 var_dump(openssl_csr_new(["countryName" => "DE"], $x, $conf + ["x509_extensions" => 0xDEADBEEF]));
H A Dopenssl_free_key.phpt25 $conf = array('config' => dirname(__FILE__) . DIRECTORY_SEPARATOR . 'openssl.cnf');
26 $privkey = openssl_pkey_new($conf);
38 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf) or die("failed to export …
/PHP-7.0/ext/pdo/tests/
H A Dpdo_test.inc14 $conf = eval($common);
15 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
/PHP-7.0/ext/pdo_dblib/
H A DREADME23 it's best to use the DSN (rather than freetds.conf, etc.) to set the version.
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug62479.phpt52 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "my password");
64 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "my pass'word");
H A Dbug69362.phpt52 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "'mypassword");
/PHP-7.0/ext/phar/phar/
H A Dclicommand.inc245 foreach(call_user_func($func, $l, $sp) as $arg => $conf) {
246 if ((isset($conf['required']) && $conf['required']) != $required) {
258 $inf .= $this->cli_wordwrap($sp . $arg . $conf['inf'], $l2, $sp2) . "\n";
260 if (isset($conf['select']) && count($conf['select'])) {
262 foreach($conf['select'] as $opt => $what) {
267 foreach($conf['select'] as $opt => $what) {
/PHP-7.0/ext/pspell/
H A Dpspell.c139 ZEND_ARG_INFO(0, conf)
144 ZEND_ARG_INFO(0, conf)
149 ZEND_ARG_INFO(0, conf)
154 ZEND_ARG_INFO(0, conf)
159 ZEND_ARG_INFO(0, conf)
164 ZEND_ARG_INFO(0, conf)
468 zend_long conf; in PHP_FUNCTION() local
755 zend_long conf; in PHP_FUNCTION() local
820 zend_long conf; in pspell_config_path() local
868 zend_long conf; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/snmp/tests/
H A DREADME32 - Replace config file (by default this is /etc/snmp/snmpd.conf on Linux and
33 /usr/local/etc/snmp/snmpd.conf on FreeBSD) with snmpd.conf supplied.
35 Before launching daemon make sure that there is no file /var/net-snmp/snmpd.conf
38 - Place bigtest.sh near snmpd.conf, tune path to it in snmpd.conf
42 sudo snmpd -C -c ./snmpd.conf -f -Le
/PHP-7.0/sapi/apache2handler/
H A DREADME40 At the end of conf/httpd.conf, add:
54 place your php.ini file in Apache's ServerRoot/conf directory and
55 add this to your httpd.conf file:
57 PHPINIDir "conf"
H A Dapache_config.c160 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config() argument
162 php_conf_rec *d = conf; in get_php_config()

Completed in 157 milliseconds

12