Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 40) sorted by last modified time

12

/PHP-7.0/win32/
H A Dinstall.txt512 You should add the following lines to your Apache httpd.conf file:
554 versions of httpd.conf, but it is commented out. Remember also to
638 You need to insert these three lines to your Apache httpd.conf
660 You need to insert these two lines to your Apache httpd.conf
738 * Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6)
749 * Configure the default object in obj.conf (for virtual server
826 in obj.conf with the following:
852 php7_init in magnus.conf/obj.conf:
1509 * > run -X -f /path/to/httpd.conf
1511 * > run -X -f /path/to/httpd.conf
[all …]
/PHP-7.0/win32/build/
H A Dconfig.w32232 var pvscfg = FSO.CreateTextFile("PVS-Studio.conf", true);
/PHP-7.0/
H A Dserver-tests-config.php10 $conf = array( variable
H A Dserver-tests.php434 public $conf = array(); variable in testHarness
496 if (!$this->conf['TEST_BASE_PATH'] && $this->conf['TEST_PHP_SRCDIR'])
497 $this->conf['TEST_BASE_PATH'] = $this->conf['TEST_PHP_SRCDIR'];
500 $this->conf['TEST_BASE_PATH'] = str_replace('/','\\',$this->conf['TEST_BASE_PATH']);
639 $conf = NULL;
651 if (!isset($conf)) {
655 $this->conf = array_merge($this->conf,$conf);
679 if (!$this->conf['TEST_WEB'] && !$this->conf['TEST_PHP_EXECUTABLE']) {
778 $conf = '';
812 $this->conf['TEST_BASE_PATH'] == $this->conf['TEST_PHP_SRCDIR']) return;
[all …]
/PHP-7.0/sapi/tests/
H A Dtest002.phpt15 SCRIPT_FILENAME=$this->conf['TEST_PHP_EXECUTABLE']
H A Dtest004.phpt19 SCRIPT_FILENAME=$this->conf['TEST_PHP_EXECUTABLE']
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.conf.in125 include=@php_fpm_sysconfdir@/php-fpm.d/*.conf
H A Dphp-fpm.service.in8 ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
H A Dconfig.m4670 …PHP_OUTPUT(sapi/fpm/php-fpm.conf sapi/fpm/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.servic…
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; \
/PHP-7.0/sapi/fpm/tests/
H A D016.phpt27 $logdir = __DIR__.'/conf.d';
35 include = $logdir/*.conf
51 file_put_contents("$logdir/$name.conf", $poolcfg);
95 $logdir = __DIR__.'/conf.d';
97 foreach(glob("$logdir/*.conf") as $name) {
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c357 *conf = LOG_AUTH; in fpm_conf_set_syslog_facility()
371 *conf = LOG_CRON; in fpm_conf_set_syslog_facility()
378 *conf = LOG_DAEMON; in fpm_conf_set_syslog_facility()
385 *conf = LOG_FTP; in fpm_conf_set_syslog_facility()
392 *conf = LOG_KERN; in fpm_conf_set_syslog_facility()
399 *conf = LOG_LPR; in fpm_conf_set_syslog_facility()
406 *conf = LOG_MAIL; in fpm_conf_set_syslog_facility()
413 *conf = LOG_NEWS; in fpm_conf_set_syslog_facility()
420 *conf = LOG_SYSLOG; in fpm_conf_set_syslog_facility()
427 *conf = LOG_USER; in fpm_conf_set_syslog_facility()
[all …]
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c546 void *conf; in php_handler() local
559 conf = ap_get_module_config(r->per_dir_config, &php7_module); in php_handler()
577 apply_config(conf); in php_handler()
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()
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 Dphp_apache.h56 char *get_php_config(void *conf, char *name, size_t name_len);
/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/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/pdo_pgsql/tests/
H A Dbug69362.phpt52 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "'mypassword");
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");
/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/openssl/tests/
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 …
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 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 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 …

Completed in 95 milliseconds

12