Home
last modified time | relevance | path

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

12

/PHP-5.5/
H A Dphp.ini-development1644 ; If empty or not set the client charset from freetds.conf is used
H A Dphp.ini-production1644 ; If empty or not set the client charset from freetds.conf is used
H A DREADME.TESTING2100 $this->conf all server-tests configuration vars
H A DNEWS813 . Fixed request #68391 (php-fpm conf files loading order).
1200 . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf).
4597 . Added '-t/--test' to php-fpm to check and validate FPM conf file. (fat)
7159 - Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten
7915 - Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
9468 - Fixed bug #33690 (Crash setting some ini directives in httpd.conf). (Rasmus)
9608 - Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.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 DMakefile.global125 …rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sa…
H A D.gitignore251 sapi/fpm/php-fpm.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/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");
H A Dbug69362.phpt52 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "'mypassword");
/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/ldap/tests/
H A DREADME13 (/etc/openldap/)slapd.conf:
34 (/etc/openldap/)ldap.conf:
/PHP-5.5/ext/imap/tests/
H A DREADME9 … with a fairly minimal dovecot installation. For information, the dovecot.conf file used in runnin…
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3137 # licq.conf
/PHP-5.5/build/
H A Dlibtool.m4882 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1453 # the default ld.so.conf also contains /usr/contrib/lib and
1710 # Append ld.so.conf contents to the search path
1711 if test -f /etc/ld.so.conf; then
1712 … \[$]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.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");

Completed in 128 milliseconds

12