diff --git a/appendices/ini.xml b/appendices/ini.xml index a5db7e6718..6832518403 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,9 +1,9 @@ -CSS + &php.ini; directives - +
List of &php.ini; directives @@ -1673,7 +1673,7 @@ "0" PHP_INI_SYSTEM PHP_INI_SYSTEM in PHP <= 4.2.3; PHP_INI_SYSTEM | PHP_INI_PERDIR from PHP 4.3 - through 5.2.6. Available since PHP 4.2.0. + through 5.2.6. Available since PHP 4.2.0. mbstring.http_input @@ -1893,11 +1893,11 @@ mysql.allow_persistent @@ -1907,11 +1907,11 @@ mysql.connect_timeout @@ -1969,17 +1969,17 @@ mysqli.default_host @@ -2025,11 +2025,11 @@ namazu.debugmode @@ -2843,11 +2843,11 @@ sybase.allow_persistent @@ -3007,47 +3007,47 @@ unserialize_callback_func @@ -3564,10 +3564,10 @@
- +
List of &php.ini; sections - + This list includes the &php.ini; sections you can set to configure your PHP setup on a per Host or Path basis. These sections are optional. @@ -3607,9 +3607,9 @@ - + &ini.descriptions.title; - + @@ -3635,11 +3635,11 @@ display_errors = On - + - [PATH=<path>] - + [PATH=<path>] + This section allows you to define a set of &php.ini; directives that @@ -3658,11 +3658,11 @@ auto_prepend_file=security.php - +
- +
Description of core &php.ini; directives @@ -3672,7 +3672,7 @@ auto_prepend_file=security.php Information on the session directives for example can be found at the sessions page. - +
Httpd Options @@ -3701,7 +3701,7 @@ auto_prepend_file=security.php
- +
Language Options @@ -3781,9 +3781,9 @@ auto_prepend_file=security.php - + &ini.descriptions.title; - + @@ -3811,7 +3811,7 @@ auto_prepend_file=security.php - + asp_tags @@ -3827,7 +3827,7 @@ auto_prepend_file=security.php - + precision @@ -3839,7 +3839,7 @@ auto_prepend_file=security.php - + y2k_compliance @@ -3851,8 +3851,8 @@ auto_prepend_file=security.php - - + + allow_call_time_pass_reference @@ -3885,7 +3885,7 @@ auto_prepend_file=security.php - + expose_php @@ -3900,7 +3900,7 @@ auto_prepend_file=security.php - + disable_functions @@ -3962,10 +3962,12 @@ auto_prepend_file=security.php See also the section titled Migrating from PHP 4 to PHP 5. - - This feature has been DEPRECATED and REMOVED as of PHP 5.3.0. - - + + This feature has been DEPRECATED and REMOVED + as of PHP 5.3.0. + + + @@ -3988,7 +3990,7 @@ auto_prepend_file=security.php
- +
Resource Limits @@ -4014,9 +4016,9 @@ auto_prepend_file=security.php - + &ini.descriptions.title; - + @@ -4039,9 +4041,9 @@ auto_prepend_file=security.php the functions memory_get_usage and memory_get_peak_usage prior to 5.2.1. - + &ini.shorthandbytes; - + @@ -4050,7 +4052,7 @@ auto_prepend_file=security.php See also: max_execution_time.
- +
Performance Tuning @@ -4114,7 +4116,7 @@ auto_prepend_file=security.php
- +
Data Handling @@ -4236,9 +4238,9 @@ auto_prepend_file=security.php - + &ini.descriptions.title; - + @@ -4262,7 +4264,7 @@ auto_prepend_file=security.php - + arg_separator.output @@ -4274,7 +4276,7 @@ auto_prepend_file=security.php - + arg_separator.input @@ -4291,7 +4293,7 @@ auto_prepend_file=security.php - + variables_order @@ -4343,7 +4345,7 @@ auto_prepend_file=security.php - + request_order @@ -4366,7 +4368,7 @@ auto_prepend_file=security.php - + auto_globals_jit @@ -4398,7 +4400,7 @@ auto_prepend_file=security.php - + register_globals @@ -4435,7 +4437,7 @@ auto_prepend_file=security.php &warn.deprecated.feature-5-3-0.removed-6-0-0; - + register_argc_argv @@ -4453,7 +4455,7 @@ auto_prepend_file=security.php - + register_long_arrays @@ -4464,7 +4466,7 @@ auto_prepend_file=security.php Tells PHP whether or not to register the deprecated long $HTTP_*_VARS type predefined - variables. When On (default), long predefined PHP + variables. When On (default), long predefined PHP variables like $HTTP_GET_VARS will be defined. If you're not using them, it's recommended to turn them off, for performance reasons. Instead, use the superglobal arrays, @@ -4476,7 +4478,7 @@ auto_prepend_file=security.php &warn.deprecated.feature-5-3-0.removed-6-0-0; - + post_max_size @@ -4495,9 +4497,9 @@ auto_prepend_file=security.php memory_limit should be larger than post_max_size. - + &ini.shorthandbytes; - + If the size of post data is greater than post_max_size, the $_POST and $_FILES @@ -4518,10 +4520,10 @@ auto_prepend_file=security.php - + - + gpc_order @@ -4544,7 +4546,7 @@ auto_prepend_file=security.php - + auto_prepend_file @@ -4562,7 +4564,7 @@ auto_prepend_file=security.php - + auto_append_file @@ -4585,7 +4587,7 @@ auto_prepend_file=security.php - + default_mimetype @@ -4596,7 +4598,7 @@ auto_prepend_file=security.php - + default_charset @@ -4610,7 +4612,7 @@ auto_prepend_file=security.php - + always_populate_raw_post_data @@ -4628,7 +4630,7 @@ auto_prepend_file=security.php - + allow_webdav_methods @@ -4654,7 +4656,7 @@ auto_prepend_file=security.php magic_quotes_sybase.
- +
Paths and Directories @@ -4776,9 +4778,9 @@ auto_prepend_file=security.php - + &ini.descriptions.title; - + @@ -4835,7 +4837,7 @@ include_path=".;c:\php\includes" - + open_basedir @@ -4878,12 +4880,12 @@ include_path=".;c:\php\includes" automatically inherited. - The restriction specified with is actually a - prefix, not a directory name. This means that "open_basedir - = /dir/incl" also allows access to "/dir/include" and - "/dir/incls" if they exist. When you want to restrict access - to only the specified directory, end with a slash. For example: - open_basedir = /dir/incl/ + The restriction specified with is actually a + prefix, not a directory name. This means that "open_basedir + = /dir/incl" also allows access to "/dir/include" and + "/dir/incls" if they exist. When you want to restrict access + to only the specified directory, end with a slash. For example: + open_basedir = /dir/incl/ The default is to allow all files to be opened. @@ -4914,11 +4916,11 @@ include_path=".;c:\php\includes" set doc_root if you are running PHP as a CGI under any web server (other than IIS). The alternative is to use the - cgi.force_redirect configuration below. + cgi.force_redirect configuration below. - + user_dir @@ -4932,7 +4934,7 @@ include_path=".;c:\php\includes" - + extension_dir @@ -4946,7 +4948,7 @@ include_path=".;c:\php\includes" - + extension @@ -4958,7 +4960,7 @@ include_path=".;c:\php\includes" - + zend_extension @@ -4971,7 +4973,7 @@ include_path=".;c:\php\includes" - + zend_extension_debug @@ -4984,7 +4986,7 @@ include_path=".;c:\php\includes" - + zend_extension_debug_ts @@ -4997,7 +4999,7 @@ include_path=".;c:\php\includes" - + zend_extension_ts @@ -5010,7 +5012,7 @@ include_path=".;c:\php\includes" - + cgi.check_shebang_line @@ -5027,7 +5029,7 @@ include_path=".;c:\php\includes" - + cgi.fix_pathinfo @@ -5050,7 +5052,7 @@ include_path=".;c:\php\includes" - + cgi.force_redirect @@ -5073,7 +5075,7 @@ include_path=".;c:\php\includes" - + cgi.redirect_status_env @@ -5094,7 +5096,7 @@ include_path=".;c:\php\includes" - + fastcgi.impersonate @@ -5110,7 +5112,7 @@ include_path=".;c:\php\includes" - + fastcgi.logging @@ -5123,7 +5125,7 @@ include_path=".;c:\php\includes" - + cgi.rfc2616_headers @@ -5142,7 +5144,7 @@ include_path=".;c:\php\includes"
- +
File Uploads @@ -5186,9 +5188,9 @@ include_path=".;c:\php\includes" - + &ini.descriptions.title; - + @@ -5204,12 +5206,12 @@ include_path=".;c:\php\includes" upload_tmp_dir, and post_max_size directives. - + &ini.shorthandbytes; - + - + upload_tmp_dir @@ -5223,7 +5225,7 @@ include_path=".;c:\php\includes" - + upload_max_filesize @@ -5233,9 +5235,9 @@ include_path=".;c:\php\includes" The maximum size of an uploaded file. - + &ini.shorthandbytes; - + @@ -5253,7 +5255,7 @@ include_path=".;c:\php\includes"
- +
General SQL @@ -5279,9 +5281,9 @@ include_path=".;c:\php\includes" - + &ini.descriptions.title; - +