Home
last modified time | relevance | path

Searched refs:ini (Results 1 – 25 of 142) sorted by path

123456

/PHP-5.5/
H A D.gitignore96 tmp-php.ini
H A DEXTENSIONS136 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
H A DINSTALL35 + .user.ini files
212 cp php.ini-development /usr/local/lib/php.ini
276 14. cp php.ini-development /usr/local/lib/php.ini
442 cp php.ini-development /usr/local/lib/php.ini
689 ini="/path/to/php.ini"]
891 # cp /usr/local/share/doc/php4/php.ini-recommended /var/www/conf/php.ini
1045 php.ini related files like /etc/php5/apache2/php.ini,
1387 php.ini
1614 php-cli.ini or php-apache.ini), it is used instead of php.ini. The SAPI
1652 .user.ini files
[all …]
H A DMakefile.global92 $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \
94 echo > $(top_builddir)/tmp-php.ini; \
99 … -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \
104 …E) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_…
106 rm $(top_builddir)/tmp-php.ini; \
H A DNEWS2924 . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
3101 . Make max_file_uploads ini directive settable outside of php.ini (Rasmus)
3132 . highlight.bg php.ini option. (Kalle)
3141 . y2k_compliance php.ini option. (Kalle)
3183 php.ini setting is not empty. (Derick)
5317 - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys). (Jani)
5386 ini variables). (Jani)
5778 - Improved php.ini handling: (Jani)
5785 . Allowed "ini-variables" to be used almost everywhere ini php.ini files.
7186 php.ini in use. (Jani)
[all …]
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
49 [Which php.ini is used]
51 "make test" uses the same php.ini file as it would once installed.
52 The tests have been written to be independent of that php.ini file,
H A DREADME.TESTING232 When running tests over http, tests that require ini settings different that what
34 of ini settings by default, the web server may require special configuration to
H A Dconfigure.in893 … Set the path in which to look for php.ini @<:@PREFIX/lib@:>@], DEFAULT, no)
/PHP-5.5/Zend/tests/
H A Dbug52508.phpt6 $file = dirname(__FILE__) .'/bug52508.ini';
H A Dbug61087.phpt6 // even though it's not an .ini
H A Dbug69551.phpt5 $ini = <<<INI
10 $settings = parse_ini_string($ini, false, INI_SCANNER_RAW);
/PHP-5.5/ext/date/tests/
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
/PHP-5.5/ext/dba/
H A DREADME35 inifile This is available since PHP 4.3.3 to be able to modify php.ini
36 files from within PHP scripts. When working with ini files you
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5715 >4 lelong 0x100000E4 ini file
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja137 Don't forget to copy php3.ini-dist to desired location.
138 (ex. /usr/local/lib/php3.ini)
140 If you have already installed PHP3, copy all the entries in php3.ini-dist
141 which start with "i18n.xxxx" to php3.ini.
289 php3.ini setting
293 Define these settings in the global section of php3.ini.
706 in php3.ini from On to Off. An alternative work around to this problem
748 3) php3.ini-dist now uses PASS for http_output instead of SJIS
/PHP-5.5/ext/mbstring/tests/
H A Dbug63447_001.phpt18 …t variables exceeded 5. To increase the limit change max_input_vars in php.ini. in Unknown on line…
H A Dbug63447_002.phpt18 …t variables exceeded 4. To increase the limit change max_input_vars in php.ini. in Unknown on line…
H A Dmb_http_input.phpt20 $ini = ini_get('mbstring.http_input');
31 if (empty($ini)) {
42 echo "This heppens when php.ini-dist is not used\n";
/PHP-5.5/ext/mysql/tests/
H A Dmysql_phpinfo.phpt26 printf("[003] php.ini setting mysql.default_host not shown.\n");
29 printf("[004] php.ini setting mysql.default_port not shown.\n");
32 printf("[005] php.ini setting mysql.default_password not shown.\n");
35 printf("[006] php.ini setting mysql.default_socket not shown.\n");
38 printf("[007] php.ini setting mysql.default_user not shown.\n");
41 printf("[008] php.ini setting mysql.max_links not shown.\n");
44 printf("[009] php.ini setting mysql.max_persistent not shown.\n");
47 printf("[010] php.ini setting mysql.connect_timeout not shown.\n");
50 printf("[011] php.ini setting mysql.allow_persistent not shown.\n");
H A Dmysql_query_load_data_openbasedir.phpt34 // run-tests, I love you for not allowing me to set ini settings dynamically
H A Dsetupdefault.inc3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys…
/PHP-5.5/ext/mysqli/
H A DTODO2 - ini-settings
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt2 mysqli_debug() - enabling trace with ini setting
H A Dmysqli_fetch_array_large.phpt124 /* try to respect php.ini but make run time a soft limit */

Completed in 116 milliseconds

123456