Home
last modified time | relevance | path

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

12

/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c830 free(conf->ini_settings); in php_destroy_per_dir_info()
844 return conf; in php_create_server()
854 php_per_dir_config *conf; in php_create_dir() local
868 return conf; in php_create_dir()
1180 php_per_dir_config *conf; in php_xbithack_handler() local
1188 if (conf) { in php_xbithack_handler()
1264 php_per_dir_config *conf; in php_run_hook() local
1270 if (conf) in php_run_hook()
1309 php_per_dir_config *conf; in php_header_hook() local
1320 php_per_dir_config *conf; in php_auth_hook() local
[all …]
/PHP-5.5/
H A Dserver-tests.php434 public $conf = array(); variable in testHarness
497 if (!$this->conf['TEST_BASE_PATH'] && $this->conf['TEST_PHP_SRCDIR'])
498 $this->conf['TEST_BASE_PATH'] = $this->conf['TEST_PHP_SRCDIR'];
501 $this->conf['TEST_BASE_PATH'] = str_replace('/','\\',$this->conf['TEST_BASE_PATH']);
640 $conf = NULL;
652 if (!isset($conf)) {
656 $this->conf = array_merge($this->conf,$conf);
680 if (!$this->conf['TEST_WEB'] && !$this->conf['TEST_PHP_EXECUTABLE']) {
779 $conf = '';
813 $this->conf['TEST_BASE_PATH'] == $this->conf['TEST_PHP_SRCDIR']) return;
[all …]
H A Dserver-tests-config.php10 $conf = array( variable
/PHP-5.5/ext/opcache/tests/
H A Dblacklist.phpt13 $conf = opcache_get_configuration();
14 $conf = $conf['blacklist'];
15 $conf[3] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[3]);
16 $conf[4] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[4]);
17 print_r($conf);
H A Dblacklist-win32.phpt13 $conf = opcache_get_configuration();
14 $conf = $conf['blacklist'];
15 $conf[3] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[3]);
16 $conf[4] = preg_replace("!^\\Q".dirname(__FILE__)."\\E!", "__DIR__", $conf[4]);
17 print_r($conf);
/PHP-5.5/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-5.5/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)
465 long conf; in PHP_FUNCTION() local
755 long conf; in PHP_FUNCTION() local
776 long conf, mode; in PHP_FUNCTION() local
823 long conf; in pspell_config_path() local
872 long conf; in PHP_FUNCTION() local
[all …]
/PHP-5.5/sapi/apache/
H A Dmod_php5.c57 static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, cha…
59 static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char…
61 static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1…
833 static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, cha… in php_apache_value_handler() argument
835 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler()
843 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
860 return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); in php_apache_flag_handler_ex()
866 static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char… in php_apache_flag_handler() argument
868 return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_flag_handler()
876 return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
[all …]
/PHP-5.5/sapi/apache2filter/
H A DREADME36 At the end of conf/httpd.conf, add:
50 place your php.ini file in Apache's ServerRoot/conf directory and
51 add this to your httpd.conf file:
53 PHPINIDir "conf"
H A Dphp_apache.h57 char *get_php_config(void *conf, char *name, size_t name_len);
H A Dapache_config.c150 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config() argument
152 php_conf_rec *d = conf; in get_php_config()
/PHP-5.5/sapi/fpm/
H A DMakefile.frag15 @$(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default || :
H A Dphp-fpm.service.in8 ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
H A Dinit.d.php-fpm.in17 php_fpm_CONF=@sysconfdir@/php-fpm.conf
/PHP-5.5/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 Dphp_apache.h53 char *get_php_config(void *conf, char *name, size_t name_len);
H A Dapache_config.c172 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config() argument
174 php_conf_rec *d = conf; in get_php_config()
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt27 <path-to-server>/https-servername/config/obj.conf (for servers < 6) or
29 <path-to-server>/https-servername/config/magnus.conf file:
40 In obj.conf (for virtual server classes [Sun 6.0+] in their vserver.obj.conf):
103 or similar. Add the following line to the object in obj.conf for
117 type="magnus-internal/directory" in obj.conf with the following:
144 Add the following parameter to php5_init in magnus.conf:
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c349 *conf = LOG_AUTH; in fpm_conf_set_syslog_facility()
363 *conf = LOG_CRON; in fpm_conf_set_syslog_facility()
370 *conf = LOG_DAEMON; in fpm_conf_set_syslog_facility()
377 *conf = LOG_FTP; in fpm_conf_set_syslog_facility()
384 *conf = LOG_KERN; in fpm_conf_set_syslog_facility()
391 *conf = LOG_LPR; in fpm_conf_set_syslog_facility()
398 *conf = LOG_MAIL; in fpm_conf_set_syslog_facility()
405 *conf = LOG_NEWS; in fpm_conf_set_syslog_facility()
412 *conf = LOG_SYSLOG; in fpm_conf_set_syslog_facility()
419 *conf = LOG_USER; in fpm_conf_set_syslog_facility()
[all …]
/PHP-5.5/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-5.5/ext/pdo/tests/
H A Dpdo_test.inc14 $conf = eval($common);
15 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
/PHP-5.5/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-5.5/ext/ldap/tests/
H A DREADME13 (/etc/openldap/)slapd.conf:
34 (/etc/openldap/)ldap.conf:
/PHP-5.5/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");

Completed in 82 milliseconds

12