/PHP-5.3/sapi/apache_hooks/ |
H A D | mod_php5.c | 835 free(conf->ini_settings); in php_destroy_per_dir_info() 849 return conf; in php_create_server() 859 php_per_dir_config *conf; in php_create_dir() local 873 return conf; in php_create_dir() 1185 php_per_dir_config *conf; in php_xbithack_handler() local 1193 if (conf) { in php_xbithack_handler() 1269 php_per_dir_config *conf; in php_run_hook() local 1275 if (conf) in php_run_hook() 1314 php_per_dir_config *conf; in php_header_hook() local 1325 php_per_dir_config *conf; in php_auth_hook() local [all …]
|
/PHP-5.3/ |
H A D | server-tests.php | 434 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 D | server-tests-config.php | 10 $conf = array( variable
|
H A D | INSTALL | 279 Edit your httpd.conf or srm.conf file and add: 539 Example #1 Partial lighttpd.conf 682 2. Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6) 694 classes [version 6.0+] in their vserver.obj.conf): 795 in obj.conf with the following: 1136 on legacy machines may be /etc/httpd/httpd.conf. 1686 ini_set(), whereas others may require php.ini or httpd.conf. 1700 PHP_INI_SYSTEM Entry can be set in php.ini or httpd.conf 1888 + > run -X -f /path/to/httpd.conf 1890 + > run -X -f /path/to/httpd.conf [all …]
|
/PHP-5.3/ext/pspell/ |
H A D | pspell.c | 139 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) 475 long conf; in PHP_FUNCTION() local 765 long conf; in PHP_FUNCTION() local 786 long conf, mode; in PHP_FUNCTION() local 833 long conf; in pspell_config_path() local 890 long conf; in PHP_FUNCTION() local [all …]
|
/PHP-5.3/sapi/apache/ |
H A D | mod_php5.c | 57 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… 837 static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, cha… in php_apache_value_handler() argument 839 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler() 847 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); in php_apache_admin_value_handler() 864 return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); in php_apache_flag_handler_ex() 870 static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char… in php_apache_flag_handler() argument 872 return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_flag_handler() 880 return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); in php_apache_admin_flag_handler() [all …]
|
H A D | apMakefile.tmpl | 72 mod_php5.o: mod_php5.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
|
/PHP-5.3/sapi/apache2filter/ |
H A D | README | 36 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 D | php_apache.h | 57 char *get_php_config(void *conf, char *name, size_t name_len);
|
H A D | apache_config.c | 150 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.3/sapi/apache2handler/ |
H A D | README | 40 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 D | php_apache.h | 53 char *get_php_config(void *conf, char *name, size_t name_len);
|
H A D | apache_config.c | 172 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()
|
H A D | sapi_apache2.c | 541 void *conf; in php_handler() local 550 conf = ap_get_module_config(r->per_dir_config, &php5_module); in php_handler() 568 apply_config(conf); in php_handler()
|
/PHP-5.3/sapi/fpm/ |
H A D | Makefile.frag | 24 @$(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default || :
|
H A D | php-fpm.service.in | 7 ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
|
H A D | init.d.php-fpm.in | 17 php_fpm_CONF=@sysconfdir@/php-fpm.conf
|
/PHP-5.3/sapi/nsapi/ |
H A D | nsapi-readme.txt | 27 <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.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 337 *conf = LOG_AUTH; in fpm_conf_set_syslog_facility() 351 *conf = LOG_CRON; in fpm_conf_set_syslog_facility() 358 *conf = LOG_DAEMON; in fpm_conf_set_syslog_facility() 365 *conf = LOG_FTP; in fpm_conf_set_syslog_facility() 372 *conf = LOG_KERN; in fpm_conf_set_syslog_facility() 379 *conf = LOG_LPR; in fpm_conf_set_syslog_facility() 386 *conf = LOG_MAIL; in fpm_conf_set_syslog_facility() 393 *conf = LOG_NEWS; in fpm_conf_set_syslog_facility() 400 *conf = LOG_SYSLOG; in fpm_conf_set_syslog_facility() 407 *conf = LOG_USER; in fpm_conf_set_syslog_facility() [all …]
|
/PHP-5.3/ext/phar/phar/ |
H A D | clicommand.inc | 245 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.3/ext/pdo/tests/ |
H A D | pdo_test.inc | 15 $conf = eval($common); 16 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
|
/PHP-5.3/sapi/tests/ |
H A D | test002.phpt | 15 SCRIPT_FILENAME=$this->conf['TEST_PHP_EXECUTABLE']
|
H A D | test004.phpt | 19 SCRIPT_FILENAME=$this->conf['TEST_PHP_EXECUTABLE']
|
/PHP-5.3/ext/ldap/tests/ |
H A D | README | 13 (/etc/openldap/)slapd.conf: 34 (/etc/openldap/)ldap.conf:
|
/PHP-5.3/ext/imap/tests/ |
H A D | README | 9 … with a fairly minimal dovecot installation. For information, the dovecot.conf file used in runnin…
|