Home
last modified time | relevance | path

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

12

/PHP-5.5/win32/
H A Dinstall.txt521 You should add the following lines to your Apache httpd.conf file:
563 versions of httpd.conf, but it is commented out. Remember also to
647 You need to insert these three lines to your Apache httpd.conf
669 You need to insert these two lines to your Apache httpd.conf
747 * Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6)
758 * Configure the default object in obj.conf (for virtual server
835 in obj.conf with the following:
861 php5_init in magnus.conf/obj.conf:
1518 * > run -X -f /path/to/httpd.conf
1520 * > run -X -f /path/to/httpd.conf
[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/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/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/
H A Dinit.d.php-fpm.in17 php_fpm_CONF=@sysconfdir@/php-fpm.conf
H A Dphp-fpm.conf.in15 ;include=etc/fpm.d/*.conf
H A Dphp-fpm.service.in8 ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
H A DMakefile.frag15 @$(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default || :
H A Dconfig.m4639 …PHP_OUTPUT(sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm…
/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/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 …]
H A DREADME8 additionally supports the following httpd.conf directives:
H A DapMakefile.tmpl72 mod_php5.o: mod_php5.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
/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 …]
H A DapMakefile.tmpl72 mod_php5.o: mod_php5.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
/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 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()
H A Dphp_apache.h57 char *get_php_config(void *conf, char *name, size_t name_len);
H A Dsapi_apache2.c463 void *conf = ap_get_module_config(f->r->per_dir_config, &php5_module); in php_output_filter() local
464 char *p = get_php_config(conf, "engine", sizeof("engine")); in php_output_filter()
533 apply_config(conf); in php_output_filter()
/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 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()
H A Dphp_apache.h53 char *get_php_config(void *conf, char *name, size_t name_len);
H A Dsapi_apache2.c539 void *conf; in php_handler() local
548 conf = ap_get_module_config(r->per_dir_config, &php5_module); in php_handler()
566 apply_config(conf); in php_handler()

Completed in 83 milliseconds

12