Home
last modified time | relevance | path

Searched refs:settings (Results 76 – 100 of 115) sorted by relevance

12345

/PHP-5.4/
H A Dserver-tests.php101 function settings2array($settings, &$ini_settings) argument
103 foreach($settings as $setting) {
115 $settings = '';
119 $settings .= " -d \"".strtolower($name)."=$value\"";
122 return $settings;
1192 $settings = $this->getINISettings($section_text);
1193 foreach ($settings as $k=>$v) {
H A Drun-tests.php2267 function settings2array($settings, &$ini_settings) argument
2269 foreach($settings as $setting) {
2293 $settings = '';
2300 $settings .= " -d \"$name=$val\"";
2314 $settings .= " -d \"$name=$value\"";
2318 $ini_settings = $settings;
H A Dphp.ini-development76 ; php.ini-production contains settings which hold security, performance and
77 ; best practices at its core. But please be aware, these settings may break
91 ; The following are all the settings which are different in either the production
93 ; Please see the actual settings later in the document for more details as to why
406 ; some common settings and their meanings.
412 ; development servers and development settings are for.
549 ; the dot. PHP's default behavior is to leave these settings empty, in which
1622 ; On => Returns data converted to SQL server settings
1754 ; is used. For the decode settings you can distinguish between motorola and
1811 ; For more information about mcrypt settings see http://php.net/mcrypt-module-open
H A Dphp.ini-production76 ; php.ini-production contains settings which hold security, performance and
77 ; best practices at its core. But please be aware, these settings may break
91 ; The following are all the settings which are different in either the production
93 ; Please see the actual settings later in the document for more details as to why
406 ; some common settings and their meanings.
412 ; development servers and development settings are for.
549 ; the dot. PHP's default behavior is to leave these settings empty, in which
1622 ; On => Returns data converted to SQL server settings
1754 ; is used. For the decode settings you can distinguish between motorola and
1811 ; For more information about mcrypt settings see http://php.net/mcrypt-module-open
H A DINSTALL37 + How to change configuration settings
1317 * Different thread safety settings
1319 * Different debugging settings
1322 You should keep in mind that your extension settings should match all
1323 the settings of the PHP executable you are using. The following PHP
1324 script will tell you all about your PHP settings:
1374 the right settings. Again, phpinfo() can be of great help.
1581 * How to change configuration settings
1666 Only INI settings with the modes PHP_INI_PERDIR and PHP_INI_USER will
1685 For example, some settings may be set within a PHP script using
[all …]
H A Dconfigure.in269 dnl Platform-specific compile settings.
762 dnl General settings.
764 PHP_CONFIGURE_PART(General settings)
766 PHP_HELP_SEPARATOR([General settings:])
/PHP-5.4/ext/oci8/tests/
H A Dini_1.phpt2 Test OCI8 php.ini settings
/PHP-5.4/ext/pdo/
H A DTODO50 defaults for the dbh will come from the INI settings.
/PHP-5.4/ext/snmp/tests/
H A Dsnmp-object.phpt95 echo "SNMPv3 (default security settings)\n";
209 SNMPv3 (default security settings)
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt23 …ll be set from the values of environment variables with the same names as the above ENV settings */
/PHP-5.4/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt34 // run-tests, I love you for not allowing me to set ini settings dynamically
/PHP-5.4/ext/date/tests/
H A Dgmstrftime_variation1.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_variation1.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation2.phpt6 * Description: Format a local time/date according to locale settings
H A Dgmstrftime_variation2.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
/PHP-5.4/ext/xml/
H A Dxml.mak12 #include the common settings
/PHP-5.4/ext/ldap/
H A Dldap.mak12 #include the common settings
/PHP-5.4/ext/pgsql/
H A Dpgsql.mak12 #include the common settings
/PHP-5.4/ext/mysql/
H A Dmysql.mak12 #include the common settings
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt106 printf("[008] Not all settings have been changed\n");
/PHP-5.4/ext/openssl/
H A Dopenssl.mak12 #include the common settings
/PHP-5.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt7 and returns the settings in it in an associative array.
/PHP-5.4/ext/standard/tests/file/
H A Dparse_ini_file.phpt7 and returns the settings in it in an associative array.
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt99 /* TODO: no way to check ATTR_TIMEOUT settings */
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja292 The following init options will allow you to change the default settings.
293 Define these settings in the global section of php3.ini.
443 o sample settings

Completed in 79 milliseconds

12345