Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 39) sorted by path

12

/PHP-5.3/
H A D.gitignore242 sapi/fpm/php-fpm.conf
H A DINSTALL279 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 …]
H A DNEWS1546 . Added '-t/--test' to php-fpm to check and validate FPM conf file. (fat)
4109 - Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten
4865 - Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
6418 - Fixed bug #33690 (Crash setting some ini directives in httpd.conf). (Rasmus)
6558 - Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.conf
H A DREADME.TESTING2100 $this->conf all server-tests configuration vars
H A Dphp.ini-development1717 ; If empty or not set the client charset from freetds.conf is used
H A Dphp.ini-production1717 ; If empty or not set the client charset from freetds.conf is used
/PHP-5.3/build/
H A Dlibtool.m4876 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1447 # the default ld.so.conf also contains /usr/contrib/lib and
1708 # Append ld.so.conf contents to the search path
1709 if test -f /etc/ld.so.conf; then
1710 … \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;…
H A Dshtool700 if [ -f /etc/resolv.conf ]; then
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2867 # licq.conf
/PHP-5.3/ext/imap/tests/
H A DREADME9 … with a fairly minimal dovecot installation. For information, the dovecot.conf file used in runnin…
/PHP-5.3/ext/ldap/tests/
H A DREADME13 (/etc/openldap/)slapd.conf:
34 (/etc/openldap/)ldap.conf:
/PHP-5.3/ext/pdo/tests/
H A Dpdo_test.inc15 $conf = eval($common);
16 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
/PHP-5.3/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.3/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)
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 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…
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 …]
/PHP-5.3/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.c465 void *conf = ap_get_module_config(f->r->per_dir_config, &php5_module); in php_output_filter() local
466 char *p = get_php_config(conf, "engine", sizeof("engine")); in php_output_filter()
535 apply_config(conf); in php_output_filter()
/PHP-5.3/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.c541 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/apache_hooks/
H A DREADME8 additionally supports the following httpd.conf directives:

Completed in 150 milliseconds

12