Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 35) sorted by relevance

12

/PHP-7.4/ext/opcache/tests/
H A Dblacklist-win32.phpt14 $conf = opcache_get_configuration();
15 $conf = $conf['blacklist'];
16 $conf[3] = preg_replace("!^\\Q".__DIR__."\\E!", "__DIR__", $conf[3]);
17 $conf[4] = preg_replace("!^\\Q".__DIR__."\\E!", "__DIR__", $conf[4]);
18 print_r($conf);
H A Dblacklist.phpt22 $conf = opcache_get_configuration();
23 $conf = $conf['blacklist'];
24 $conf[3] = preg_replace("!^\\Q".__DIR__."\\E!", "__DIR__", $conf[3]);
25 $conf[4] = preg_replace("!^\\Q".__DIR__."\\E!", "__DIR__", $conf[4]);
26 print_r($conf);
/PHP-7.4/ext/ldap/tests/
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);
H A DREADME.md99 #### (/etc/openldap/)slapd.conf
121 #### (/etc/openldap/)ldap.conf
/PHP-7.4/sapi/fpm/
H A DMakefile.frag18 $(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default; \
19 $(INSTALL_DATA) sapi/fpm/www.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.d/www.conf.default; \
H A Dinit.d.php-fpm.in17 php_fpm_CONF=@sysconfdir@/php-fpm.conf
H A Dphp-fpm.service.in12 ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt13 $conf = array('config' => __DIR__ . 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 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 Dbug80747.phpt12 $conf = array(
16 var_dump(openssl_pkey_new($conf));
H A D001.phpt12 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
13 $privkey = openssl_pkey_new($conf);
27 if (!openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf)) {
H A Dopenssl_free_key.phpt24 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
25 $privkey = openssl_pkey_new($conf);
37 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf) or die("failed to export …
/PHP-7.4/ext/snmp/tests/
H A DREADME.md38 * Replace config file (by default this is `/etc/snmp/snmpd.conf` on Linux and
39 `/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
42 `/var/net-snmp/snmpd.conf`. Delete it if exists. Forgetting to do so will fail
45 * Place `ext/snmp/tests/bigtest` near `snmpd.conf`, tune path to it in
46 `snmpd.conf`.
51 sudo snmpd -C -c ./snmpd.conf -f -Le
/PHP-7.4/ext/pspell/
H A Dpspell.c135 ZEND_ARG_INFO(0, conf)
140 ZEND_ARG_INFO(0, conf)
145 ZEND_ARG_INFO(0, conf)
150 ZEND_ARG_INFO(0, conf)
155 ZEND_ARG_INFO(0, conf)
160 ZEND_ARG_INFO(0, conf)
464 zend_long conf; in PHP_FUNCTION() local
751 zend_long conf; in PHP_FUNCTION() local
816 zend_long conf; in pspell_config_path() local
864 zend_long conf; in PHP_FUNCTION() local
[all …]
/PHP-7.4/azure/
H A Dsetup-slapd.sh34 if ! grep -q 'TLS_CACERT \/etc\/ldap\/ssl\/server.crt' /etc/ldap/ldap.conf; then
35 sudo sed -e 's|^\s*TLS_CACERT|# TLS_CACERT|' -i /etc/ldap/ldap.conf
36 echo 'TLS_CACERT /etc/ldap/ssl/server.crt' | sudo tee -a /etc/ldap/ldap.conf
/PHP-7.4/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.4/sapi/fpm/fpm/
H A Dfpm_conf.c358 *conf = LOG_AUTH; in fpm_conf_set_syslog_facility()
372 *conf = LOG_CRON; in fpm_conf_set_syslog_facility()
379 *conf = LOG_DAEMON; in fpm_conf_set_syslog_facility()
386 *conf = LOG_FTP; in fpm_conf_set_syslog_facility()
393 *conf = LOG_KERN; in fpm_conf_set_syslog_facility()
400 *conf = LOG_LPR; in fpm_conf_set_syslog_facility()
407 *conf = LOG_MAIL; in fpm_conf_set_syslog_facility()
414 *conf = LOG_NEWS; in fpm_conf_set_syslog_facility()
421 *conf = LOG_SYSLOG; in fpm_conf_set_syslog_facility()
428 *conf = LOG_USER; in fpm_conf_set_syslog_facility()
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dpdo_test.inc14 $conf = eval($common);
15 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
/PHP-7.4/sapi/apache2handler/
H A Dphp_apache.h56 char *get_php_config(void *conf, char *name, size_t name_len);
H A Dapache_config.c176 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config() argument
178 php_conf_rec *d = conf; in get_php_config()
H A Dsapi_apache2.c570 void *conf; in php_handler() local
585 conf = ap_get_module_config(r->per_dir_config, &php7_module); in php_handler()
603 apply_config(conf); in php_handler()
/PHP-7.4/ext/imap/tests/
H A DREADME.md13 installation. For information, the dovecot.conf file used in running the tests
/PHP-7.4/
H A D.travis.yml86 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
H A D.gitignore122 /sapi/fpm/php-fpm.conf
125 /sapi/fpm/www.conf
/PHP-7.4/build/
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…

Completed in 77 milliseconds

12