Home
last modified time | relevance | path

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

12

/PHP-5.6/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 php5_init in magnus.conf/obj.conf:
1509 * > run -X -f /path/to/httpd.conf
1511 * > run -X -f /path/to/httpd.conf
[all …]
/PHP-5.6/win32/build/
H A Dconfig.w32463 var pvscfg = FSO.CreateTextFile("PVS-Studio.conf", true);
/PHP-5.6/
H A Dserver-tests-config.php10 $conf = array( variable
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 …]
/PHP-5.6/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.6/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.6/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.m4670 …PHP_OUTPUT(sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm…
/PHP-5.6/sapi/fpm/tests/
H A D016.phpt11 $logdir = __DIR__.'/conf.d';
19 include = $logdir/*.conf
35 file_put_contents("$logdir/$name.conf", $poolcfg);
81 $logdir = __DIR__.'/conf.d';
83 foreach(glob("$logdir/*.conf") as $name) {
/PHP-5.6/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-5.6/sapi/apache_hooks/
H A DapMakefile.tmpl72 mod_php5.o: mod_php5.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
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:
/PHP-5.6/sapi/apache2handler/
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()
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"
/PHP-5.6/sapi/apache/
H A DapMakefile.tmpl72 mod_php5.o: mod_php5.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
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.6/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.h53 char *get_php_config(void *conf, char *name, size_t name_len);

Completed in 86 milliseconds

12