diff --git a/appendices/ini.xml b/appendices/ini.xml index 0d1366537d..159dd90193 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -611,6 +611,12 @@ PHP_INI_ALL PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.0.2. + + http.allowed_methods + "OPTIONS,GET,HEAD,POST,PUT,DELETE,TRACE,CONNECT" + PHP_INI_ALL + + hyperwave.allow_persistent "0" @@ -2015,6 +2021,12 @@ PHP_INI_ALL Available since PHP 4.3.0. + + yaz.log_mask + NULL + PHP_INI_ALL + + yaz.max_links "100" @@ -2066,21 +2078,25 @@ PHP_INI_USER 1 Entry can be set in user scripts + PHP_INI_PERDIR 2 Entry can be set in &php.ini;, &htaccess; or &httpd.conf; + PHP_INI_SYSTEM 4 Entry can be set in &php.ini; or &httpd.conf; + PHP_INI_ALL 7 Entry can be set anywhere + @@ -2103,12 +2119,13 @@ Httpd Options - + Name Default Changeable + Changelog @@ -2116,6 +2133,7 @@ async_send"0"PHP_INI_ALL + @@ -2130,49 +2148,57 @@
Language and Misc Configuration Options - + Name Default Changeable + Changelog short_open_tag - On - PHP_INI_SYSTEM|PHP_INI_PERDIR + "1" + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.0.0. asp_tags - Off - PHP_INI_SYSTEM|PHP_INI_PERDIR + "0" + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.0.0. precision "14" PHP_INI_ALL + y2k_compliance - Off + "1" PHP_INI_ALL + allow_call_time_pass_reference - On - PHP_INI_SYSTEM|PHP_INI_PERDIR + "1" + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.0.0. expose_php - On - PHP_INI_SYSTEM + "1" + &php.ini; only + zend.ze1_compatibility_mode - Off + "0" PHP_INI_ALL + Available since PHP 5.0.0. @@ -2321,12 +2347,13 @@
Resource Limits - + Name Default Changeable + Changelog @@ -2334,6 +2361,7 @@ memory_limit"8M"PHP_INI_ALL + @@ -2380,12 +2408,13 @@
Data Handling Configuration Options - + Name Default Changeable + Changelog @@ -2398,71 +2427,85 @@ arg_separator.output"&"PHP_INI_ALL + Available since PHP 4.0.5. arg_separator.input "&" - PHP_INI_SYSTEM|PHP_INI_PERDIR + PHP_INI_PERDIR + Available since PHP 4.0.5. variables_order "EGPCS" PHP_INI_ALL + register_globals - "Off" - PHP_INI_PERDIR|PHP_INI_SYSTEM + "0" + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.2.3. register_argc_argv - "On" - PHP_INI_PERDIR|PHP_INI_SYSTEM + "1" + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.2.3. register_long_arrays - "On" - PHP_INI_PERDIR|PHP_INI_SYSTEM + "1" + PHP_INI_PERDIR + Available since PHP 5.0.0. post_max_size "8M" - PHP_INI_SYSTEM|PHP_INI_PERDIR + PHP_INI_PERDIR + PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.0.3. gpc_order "GPC" PHP_INI_ALL + auto_prepend_file - "" - PHP_INI_SYSTEM|PHP_INI_PERDIR + NULL + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.2.3. auto_append_file - "" - PHP_INI_SYSTEM|PHP_INI_PERDIR + NULL + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.2.3. default_mimetype "text/html" PHP_INI_ALL + default_charset - "iso-8859-1" + "" PHP_INI_ALL + always_populate_raw_post_data "0" - PHP_INI_SYSTEM|PHP_INI_PERDIR + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.1.0. allow_webdav_methods "0" - PHP_INI_SYSTEM|PHP_INI_PERDIR + PHP_INI_PERDIR + @@ -2776,59 +2819,69 @@
Paths and Directories Configuration Options - + Name Default Changeable + Changelog include_path - PHP_INCLUDE_PATH + ".;/path/to/php/pear" PHP_INI_ALL + doc_root - PHP_INCLUDE_PATH + NULL PHP_INI_SYSTEM + user_dir NULL PHP_INI_SYSTEM + extension_dir - PHP_EXTENSION_DIR + "/path/to/php" PHP_INI_SYSTEM + cgi.fix_pathinfo "0" PHP_INI_SYSTEM + cgi.force_redirect "1" PHP_INI_SYSTEM + cgi.redirect_status_env "" PHP_INI_SYSTEM + fastcgi.impersonate "0" PHP_INI_SYSTEM + cgi.rfc2616_headers "0" PHP_INI_SYSTEM + @@ -3042,12 +3095,13 @@ include_path=".;c:\php\includes"
File Uploads Configuration Options - + Name Default Changeable + Changelog @@ -3055,16 +3109,19 @@ include_path=".;c:\php\includes" file_uploads"1"PHP_INI_SYSTEM + PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.0.3. upload_tmp_dir NULL PHP_INI_SYSTEM + upload_max_filesize "2M" - PHP_INI_SYSTEM|PHP_INI_PERDIR + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.2.3. @@ -3132,12 +3189,13 @@ include_path=".;c:\php\includes"
General SQL Configuration Options - + Name Default Changeable + Changelog @@ -3145,6 +3203,7 @@ include_path=".;c:\php\includes" sql.safe_mode"0"PHP_INI_SYSTEM + diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 57cab8ee77..283f9b8a24 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -16,12 +16,13 @@
Security and Safe Mode Configuration Directives - + Name Default Changeable + Changelog @@ -29,46 +30,55 @@ safe_mode"0"PHP_INI_SYSTEM + safe_mode_gid "0" PHP_INI_SYSTEM + Available since PHP 4.1.0. safe_mode_include_dir NULL PHP_INI_SYSTEM + Available since PHP 4.1.0. safe_mode_exec_dir "" PHP_INI_SYSTEM + safe_mode_allowed_env_vars - PHP_ + "PHP_" PHP_INI_SYSTEM + safe_mode_protected_env_vars - LD_LIBRARY_PATH + "LD_LIBRARY_PATH" PHP_INI_SYSTEM + open_basedir NULL PHP_INI_SYSTEM + disable_functions "" - PHP_INI_SYSTEM + &php.ini; only + Available since PHP 4.0.1. disable_classes "" - PHP_INI_SYSTEM + &php.ini; only + Available since PHP 4.3.2. diff --git a/reference/apache/ini.xml b/reference/apache/ini.xml index eff9b0da4d..df036ef16a 100644 --- a/reference/apache/ini.xml +++ b/reference/apache/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; @@ -15,34 +15,39 @@
Apache configuration options - + Name Default Changeable + Changelog engine - On + "1" PHP_INI_ALL + Available since PHP 4.0.5. child_terminate - Off + "0" PHP_INI_ALL + Available since PHP 4.0.5. last_modified - Off + "0" PHP_INI_ALL + Available since PHP 4.0.5. xbithack - Off + "0" PHP_INI_ALL + Available since PHP 4.0.5. diff --git a/reference/bc/ini.xml b/reference/bc/ini.xml index 5e79d431d7..749eec4011 100644 --- a/reference/bc/ini.xml +++ b/reference/bc/ini.xml @@ -1,24 +1,26 @@ - +
&reftitle.runtime; &extension.runtime;
BC math configuration options - + Name Default Changeable + Changelog bcmath.scale - 0 + "0" PHP_INI_ALL + Available since PHP 5.0.0. diff --git a/reference/com/ini.xml b/reference/com/ini.xml index 1496883a9d..06fd161605 100644 --- a/reference/com/ini.xml +++ b/reference/com/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Com configuration options - + Name Default Changeable + Changelog @@ -19,31 +20,37 @@ com.allow_dcom"0"PHP_INI_SYSTEM + Available since PHP 4.0.5. com.autoregister_typelib "0" PHP_INI_ALL + PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0. com.autoregister_verbose "0" PHP_INI_ALL + PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0. com.autoregister_casesensitive "1" PHP_INI_ALL + PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0. com.code_page "" PHP_INI_ALL + Available since PHP 5.0.0. com.typelib_file "" PHP_INI_SYSTEM + Available since PHP 4.0.5. diff --git a/reference/crack/ini.xml b/reference/crack/ini.xml index 925fb212c2..7ffce8c2e8 100644 --- a/reference/crack/ini.xml +++ b/reference/crack/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Crack configuration options - + Name Default Changeable + Changelog @@ -19,6 +20,7 @@ crack.default_dictionaryNULLPHP_INI_SYSTEM + Available since PHP 4.0.5. diff --git a/reference/dbx/ini.xml b/reference/dbx/ini.xml index 91bcd34d37..8dbcfa37ee 100644 --- a/reference/dbx/ini.xml +++ b/reference/dbx/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
DBX Configuration Options - + Name Default Changeable + Changelog @@ -19,6 +20,7 @@ dbx.colnames_case"unchanged"PHP_INI_SYSTEM + Available since PHP 4.3.0. diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index f182b6bd13..545ddeb01b 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,94 +1,110 @@ - +
&reftitle.runtime; &extension.runtime;
Errors and Logging Configuration Options - + Name Default Changeable + Changelog error_reporting - E_ALL & ~E_NOTICE + NULL PHP_INI_ALL + display_errors "1" PHP_INI_ALL + display_startup_errors "0" PHP_INI_ALL + Available since PHP 4.0.3. log_errors "0" PHP_INI_ALL + log_errors_max_len "1024" PHP_INI_ALL + Available since PHP 4.3.0. ignore_repeated_errors "0" PHP_INI_ALL + Available since PHP 4.3.0. ignore_repeated_source "0" PHP_INI_ALL + Available since PHP 4.3.0. report_memleaks "1" PHP_INI_ALL + Available since PHP 4.3.0. track_errors "0" PHP_INI_ALL + html_errors "1" PHP_INI_ALL + PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.0.2. docref_root "" PHP_INI_ALL + Available since PHP 4.3.0. docref_ext "" PHP_INI_ALL + Available since PHP 4.3.2. error_prepend_string NULL PHP_INI_ALL + error_append_string NULL PHP_INI_ALL + error_log NULL PHP_INI_ALL + warn_plus_overloading diff --git a/reference/exif/ini.xml b/reference/exif/ini.xml index 5c53ba3a51..b7cffcd494 100644 --- a/reference/exif/ini.xml +++ b/reference/exif/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -13,12 +13,13 @@ HTTP output.
Exif configuration options - + Name Default Changeable + Changelog @@ -26,31 +27,37 @@ exif.encode_unicode"ISO-8859-15"PHP_INI_ALL + Available since PHP 4.3.0. exif.decode_unicode_motorola "UCS-2BE" PHP_INI_ALL + Available since PHP 4.3.0. exif.decode_unicode_intel "UCS-2LE" PHP_INI_ALL + Available since PHP 4.3.0. exif.encode_jis "" PHP_INI_ALL + Available since PHP 4.3.0. exif.decode_jis_motorola "JIS" PHP_INI_ALL + Available since PHP 4.3.0. exif.decode_jis_intel "JIS" PHP_INI_ALL + Available since PHP 4.3.0. diff --git a/reference/fbsql/ini.xml b/reference/fbsql/ini.xml index 38416116e5..317a3ace44 100644 --- a/reference/fbsql/ini.xml +++ b/reference/fbsql/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
FrontBase configuration options - + Name Default Changeable + Changelog @@ -19,66 +20,79 @@ fbsql.allow_persistent"1"PHP_INI_SYSTEM + Available since PHP 4.2.0. fbsql.generate_warnings "0" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.autocommit "1" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.max_persistent "-1" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.max_links "128" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.max_connections "128" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.max_results "128" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.batchSize "1000" PHP_INI_SYSTEM + fbsql.default_host NULL PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.default_user "_SYSTEM" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.default_password "" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.default_database "" PHP_INI_SYSTEM + Available since PHP 4.0.6. fbsql.default_database_password "" PHP_INI_SYSTEM + Available since PHP 4.0.6. diff --git a/reference/filesystem/ini.xml b/reference/filesystem/ini.xml index 65e3c760b1..dab400b2ae 100644 --- a/reference/filesystem/ini.xml +++ b/reference/filesystem/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Filesystem and Streams Configuration Options - + Name Default Changeable + Changelog @@ -19,16 +20,19 @@ allow_url_fopen"1"PHP_INI_SYSTEM + PHP_INI_ALL in PHP <= 4.3.4. Available since PHP 4.0.4. user_agent NULL PHP_INI_ALL + Available since PHP 4.3.0. default_socket_timeout "60" PHP_INI_ALL + Available since PHP 4.3.0. from @@ -37,8 +41,9 @@ auto_detect_line_endings - "Off" + "0" PHP_INI_ALL + Available since PHP 4.3.0. diff --git a/reference/hw/ini.xml b/reference/hw/ini.xml index 2d63082d3a..e59a1a7f3a 100644 --- a/reference/hw/ini.xml +++ b/reference/hw/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Hyperwave configuration options - + Name Default Changeable + Changelog @@ -19,11 +20,13 @@ hyperwave.allow_persistent"0"PHP_INI_SYSTEM + Available since PHP 4.3.2. hyperwave.default_port "418" PHP_INI_ALL + diff --git a/reference/hwapi/ini.xml b/reference/hwapi/ini.xml index 4854c2c7ce..a3ac28ca64 100644 --- a/reference/hwapi/ini.xml +++ b/reference/hwapi/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Hyperwave API configuration options - + Name Default Changeable + Changelog @@ -19,6 +20,7 @@ hwapi.allow_persistent"0"PHP_INI_SYSTEM + diff --git a/reference/ibase/ini.xml b/reference/ibase/ini.xml index 5da80dee24..c546c6d387 100644 --- a/reference/ibase/ini.xml +++ b/reference/ibase/ini.xml @@ -1,69 +1,80 @@ - +
&reftitle.runtime; &extension.runtime;
InterBase configuration options - + Name Default Changeable + Changelog ibase.allow_persistent - "On" + "1" PHP_INI_SYSTEM + ibase.max_persistent "-1" PHP_INI_SYSTEM + ibase.max_links "-1" PHP_INI_SYSTEM + ibase.default_db NULL PHP_INI_SYSTEM + Available since PHP 5.0.0. ibase.default_user NULL PHP_INI_ALL + ibase.default_password NULL PHP_INI_ALL + ibase.default_charset NULL PHP_INI_ALL + Available since PHP 5.0.0. ibase.timestampformat "%Y-%m-%d %H:%M:%S" PHP_INI_ALL + ibase.dateformat "%Y-%m-%d" PHP_INI_ALL + ibase.timeformat "%H:%M:%S" PHP_INI_ALL + diff --git a/reference/iconv/ini.xml b/reference/iconv/ini.xml index 3fc740bd23..b27b4d12a3 100644 --- a/reference/iconv/ini.xml +++ b/reference/iconv/ini.xml @@ -1,34 +1,38 @@ - +
&reftitle.runtime; &extension.runtime;
Iconv configuration options - + Name Default Changeable + Changelog iconv.input_encoding - ICONV_INPUT_ENCODING + "ISO-8859-1" PHP_INI_ALL + Available since PHP 4.0.5. iconv.output_encoding - ICONV_OUTPUT_ENCODING + "ISO-8859-1" PHP_INI_ALL + Available since PHP 4.0.5. iconv.internal_encoding - ICONV_INTERNAL_ENCODING + "ISO-8859-1" PHP_INI_ALL + Available since PHP 4.0.5. diff --git a/reference/ifx/ini.xml b/reference/ifx/ini.xml index aad7be38b1..bd91e267a8 100644 --- a/reference/ifx/ini.xml +++ b/reference/ifx/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -133,12 +133,13 @@
Informix configuration options - + Name Default Changeable + Changelog @@ -146,56 +147,67 @@ ifx.allow_persistent"1"PHP_INI_SYSTEM + ifx.max_persistent "-1" PHP_INI_SYSTEM + ifx.max_links "-1" PHP_INI_SYSTEM + ifx.default_host NULL PHP_INI_SYSTEM + ifx.default_user NULL PHP_INI_SYSTEM + ifx.default_password NULL PHP_INI_SYSTEM + ifx.blobinfile "1" PHP_INI_ALL + ifx.textasvarchar "0" PHP_INI_ALL + ifx.byteasvarchar "0" PHP_INI_ALL + ifx.charasvarchar "0" PHP_INI_ALL + ifx.nullformat "0" PHP_INI_ALL + diff --git a/reference/info/ini.xml b/reference/info/ini.xml index bf9fc5675a..fbc3ea73e5 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
PHP Options/Inf Configuration Options - + Name Default Changeable + Changelog @@ -19,51 +20,61 @@ assert.active"1"PHP_INI_ALL + assert.bail "0" PHP_INI_ALL + assert.warning "1" PHP_INI_ALL + assert.callback NULL PHP_INI_ALL + assert.quiet_eval "0" PHP_INI_ALL + enable_dl "1" PHP_INI_SYSTEM + max_execution_time "30" PHP_INI_ALL + max_input_time - "60" - PHP_INI_ALL + "-1" + PHP_INI_PERDIR + Available since PHP 4.3.0. magic_quotes_gpc "1" - PHP_INI_PERDIR|PHP_INI_SYSTEM + PHP_INI_PERDIR + PHP_INI_ALL in PHP <= 4.2.3. magic_quotes_runtime "0" PHP_INI_ALL + diff --git a/reference/ingres-ii/ini.xml b/reference/ingres-ii/ini.xml index 8963ff1586..ddf7fe353f 100644 --- a/reference/ingres-ii/ini.xml +++ b/reference/ingres-ii/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Ingres II configuration options - + Name Default Changeable + Changelog @@ -19,31 +20,37 @@ ingres.allow_persistent"1"PHP_INI_SYSTEM + Available since PHP 4.0.2. ingres.max_persistent "-1" PHP_INI_SYSTEM + Available since PHP 4.0.2. ingres.max_links "-1" PHP_INI_SYSTEM + Available since PHP 4.0.2. ingres.default_database NULL PHP_INI_ALL + Available since PHP 4.0.2. ingres.default_user NULL PHP_INI_ALL + Available since PHP 4.0.2. ingres.default_password NULL PHP_INI_ALL + Available since PHP 4.0.2. diff --git a/reference/java/ini.xml b/reference/java/ini.xml index a3a9d46c7b..de9448b1fa 100644 --- a/reference/java/ini.xml +++ b/reference/java/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Java configuration options - + Name Default Changeable + Changelog @@ -19,21 +20,25 @@ java.class.pathNULLPHP_INI_ALL + java.home NULL PHP_INI_ALL + java.library.path NULL PHP_INI_ALL + java.library JAVALIB PHP_INI_ALL + diff --git a/reference/ldap/ini.xml b/reference/ldap/ini.xml index 387907ef4c..77919649b5 100644 --- a/reference/ldap/ini.xml +++ b/reference/ldap/ini.xml @@ -6,12 +6,13 @@
LDAP configuration options - + Name Default Changeable + Changelog @@ -19,6 +20,7 @@ ldap.max_links"-1"PHP_INI_SYSTEM + diff --git a/reference/mail/ini.xml b/reference/mail/ini.xml index 7d5d73112d..c4a6b2c356 100644 --- a/reference/mail/ini.xml +++ b/reference/mail/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Mail configuration options - + Name Default Changeable + Changelog @@ -19,21 +20,25 @@ SMTP"localhost"PHP_INI_ALL + smtp_port "25" PHP_INI_ALL + Available since PHP 4.3.0. sendmail_from NULL PHP_INI_ALL + sendmail_path - DEFAULT_SENDMAIL_PATH + NULL PHP_INI_SYSTEM + diff --git a/reference/maxdb/ini.xml b/reference/maxdb/ini.xml index 27ba42cbaa..4f55ba938a 100644 --- a/reference/maxdb/ini.xml +++ b/reference/maxdb/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
MaxDB Configuration Options - + Name Default Changeable + Changelog @@ -19,26 +20,31 @@ maxdb.default_hostNULLPHP_INI_ALL + maxdb.default_db NULL PHP_INI_ALL + maxdb.default_user NULL PHP_INI_ALL + maxdb.default_password NULL PHP_INI_ALL + maxdb.long_readlen - NULL + "200" PHP_INI_ALL + diff --git a/reference/mbstring/ini.xml b/reference/mbstring/ini.xml index dc9b270ee5..9f76fb65bd 100644 --- a/reference/mbstring/ini.xml +++ b/reference/mbstring/ini.xml @@ -1,64 +1,74 @@ - +
&reftitle.runtime; &extension.runtime;
mbstring configuration options - + Name Default Changeable + Changelog mbstring.language "neutral" - PHP_INI_SYSTEM | PHP_INI_PERDIR + PHP_INI_PERDIR + Available since PHP 4.3.0. mbstring.detect_order NULL PHP_INI_ALL + Available since PHP 4.0.6. mbstring.http_input "pass" PHP_INI_ALL + Available since PHP 4.0.6. mbstring.http_output "pass" PHP_INI_ALL + Available since PHP 4.0.6. mbstring.internal_encoding NULL PHP_INI_ALL + Available since PHP 4.0.6. mbstring.script_encoding NULL PHP_INI_ALL + Available since PHP 4.3.0. mbstring.substitute_character NULL PHP_INI_ALL + Available since PHP 4.0.6. mbstring.func_overload "0" - PHP_INI_SYSTEM | PHP_INI_PERDIR + PHP_INI_PERDIR + PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.2.0. mbstring.encoding_translation "0" - PHP_INI_SYSTEM | PHP_INI_PERDIR + PHP_INI_PERDIR + Available since PHP 4.3.0. diff --git a/reference/mcrypt/ini.xml b/reference/mcrypt/ini.xml index 584f1d72d2..d3307b2728 100644 --- a/reference/mcrypt/ini.xml +++ b/reference/mcrypt/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Mcrypt configuration options - + Name Default Changeable + Changelog @@ -19,11 +20,13 @@ mcrypt.algorithms_dirNULLPHP_INI_ALL + Available since PHP 4.0.2. mcrypt.modes_dir NULL PHP_INI_ALL + Available since PHP 4.0.2. diff --git a/reference/mime_magic/ini.xml b/reference/mime_magic/ini.xml index 49cecc0b67..620fac86b2 100644 --- a/reference/mime_magic/ini.xml +++ b/reference/mime_magic/ini.xml @@ -1,24 +1,26 @@ - +
&reftitle.runtime; &extension.runtime;
Mimetype configuration options - + Name Default Changeable + Changelog mime_magic.magicfile - "/usr/share/misc/magic.mime" + "/path/to/php/magic.mime" PHP_INI_SYSTEM + Available since PHP 4.3.0. diff --git a/reference/misc/ini.xml b/reference/misc/ini.xml index e9ebc96942..a30d2ca2b4 100644 --- a/reference/misc/ini.xml +++ b/reference/misc/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Misc. Configuration Options - + Name Default Changeable + Changelog @@ -19,41 +20,49 @@ ignore_user_abort"0"PHP_INI_ALL + highlight.string - #DD0000 + "#DD0000" PHP_INI_ALL + highlight.comment - #FF9900 + "#FF8000" PHP_INI_ALL + highlight.keyword - #007700 + "#007700" PHP_INI_ALL + highlight.bg - #FFFFFF + "#FFFFFF" PHP_INI_ALL + highlight.default - #0000BB + "#0000BB" PHP_INI_ALL + highlight.html - #000000 + "#000000" PHP_INI_ALL + browscap NULL PHP_INI_SYSTEM + diff --git a/reference/msql/ini.xml b/reference/msql/ini.xml index af98ad6fea..9003b2f463 100644 --- a/reference/msql/ini.xml +++ b/reference/msql/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
mSQL configuration options - + Name Default Changeable + Changelog @@ -19,16 +20,19 @@ msql.allow_persistent"On"PHP_INI_SYSTEM + msql.max_persistent "-1" PHP_INI_SYSTEM + msql.max_links "-1" PHP_INI_SYSTEM + diff --git a/reference/mssql/ini.xml b/reference/mssql/ini.xml index cdb709479c..0767dc9dda 100644 --- a/reference/mssql/ini.xml +++ b/reference/mssql/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
MS SQL Server configuration options - + Name Default Changeable + Changelog @@ -19,71 +20,85 @@ mssql.allow_persistent"1"PHP_INI_SYSTEM + mssql.max_persistent "-1" PHP_INI_SYSTEM + mssql.max_links "-1" PHP_INI_SYSTEM + mssql.min_error_severity "10" PHP_INI_ALL + mssql.min_message_severity "10" PHP_INI_ALL + mssql.compatability_mode "0" PHP_INI_ALL + mssql.connect_timeout "5" PHP_INI_ALL + mssql.timeout "60" PHP_INI_ALL + Available since PHP 4.1.0. mssql.textsize "-1" PHP_INI_ALL + mssql.textlimit "-1" PHP_INI_ALL + mssql.batchsize "0" PHP_INI_ALL + Available since PHP 4.0.4. mssql.datetimeconvert "1" PHP_INI_ALL + Available since PHP 4.2.0. mssql.secure_connection "0" PHP_INI_SYSTEM + Available since PHP 4.3.0. mssql.max_procs "25" PHP_INI_ALL + Available since PHP 4.3.0. diff --git a/reference/mysql/ini.xml b/reference/mysql/ini.xml index d119ca7e5d..0718a0b99b 100644 --- a/reference/mysql/ini.xml +++ b/reference/mysql/ini.xml @@ -1,69 +1,80 @@ - +
&reftitle.runtime; &extension.runtime;
MySQL Configuration Options - + Name Default Changeable + Changelog mysql.allow_persistent - "On" + "1" PHP_INI_SYSTEM + mysql.max_persistent "-1" PHP_INI_SYSTEM + mysql.max_links "-1" PHP_INI_SYSTEM + mysql.trace_mode - "Off" + "0" PHP_INI_ALL + Available since PHP 4.3.0. mysql.default_port NULL PHP_INI_ALL + mysql.default_socket NULL PHP_INI_ALL + Available since PHP 4.0.1. mysql.default_host NULL PHP_INI_ALL + mysql.default_user NULL PHP_INI_ALL + mysql.default_password NULL PHP_INI_ALL + mysql.connect_timeout "60" PHP_INI_ALL + PHP_INI_SYSTEM in PHP <= 4.3.2. Available since PHP 4.3.0. diff --git a/reference/mysqli/ini.xml b/reference/mysqli/ini.xml index d40ca93ebf..2e2b918999 100644 --- a/reference/mysqli/ini.xml +++ b/reference/mysqli/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
MySQLi Configuration Options - + Name Default Changeable + Changelog @@ -19,31 +20,37 @@ mysqli.max_links"-1"PHP_INI_SYSTEM + Available since PHP 5.0.0. mysqli.default_port - NULL + "3306" PHP_INI_ALL + Available since PHP 5.0.0. mysqli.default_socket NULL PHP_INI_ALL + Available since PHP 5.0.0. mysqli.default_host NULL PHP_INI_ALL + Available since PHP 5.0.0. mysqli.default_user NULL PHP_INI_ALL + Available since PHP 5.0.0. mysqli.default_pw NULL PHP_INI_ALL + Available since PHP 5.0.0. diff --git a/reference/ncurses/ini.xml b/reference/ncurses/ini.xml index 7971f46d48..f65c09cf92 100644 --- a/reference/ncurses/ini.xml +++ b/reference/ncurses/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Ncurses configuration options - + Name Default Changeable + Changelog @@ -19,11 +20,13 @@ ncurses.value"42"PHP_INI_ALL + ncurses.string "foobar" PHP_INI_ALL + diff --git a/reference/network/ini.xml b/reference/network/ini.xml index c9120d32ef..9b5b1cc75b 100644 --- a/reference/network/ini.xml +++ b/reference/network/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Network Configuration Options - + Name Default Changeable + Changelog @@ -19,6 +20,7 @@ define_syslog_variables"0"PHP_INI_ALL + diff --git a/reference/nsapi/ini.xml b/reference/nsapi/ini.xml index e5dea99a34..ca4b96a587 100644 --- a/reference/nsapi/ini.xml +++ b/reference/nsapi/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; @@ -11,19 +11,21 @@
NSAPI configuration options - + Name Default Changeable + Changelog nsapi.read_timeout - 60 + "60" PHP_INI_ALL + Available since PHP 4.3.3. diff --git a/reference/outcontrol/ini.xml b/reference/outcontrol/ini.xml index 0c7ef29d00..525dfb4008 100644 --- a/reference/outcontrol/ini.xml +++ b/reference/outcontrol/ini.xml @@ -1,34 +1,38 @@ - +
&reftitle.runtime; &extension.runtime;
Output Control configuration options - + Name Default Changeable + Changelog output_buffering "0" - PHP_INI_PERDIR|PHP_INI_SYSTEM + PHP_INI_PERDIR + output_handler NULL - PHP_INI_PERDIR|PHP_INI_SYSTEM + PHP_INI_PERDIR + Available since PHP 4.0.4. implicit_flush "0" - PHP_INI_PERDIR|PHP_INI_SYSTEM + PHP_INI_ALL + PHP_INI_PERDIR in PHP <= 4.2.3. diff --git a/reference/pfpro/ini.xml b/reference/pfpro/ini.xml index b4d4aefe93..9e383fdb7a 100644 --- a/reference/pfpro/ini.xml +++ b/reference/pfpro/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Verisign Payflow Pro configuration options - + Name Default Changeable + Changelog @@ -19,41 +20,49 @@ pfpro.defaulthost/PFPRO_VERSION < 3 "test.signio.com"PHP_INI_ALL + pfpro.defaulthost "test-payflow.verisign.com" PHP_INI_ALL + Available since PHP 4.0.2. pfpro.defaultport "443" PHP_INI_ALL + Available since PHP 4.0.2. pfpro.defaulttimeout "30" PHP_INI_ALL + Available since PHP 4.0.2. pfpro.proxyaddress "" PHP_INI_ALL + Available since PHP 4.0.2. pfpro.proxyport "" PHP_INI_ALL + Available since PHP 4.0.2. pfpro.proxylogon "" PHP_INI_ALL + Available since PHP 4.0.2. pfpro.proxypassword "" PHP_INI_ALL + Available since PHP 4.0.2. diff --git a/reference/pgsql/ini.xml b/reference/pgsql/ini.xml index 0580930b97..41ecaebd19 100644 --- a/reference/pgsql/ini.xml +++ b/reference/pgsql/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
PostgreSQL configuration options - + Name Default Changeable + Changelog @@ -19,31 +20,37 @@ pgsql.allow_persistent"1"PHP_INI_SYSTEM + pgsql.max_persistent "-1" PHP_INI_SYSTEM + pgsql.max_links "-1" PHP_INI_SYSTEM + pgsql.auto_reset_persistent "0" PHP_INI_SYSTEM + Available since PHP 4.2.0. pgsql.ignore_notice "0" PHP_INI_ALL + Available since PHP 4.3.0. pgsql.log_notice "0" PHP_INI_ALL + Available since PHP 4.3.0. diff --git a/reference/printer/ini.xml b/reference/printer/ini.xml index e69e81d7d2..be183817ac 100644 --- a/reference/printer/ini.xml +++ b/reference/printer/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Printer configuration options - + Name Default Changeable + Changelog @@ -19,6 +20,7 @@ printer.default_printer""PHP_INI_ALL + diff --git a/reference/sem/ini.xml b/reference/sem/ini.xml index 7d8dc6d7b5..5c3b7f1601 100644 --- a/reference/sem/ini.xml +++ b/reference/sem/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Semaphore Configuration Options - + Name Default Changeable + Changelog @@ -19,11 +20,13 @@ sysvmsg.value"42"PHP_INI_ALL + sysvmsg.string "foobar" PHP_INI_ALL + diff --git a/reference/session/ini.xml b/reference/session/ini.xml index b7c61a61de..6551315ecb 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,144 +1,170 @@ - +
&reftitle.runtime; &extension.runtime;
Session configuration options - + Name Default Changeable + Changelog session.save_path - "/tmp" + "" PHP_INI_ALL + session.name "PHPSESSID" PHP_INI_ALL + session.save_handler "files" PHP_INI_ALL + session.auto_start "0" PHP_INI_ALL + session.gc_probability "1" PHP_INI_ALL + session.gc_divisor "100" PHP_INI_ALL + Available since PHP 4.3.2. session.gc_maxlifetime "1440" PHP_INI_ALL + session.serialize_handler "php" PHP_INI_ALL + session.cookie_lifetime "0" PHP_INI_ALL + session.cookie_path "/" PHP_INI_ALL + session.cookie_domain "" PHP_INI_ALL + session.cookie_secure "" PHP_INI_ALL + Available since PHP 4.0.4. session.use_cookies "1" PHP_INI_ALL + session.use_only_cookies "0" PHP_INI_ALL + Available since PHP 4.3.0. session.referer_check "" PHP_INI_ALL + session.entropy_file "" PHP_INI_ALL + session.entropy_length "0" PHP_INI_ALL + session.cache_limiter "nocache" PHP_INI_ALL + session.cache_expire "180" PHP_INI_ALL + session.use_trans_sid "0" PHP_INI_ALL + PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP <= 4-cvs. Available since PHP 4.0.3. session.bug_compat_42 "1" PHP_INI_ALL + Available since PHP 4.3.0. session.bug_compat_warn "1" PHP_INI_ALL + Available since PHP 4.3.0. session.hash_function "0" PHP_INI_ALL + Available since PHP 5.0.0. session.hash_bits_per_character "4" PHP_INI_ALL + Available since PHP 5.0.0. url_rewriter.tags "a=href,area=href,frame=src,form=,fieldset=" PHP_INI_ALL + Available since PHP 4.0.4. diff --git a/reference/soap/ini.xml b/reference/soap/ini.xml index 2e2fb6519a..f10160c87a 100644 --- a/reference/soap/ini.xml +++ b/reference/soap/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
SOAP Configuration Options - + Name Default Changeable + Changelog @@ -19,16 +20,19 @@ soap.wsdl_cache_enabled"1"PHP_INI_ALL + Available since PHP 5.0.0. soap.wsdl_cache_dir "/tmp" PHP_INI_ALL + Available since PHP 5.0.0. soap.wsdl_cache_ttl - 86400 + "86400" PHP_INI_ALL + Available since PHP 5.0.0. diff --git a/reference/sqlite/ini.xml b/reference/sqlite/ini.xml index 79fb44fb83..80d91358b2 100644 --- a/reference/sqlite/ini.xml +++ b/reference/sqlite/ini.xml @@ -1,24 +1,26 @@ - +
&reftitle.runtime; &extension.runtime;
SQLite &ConfigureOptions; - + &Name; &Default; &Changeable; + Changelog sqlite.assoc_case - 0 + "0" PHP_INI_ALL + Available since PHP 5.0.0. diff --git a/reference/sybase/ini.xml b/reference/sybase/ini.xml index 5970b5ab44..e3b8aec430 100644 --- a/reference/sybase/ini.xml +++ b/reference/sybase/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Sybase configuration options - + Name Default Changeable + Changelog @@ -19,41 +20,49 @@ sybase.allow_persistent"On"PHP_INI_SYSTEM + sybase.max_persistent "-1" PHP_INI_SYSTEM + sybase.max_links "-1" PHP_INI_SYSTEM + sybase.interface_file "/usr/sybase/interfaces" PHP_INI_SYSTEM + sybase.min_error_severity "10" PHP_INI_ALL + sybase.min_message_severity "10" PHP_INI_ALL + sybase.compatability_mode "Off" PHP_INI_SYSTEM + magic_quotes_sybase - "Off" + "0" PHP_INI_ALL + @@ -175,49 +184,57 @@
Sybase-CT configuration options - + Name Default Changeable + Changelog sybct.allow_persistent - "On" + "1" PHP_INI_SYSTEM + Available since PHP 4.0.4. sybct.max_persistent "-1" PHP_INI_SYSTEM + Available since PHP 4.0.4. sybct.max_links "-1" PHP_INI_SYSTEM + Available since PHP 4.0.4. sybct.min_server_severity "10" PHP_INI_ALL + Available since PHP 4.0.4. sybct.min_client_severity "10" PHP_INI_ALL + Available since PHP 4.0.4. sybct.hostname NULL PHP_INI_ALL + Available since PHP 4.0.4. sybct.deadlock_retry_count - "-1" + "0" PHP_INI_ALL + Available since PHP 4.3.0. diff --git a/reference/tidy/ini.xml b/reference/tidy/ini.xml index beb38cc51b..360deb76b8 100644 --- a/reference/tidy/ini.xml +++ b/reference/tidy/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Tidy Configuration Options - + Name Default Changeable + Changelog @@ -19,11 +20,13 @@ tidy.default_config""PHP_INI_SYSTEM + Available since PHP 5.0.0. tidy.clean_output - 0 + "0" PHP_INI_PERDIR + Available since PHP 5.0.0. diff --git a/reference/uodbc/ini.xml b/reference/uodbc/ini.xml index 147dece209..6cd09a7c74 100644 --- a/reference/uodbc/ini.xml +++ b/reference/uodbc/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
Unified ODBC Configuration Options - + Name Default Changeable + Changelog @@ -34,31 +35,37 @@ odbc.allow_persistent"1"PHP_INI_SYSTEM + odbc.check_persistent "1" PHP_INI_SYSTEM + odbc.max_persistent "-1" PHP_INI_SYSTEM + odbc.max_links "-1" PHP_INI_SYSTEM + odbc.defaultlrl "4096" PHP_INI_ALL + odbc.defaultbinmode "1" PHP_INI_ALL + diff --git a/reference/var/ini.xml b/reference/var/ini.xml index 64bc0d99d5..e4457df720 100644 --- a/reference/var/ini.xml +++ b/reference/var/ini.xml @@ -1,24 +1,26 @@ - +
&reftitle.runtime; &extension.runtime;
Variables Configuration Options - + Name Default Changeable + Changelog unserialize_callback_func - "" + NULL PHP_INI_ALL + Available since PHP 4.2.0. diff --git a/reference/xmlrpc/ini.xml b/reference/xmlrpc/ini.xml index 48aa4c5779..d3e352df2f 100644 --- a/reference/xmlrpc/ini.xml +++ b/reference/xmlrpc/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
XML-RPC configuration options - + Name Default Changeable + Changelog @@ -19,11 +20,13 @@ xmlrpc_errors"0"PHP_INI_SYSTEM + Available since PHP 4.1.0. xmlrpc_error_number "0" PHP_INI_ALL + Available since PHP 4.1.0. diff --git a/reference/yaz/ini.xml b/reference/yaz/ini.xml index 94d894be9f..4d86e8905f 100644 --- a/reference/yaz/ini.xml +++ b/reference/yaz/ini.xml @@ -1,17 +1,18 @@ - +
&reftitle.runtime; &extension.runtime;
YAZ configuration options - + Name Default Changeable + Changelog @@ -19,11 +20,13 @@ yaz.max_links"100"PHP_INI_ALL + Available since PHP 4.3.0. yaz.log_file - "" + NULL PHP_INI_ALL + Available since PHP 4.3.0. diff --git a/reference/zlib/ini.xml b/reference/zlib/ini.xml index 186903f3de..bd2c241f1e 100644 --- a/reference/zlib/ini.xml +++ b/reference/zlib/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -10,29 +10,33 @@ linkend="configuration.file">configuration file &php.ini;.
Zlib Configuration Options - + Name Default Changeable + Changelog zlib.output_compression - "Off" + "0" PHP_INI_ALL + Available since PHP 4.0.5. zlib.output_compression_level "-1" PHP_INI_ALL + Available since PHP 4.3.0. zlib.output_handler "" PHP_INI_ALL + Available since PHP 4.3.0.