mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
[skip-revcheck] Replace PHP_INI_* with INI_* constants
Performed via a bash script which can be found on PR GH-3140 Closes GH-3140 Co-authored-by: haszi <haszika80@gmail.com>
This commit is contained in:
@@ -33,19 +33,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.short-open-tag">short_open_tag</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.precision">precision</link></entry>
|
||||
<entry>"14"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.serialize-precision">serialize_precision</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Prior to PHP 7.1.0, the default value was 17.
|
||||
</entry>
|
||||
@@ -53,7 +53,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.disable-functions">disable_functions</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM only</entry>
|
||||
<entry><constant>INI_SYSTEM</constant> only</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -65,7 +65,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.exit-on-timeout">exit_on_timeout</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -77,49 +77,49 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.hard-timeout">hard_timeout</link></entry>
|
||||
<entry>"2"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.exception-ignore-args">zend.exception_ignore_args</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.4.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.multibyte">zend.multibyte</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.script-encoding">zend.script_encoding</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.detect-unicode">zend.detect_unicode</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.signal-check">zend.signal_check</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.assertions">zend.assertions</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL with restrictions</entry>
|
||||
<entry><constant>INI_ALL</constant> with restrictions</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.exception-string-param-max-len">zend.exception_string_param_max_len</link></entry>
|
||||
<entry>"15"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -412,7 +412,7 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
|
||||
<row>
|
||||
<entry><link linkend="ini.memory-limit">memory_limit</link></entry>
|
||||
<entry>"128M"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -466,13 +466,13 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
|
||||
<row>
|
||||
<entry><link linkend="ini.realpath-cache-size">realpath_cache_size</link></entry>
|
||||
<entry>"4M"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Prior to PHP 7.0.16 and 7.1.2, the default was <literal>"16K"</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.realpath-cache-ttl">realpath_cache_ttl</link></entry>
|
||||
<entry>"120"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -546,91 +546,91 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
|
||||
<row>
|
||||
<entry><link linkend="ini.arg-separator.output">arg_separator.output</link></entry>
|
||||
<entry>"&"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.arg-separator.input">arg_separator.input</link></entry>
|
||||
<entry>"&"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.variables-order">variables_order</link></entry>
|
||||
<entry>"EGPCS"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.request-order">request_order</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-globals-jit">auto_globals_jit</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.enable-post-data-reading">enable_post_data_reading</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.post-max-size">post_max_size</link></entry>
|
||||
<entry>"8M"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-prepend-file">auto_prepend_file</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-append-file">auto_append_file</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.default-mimetype">default_mimetype</link></entry>
|
||||
<entry>"text/html"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.default-charset">default_charset</link></entry>
|
||||
<entry>"UTF-8"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.input-encoding">input_encoding</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-encoding">output_encoding</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.internal-encoding">internal_encoding</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -1014,43 +1014,43 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
|
||||
<row>
|
||||
<entry><link linkend="ini.include-path">include_path</link></entry>
|
||||
<entry>".;/path/to/php/pear"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.open-basedir">open_basedir</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.doc-root">doc_root</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.user-dir">user_dir</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.user-ini.cache-ttl">user_ini.cache_ttl</link></entry>
|
||||
<entry>"300"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.user-ini.filename">user_ini.filename</link></entry>
|
||||
<entry>".user.ini"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.extension-dir">extension_dir</link></entry>
|
||||
<entry>"/path/to/php"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -1068,55 +1068,55 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.check-shebang-line">cgi.check_shebang_line</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.discard-path">cgi.discard_path</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.force-redirect">cgi.force_redirect</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.nph">cgi.nph</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.redirect-status-env">cgi.redirect_status_env</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.rfc2616-headers">cgi.rfc2616_headers</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.fastcgi.impersonate">fastcgi.impersonate</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.fastcgi.logging">fastcgi.logging</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -1558,37 +1558,37 @@ include_path = ".:${USER}/pear/php"
|
||||
<row>
|
||||
<entry><link linkend="ini.file-uploads">file_uploads</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.upload-tmp-dir">upload_tmp_dir</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-nesting-level">max_input_nesting_level</link></entry>
|
||||
<entry>64</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-vars">max_input_vars</link></entry>
|
||||
<entry>1000</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.upload-max-filesize">upload_max_filesize</link></entry>
|
||||
<entry>"2M"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-file-uploads">max_file_uploads</link></entry>
|
||||
<entry>20</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -1690,7 +1690,7 @@ include_path = ".:${USER}/pear/php"
|
||||
<row>
|
||||
<entry><link linkend="ini.sql.safe-mode">sql.safe_mode</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Removed as of PHP 7.2.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -1743,7 +1743,7 @@ include_path = ".:${USER}/pear/php"
|
||||
<row>
|
||||
<entry><link linkend="ini.windows-show-crt-warning">windows.show_crt_warning</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -25,140 +25,140 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.allow-url-include">allow_url_include</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Deprecated as of PHP 7.4.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.arg-separator.input">arg_separator.input</link></entry>
|
||||
<entry><literal>"&"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.arg-separator.output">arg_separator.output</link></entry>
|
||||
<entry><literal>"&"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.active">assert.active</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.bail">assert.bail</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.callback">assert.callback</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.exception">assert.exception</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.quiet-eval">assert.quiet_eval</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.warning">assert.warning</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-append-file">auto_append_file</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-globals-jit">auto_globals_jit</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-prepend-file">auto_prepend_file</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('bc.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.browscap">browscap</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.check-shebang-line">cgi.check_shebang_line</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.discard-path">cgi.discard_path</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.force-redirect">cgi.force_redirect</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.nph">cgi.nph</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.redirect-status-env">cgi.redirect_status_env</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cgi.rfc2616-headers">cgi.rfc2616_headers</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.child-terminate">child_terminate</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('readline.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -170,37 +170,37 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.default-charset">default_charset</link></entry>
|
||||
<entry><literal>"UTF-8"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.input-encoding">input_encoding</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-encoding">output_encoding</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.internal-encoding">internal_encoding</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.default-mimetype">default_mimetype</link></entry>
|
||||
<entry><literal>"text/html"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
|
||||
<entry><literal>"60"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -218,13 +218,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.display-errors">display_errors</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.display-startup-errors">display_startup_errors</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Prior to PHP 8.0.0, the default value was <literal>"0"</literal>.
|
||||
</entry>
|
||||
@@ -232,74 +232,74 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.docref-ext">docref_ext</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.docref-root">docref_root</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.doc-root">doc_root</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.enable-dl">enable_dl</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>&removed.php.future;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.enable-post-data-reading">enable_post_data_reading</link></entry>
|
||||
<entry><literal>"On"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.engine">engine</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-append-string">error_append_string</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-log">error_log</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-log-mode">error_log_mode</link></entry>
|
||||
<entry><literal>0o644</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.2.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-prepend-string">error_prepend_string</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-reporting">error_reporting</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exif.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.exit-on-timeout">exit_on_timeout</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('expect.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -318,32 +318,32 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.extension-dir">extension_dir</link></entry>
|
||||
<entry><literal>"/path/to/php"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.fastcgi.impersonate">fastcgi.impersonate</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.fastcgi.logging">fastcgi.logging</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.file-uploads">file_uploads</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('filter.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.from">from</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('image.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -351,43 +351,43 @@
|
||||
<row>
|
||||
<entry>hard_timeout</entry>
|
||||
<entry><literal>"2"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.comment</link></entry>
|
||||
<entry><literal>"#FF8000"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.default</link></entry>
|
||||
<entry><literal>"#0000BB"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.html</link></entry>
|
||||
<entry><literal>"#000000"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.keyword</link></entry>
|
||||
<entry><literal>"#007700"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.string</link></entry>
|
||||
<entry><literal>"#DD0000"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.html-errors">html_errors</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('ibase.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -396,57 +396,57 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.ignore-repeated-errors">ignore_repeated_errors</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ignore-repeated-source">ignore_repeated_source</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ignore-user-abort">ignore_user_abort</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.implicit-flush">implicit_flush</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.include-path">include_path</link></entry>
|
||||
<entry><literal>".:/path/to/php/pear"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('intl.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.last-modified">last_modified</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('ldap.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.log-errors">log_errors</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.log-errors-max-len">log_errors_max_len</link></entry>
|
||||
<entry><literal>"1024"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mail.add-x-header">mail.add_x_header</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -458,31 +458,31 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mail.log">mail.log</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-execution-time">max_execution_time</link></entry>
|
||||
<entry><literal>"30"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-nesting-level">max_input_nesting_level</link></entry>
|
||||
<entry><literal>"64"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-vars">max_input_vars</link></entry>
|
||||
<entry><literal>1000</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-time">max_input_time</link></entry>
|
||||
<entry><literal>"-1"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mbstring.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -491,7 +491,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.memory-limit">memory_limit</link></entry>
|
||||
<entry><literal>"128M"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mysql.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -503,19 +503,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.open-basedir">open_basedir</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-buffering">output_buffering</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-handler">output_handler</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('pcre.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -526,68 +526,68 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.post-max-size">post_max_size</link></entry>
|
||||
<entry><literal>"8M"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.precision">precision</link></entry>
|
||||
<entry><literal>"14"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.realpath-cache-size">realpath_cache_size</link></entry>
|
||||
<entry><literal>"16K"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.realpath-cache-ttl">realpath_cache_ttl</link></entry>
|
||||
<entry><literal>"120"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.report-memleaks">report_memleaks</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>report_zend_debug</entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.request-order">request_order</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('runkit7.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.sendmail-from">sendmail_from</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.sendmail-path">sendmail_path</link></entry>
|
||||
<entry><literal>"/usr/sbin/sendmail -t -i"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.serialize-precision">serialize_precision</link></entry>
|
||||
<entry><literal>"-1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Prior to PHP 7.1.0, the default value was <literal>17</literal>.
|
||||
</entry>
|
||||
@@ -596,51 +596,51 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.short-open-tag">short_open_tag</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.smtp">SMTP</link></entry>
|
||||
<entry><literal>"localhost"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.smtp-port">smtp_port</link></entry>
|
||||
<entry><literal>"25"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('soap.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.sql.safe-mode">sql.safe_mode</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Removed as of PHP 7.2.0</entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('sqlite3.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.syslog.facility">syslog.facility</link></entry>
|
||||
<entry><literal>"LOG_USER"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syslog.filter">syslog.filter</link></entry>
|
||||
<entry><literal>"no-ctrl"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syslog.ident">syslog.ident</link></entry>
|
||||
<entry><literal>"php"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sys_temp_dir</entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('sem.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
@@ -648,44 +648,44 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.track-errors">track_errors</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated as of PHP 7.2.0, removed as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('unserialize.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry>uploadprogress.file.filename_template</entry>
|
||||
<entry><literal>"/tmp/upt_%s.txt"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.upload-max-filesize">upload_max_filesize</link></entry>
|
||||
<entry><literal>"2M"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-file-uploads">max_file_uploads</link></entry>
|
||||
<entry><literal>20</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.upload-tmp-dir">upload_tmp_dir</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.url-rewriter.hosts">url_rewriter.hosts</link></entry>
|
||||
<entry><literal>""</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.url-rewriter.tags">url_rewriter.tags</link></entry>
|
||||
<entry><literal>"form="</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Prior to PHP 7.1.0, the default value was
|
||||
<literal>"a=href,area=href,frame=src,form=,fieldset="</literal>.
|
||||
@@ -694,104 +694,104 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.user-agent">user_agent</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.user-dir">user_dir</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.user-ini.cache-ttl">user_ini.cache_ttl</link></entry>
|
||||
<entry><literal>"300"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.user-ini.filename">user_ini.filename</link></entry>
|
||||
<entry><literal>".user.ini"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('uopz.configuration.list')/*)"><xi:fallback/></xi:include>
|
||||
<row>
|
||||
<entry><link linkend="ini.variables-order">variables_order</link></entry>
|
||||
<entry><literal>"EGPCS"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.windows-show-crt-warning">windows.show_crt_warning</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xbithack">xbithack</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmlrpc-errors">xmlrpc_errors</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmlrpc-error-number">xmlrpc_error_number</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>yaz.keepalive</entry>
|
||||
<entry><literal>"120"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>yaz.log_mask</entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of yaz 1.0.3.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.assertions">zend.assertions</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.detect-unicode">zend.detect_unicode</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.enable-gc">zend.enable_gc</link></entry>
|
||||
<entry><literal>"1"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.multibyte">zend.multibyte</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.script-encoding">zend.script_encoding</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.signal-check">zend.signal_check</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><link linkend="ini.per-host">[HOST=]</link></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.per-path">[PATH=]</link></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
<para>
|
||||
<link linkend="ini.sqlite3.defensive">sqlite3.defensive</link>
|
||||
is now <constant>PHP_INI_USER</constant>.
|
||||
is now <constant>INI_USER</constant>.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
|
||||
@@ -1907,7 +1907,7 @@ $ php -S 0.0.0.0:8000
|
||||
<row>
|
||||
<entry><link linkend="ini.cli-server.color">cli_server.color</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -215,8 +215,8 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
</simpara>
|
||||
<simpara>
|
||||
Only INI settings with the
|
||||
modes <constant>PHP_INI_PERDIR</constant> and
|
||||
<constant>PHP_INI_USER</constant> will be recognized in .user.ini-style INI
|
||||
modes <constant>INI_PERDIR</constant> and
|
||||
<constant>INI_USER</constant> will be recognized in .user.ini-style INI
|
||||
files.
|
||||
</simpara>
|
||||
|
||||
@@ -253,16 +253,16 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
<para>
|
||||
For example, the
|
||||
<link linkend="ini.output-buffering">output_buffering</link> setting
|
||||
is <literal>PHP_INI_PERDIR</literal> therefore it may not be set using
|
||||
is <constant>INI_PERDIR</constant> therefore it may not be set using
|
||||
<function>ini_set</function>. However, the
|
||||
<link linkend="ini.display-errors">display_errors</link> directive is
|
||||
<literal>PHP_INI_ALL</literal> therefore it may be set anywhere,
|
||||
<constant>INI_ALL</constant> therefore it may be set anywhere,
|
||||
including with <function>ini_set</function>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<table>
|
||||
<title>Definition of PHP_INI_* modes</title>
|
||||
<title>Definition of INI_* modes</title>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
@@ -272,7 +272,7 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><literal>PHP_INI_USER</literal></entry>
|
||||
<entry><constant>INI_USER</constant></entry>
|
||||
<entry>
|
||||
Entry can be set in user scripts (like with <function>ini_set</function>)
|
||||
or in the <link linkend="configuration.changes.windows">Windows registry</link>.
|
||||
@@ -280,17 +280,17 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>PHP_INI_PERDIR</literal></entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry>
|
||||
Entry can be set in &php.ini;, &htaccess;, &httpd.conf; or &user-ini;
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>PHP_INI_SYSTEM</literal></entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Entry can be set in &php.ini; or &httpd.conf;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>PHP_INI_ALL</literal></entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Entry can be set anywhere</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -315,8 +315,8 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
There are several Apache directives that allow you
|
||||
to change the PHP configuration from within the Apache configuration
|
||||
files. For a listing of which directives are
|
||||
<constant>PHP_INI_ALL</constant>, <constant>PHP_INI_PERDIR</constant>,
|
||||
or <constant>PHP_INI_SYSTEM</constant>, have a look at the
|
||||
<constant>INI_ALL</constant>, <constant>INI_PERDIR</constant>,
|
||||
or <constant>INI_SYSTEM</constant>, have a look at the
|
||||
<link linkend="ini.list">List of php.ini directives</link> appendix.
|
||||
</para>
|
||||
|
||||
@@ -331,7 +331,7 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the value of the specified directive.
|
||||
Can be used only with <constant>PHP_INI_ALL</constant> and <constant>PHP_INI_PERDIR</constant> type directives.
|
||||
Can be used only with <constant>INI_ALL</constant> and <constant>INI_PERDIR</constant> type directives.
|
||||
To clear a previously set value use <literal>none</literal> as the value.
|
||||
</para>
|
||||
<note>
|
||||
@@ -351,8 +351,8 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
<listitem>
|
||||
<para>
|
||||
Used to set a boolean configuration directive.
|
||||
Can be used only with <constant>PHP_INI_ALL</constant> and
|
||||
<constant>PHP_INI_PERDIR</constant> type directives.
|
||||
Can be used only with <constant>INI_ALL</constant> and
|
||||
<constant>INI_PERDIR</constant> type directives.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -435,8 +435,8 @@ $ PHP_INI_SCAN_DIR=/usr/local/etc/php.d: php
|
||||
should have the name of the PHP configuration directive and the
|
||||
string value. PHP constants in the values are not parsed.
|
||||
However, only configuration values changeable in
|
||||
<constant>PHP_INI_USER</constant> can be set
|
||||
this way, <constant>PHP_INI_PERDIR</constant> values can not,
|
||||
<constant>INI_USER</constant> can be set
|
||||
this way, <constant>INI_PERDIR</constant> values can not,
|
||||
because these configuration values are re-read for each request.
|
||||
</simpara>
|
||||
</sect2>
|
||||
|
||||
@@ -1886,7 +1886,7 @@ The behaviour of these functions is affected by settings in &php.ini;.
|
||||
</simpara>'>
|
||||
|
||||
<!ENTITY ini.php.constants 'For further details and definitions of the
|
||||
PHP_INI_* modes, see the <xref xmlns="http://docbook.org/ns/docbook" linkend="configuration.changes.modes"/>.'>
|
||||
INI_* modes, see the <xref xmlns="http://docbook.org/ns/docbook" linkend="configuration.changes.modes"/>.'>
|
||||
|
||||
<!-- Used in reference/$extname/constants.xml -->
|
||||
<!ENTITY extension.constants '<simpara xmlns="http://docbook.org/ns/docbook">
|
||||
|
||||
@@ -409,7 +409,7 @@ echo \Foo\Bar\FOO; // resolves to constant Foo\Bar\FOO
|
||||
Note that to access any global
|
||||
class, function or constant, a fully qualified name can be used, such as
|
||||
<function>\strlen</function> or <classname>\Exception</classname> or
|
||||
<literal>\INI_ALL</literal>.
|
||||
\<constant>INI_ALL</constant>.
|
||||
<example>
|
||||
<title>Accessing global classes, functions and constants from within a namespace</title>
|
||||
<programlisting role="php">
|
||||
|
||||
@@ -28,25 +28,25 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.engine">engine</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.child-terminate">child_terminate</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.last-modified">last_modified</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xbithack">xbithack</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -60,79 +60,79 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.enabled">apc.enabled</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.shm-segments">apc.shm_segments</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.shm-size">apc.shm_size</link></entry>
|
||||
<entry>"32M"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.entries-hint">apc.entries_hint</link></entry>
|
||||
<entry>"4096"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.ttl">apc.ttl</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.gc-ttl">apc.gc_ttl</link></entry>
|
||||
<entry>"3600"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.mmap-file-mask">apc.mmap_file_mask</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.slam-defense">apc.slam_defense</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.enable-cli">apc.enable_cli</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.use-request-time">apc.use_request_time</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Prior to APCu 5.1.19, the default was "1".</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.serializer">apc.serializer</link></entry>
|
||||
<entry>"php"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Prior to APCu 5.1.15, the default was "default".</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.coredump-unmap">apc.coredump_unmap</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.apcu.preload-path">apc.preload_path</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.bcmath.scale">bcmath.scale</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,43 +19,43 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.com.allow-dcom">com.allow_dcom</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.com.autoregister-typelib">com.autoregister_typelib</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.com.autoregister-verbose">com.autoregister_verbose</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.com.autoregister-casesensitive">com.autoregister_casesensitive</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.com.code-page">com.code_page</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.com.dotnet-version">com.dotnet_version</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>As of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.com.typelib-file">com.typelib_file</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.curl.cainfo">curl.cainfo</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,31 +19,31 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.date.default-latitude">date.default_latitude</link></entry>
|
||||
<entry>"31.7667"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.date.default-longitude">date.default_longitude</link></entry>
|
||||
<entry>"35.2333"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.date.sunrise-zenith">date.sunrise_zenith</link></entry>
|
||||
<entry>"90.833333"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Prior to PHP 8.0.0, the default was "90.583333"</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.date.sunset-zenith">date.sunset_zenith</link></entry>
|
||||
<entry>"90.833333"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Prior to PHP 8.0.0, the default was "90.583333"</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.date.timezone">date.timezone</link></entry>
|
||||
<entry>"UTC"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>From PHP 8.2, a warning is emitted when setting this to an invalid
|
||||
value or an empty string.</entry>
|
||||
</row>
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
<link linkend="ini.dba.default_handler">dba.default_handler</link>
|
||||
</entry>
|
||||
<entry>DBA_DEFAULT</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,19 +19,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.error-reporting">error_reporting</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.display-errors">display_errors</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.display-startup-errors">display_startup_errors</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Prior to PHP 8.0.0, the default value was <literal>"0"</literal>.
|
||||
</entry>
|
||||
@@ -39,109 +39,109 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.log-errors">log_errors</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.log-errors-max-len">log_errors_max_len</link></entry>
|
||||
<entry>"1024"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Had no effect as of PHP 8.0.0, removed as of PHP 8.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ignore-repeated-errors">ignore_repeated_errors</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ignore-repeated-source">ignore_repeated_source</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.report-memleaks">report_memleaks</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.track-errors">track_errors</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated as of PHP 7.2.0, removed as of PHP 8.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.html-errors">html_errors</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmlrpc-errors">xmlrpc_errors</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmlrpc-error-number">xmlrpc_error_number</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.docref-root">docref_root</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.docref-ext">docref_ext</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-prepend-string">error_prepend_string</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-append-string">error_append_string</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-log">error_log</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.error-log-mode">error_log_mode</link></entry>
|
||||
<entry>0o644</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.2.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syslog.facility">syslog.facility</link></entry>
|
||||
<entry>"LOG_USER"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syslog.filter">syslog.filter</link></entry>
|
||||
<entry>"no-ctrl"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syslog.ident">syslog.ident</link></entry>
|
||||
<entry>"php"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.3.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -26,37 +26,37 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.exif.encode-unicode">exif.encode_unicode</link></entry>
|
||||
<entry>"ISO-8859-15"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.exif.decode-unicode-motorola">exif.decode_unicode_motorola</link></entry>
|
||||
<entry>"UCS-2BE"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.exif.decode-unicode-intel">exif.decode_unicode_intel</link></entry>
|
||||
<entry>"UCS-2LE"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.exif.encode-jis">exif.encode_jis</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.exif.decode-jis-motorola">exif.decode_jis_motorola</link></entry>
|
||||
<entry>"JIS"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.exif.decode-jis-intel">exif.decode_jis_intel</link></entry>
|
||||
<entry>"JIS"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -21,25 +21,25 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.expect.timeout">expect.timeout</link></entry>
|
||||
<entry>"10"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.expect.loguser">expect.loguser</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.expect.logfile">expect.logfile</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.expect.match-max">expect.match_max</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -35,13 +35,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.ffi.enable">ffi.enable</link></entry>
|
||||
<entry>"preload"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ffi.preload">ffi.preload</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,43 +19,43 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.allow-url-include">allow_url_include</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Deprecated as of PHP 7.4.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.user-agent">user_agent</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
|
||||
<entry>"60"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.from">from</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated as of PHP 8.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.sys-temp-dir">sys_temp_dir</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.filter.default">filter.default</link></entry>
|
||||
<entry>"unsafe_raw"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry>Deprecated as of PHP 8.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.filter.default-flags">filter.default_flags</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.geoip.custom-directory">geoip.custom_directory</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,61 +19,61 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.allow-persistent">ibase.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.max-persistent">ibase.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.max-links">ibase.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.default-db">ibase.default_db</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.default-user">ibase.default_user</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.default-password">ibase.default_password</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.default-charset">ibase.default_charset</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.timestampformat">ibase.timestampformat</link></entry>
|
||||
<entry>"%Y-%m-%d %H:%M:%S"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.dateformat">ibase.dateformat</link></entry>
|
||||
<entry>"%Y-%m-%d"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.timeformat">ibase.timeformat</link></entry>
|
||||
<entry>"%H:%M:%S"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,91 +19,91 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.binmode">ibm_db2.binmode</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-all-pconnect">ibm_db2.i5_all_pconnect</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.6.5.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-allow-commit">ibm_db2.i5_allow_commit</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.4.9.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-blank-userid">ibm_db2.i5_blank_userid</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.9.7.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-char-trim">ibm_db2.i5_char_trim</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 2.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-dbcs-alloc">ibm_db2.i5_dbcs_alloc</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.5.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-guard-profile">ibm_db2.i5_guard_profile</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.9.7.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-ignore-userid">ibm_db2.i5_ignore_userid</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.8.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-job-sort">ibm_db2.i5_job_sort</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.8.4.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-log-verbose">ibm_db2.i5_log_verbose</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.9.7.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-max-pconnect">ibm_db2.i5_max_pconnect</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.9.7.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-override-ccsid">ibm_db2.i5_override_ccsid</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.9.7.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-servermode-subsystem">ibm_db2.i5_servermode_subsystem</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.9.7.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.i5-sys-naming">ibm_db2.i5_sys_naming</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.9.7.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibm-db2.instance-name">ibm_db2.instance_name</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of ibm_db2 1.0.2.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,19 +20,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.iconv.input-encoding">iconv.input_encoding</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated in PHP 5.6.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.iconv.output-encoding">iconv.output_encoding</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated in PHP 5.6.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.iconv.internal-encoding">iconv.internal_encoding</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated in PHP 5.6.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.igbinary.compact-strings">igbinary.compact_strings</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -39,7 +39,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.igbinary.save-handler">session.save_handler</link></entry>
|
||||
<entry>"files"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.gd.jpeg-ignore-warning">gd.jpeg_ignore_warning</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,19 +19,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.imagick.locale-fix">imagick.locale_fix</link></entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since Imagick 2.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.imagick.progress-monitor">imagick.progress_monitor</link></entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available since Imagick 2.2.2</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.imagick.skip-version-check">imagick.skip_version_check</link></entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available since Imagick 3.3.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.imap.enable-insecure-rsh">imap.enable_insecure_rsh</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.1.25, 7.2.13 and 7.3.0. Formerly, it was implicitly enabled.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.active">assert.active</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Deprecated as of PHP 8.3.0
|
||||
</entry>
|
||||
@@ -27,7 +27,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.bail">assert.bail</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Deprecated as of PHP 8.3.0
|
||||
</entry>
|
||||
@@ -35,7 +35,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.warning">assert.warning</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Deprecated as of PHP 8.3.0
|
||||
</entry>
|
||||
@@ -43,7 +43,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.callback">assert.callback</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Deprecated as of PHP 8.3.0
|
||||
</entry>
|
||||
@@ -51,13 +51,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.quiet-eval">assert.quiet_eval</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.assert.exception">assert.exception</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Prior to PHP 8.0.0, defaults to <literal>"0"</literal>.
|
||||
Deprecated as of PHP 8.3.0
|
||||
@@ -66,37 +66,37 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.enable-dl">enable_dl</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>&removed.php.future;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-execution-time">max_execution_time</link></entry>
|
||||
<entry>"30"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-time">max_input_time</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-nesting-level">max_input_nesting_level</link></entry>
|
||||
<entry>"64"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-vars">max_input_vars</link></entry>
|
||||
<entry>1000</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zend.enable-gc">zend.enable_gc</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -21,19 +21,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.intl.default-locale">intl.default_locale</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.intl.error-level">intl.error_level</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.intl.use-exceptions">intl.use_exceptions</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since PECL 3.0.0a1</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.ldap.max_links">ldap.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,43 +19,43 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mail.add-x-header">mail.add_x_header</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mail.log">mail.log</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mail.force_extra_parameters">mail.force_extra_parameters</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.smtp">SMTP</link></entry>
|
||||
<entry>"localhost"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.smtp-port">smtp_port</link></entry>
|
||||
<entry>"25"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.sendmail-from">sendmail_from</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.sendmail-path">sendmail_path</link></entry>
|
||||
<entry>"/usr/sbin/sendmail -t -i"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mailparse.def_charset">mailparse.def_charset</link></entry>
|
||||
<entry>"us-ascii"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,43 +19,43 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.language">mbstring.language</link></entry>
|
||||
<entry>"neutral"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.detect-order">mbstring.detect_order</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.http-input">mbstring.http_input</link></entry>
|
||||
<entry>"pass"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.http-output">mbstring.http_output</link></entry>
|
||||
<entry>"pass"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.internal-encoding">mbstring.internal_encoding</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Deprecated</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.substitute-character">mbstring.substitute_character</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.func-overload">mbstring.func_overload</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>
|
||||
Deprecated as of PHP 7.2.0; removed as of PHP 8.0.0.
|
||||
</entry>
|
||||
@@ -63,31 +63,31 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.encoding-translation">mbstring.encoding_translation</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.http-output-conv-mimetypes">mbstring.http_output_conv_mimetypes</link></entry>
|
||||
<entry>"^(text/|application/xhtml\+xml)"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.strict-detection">mbstring.strict_detection</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.regex-retry-limit">mbstring.regex_retry_limit</link></entry>
|
||||
<entry>"1000000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.4.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mbstring.regex-stack-limit">mbstring.regex_stack_limit</link></entry>
|
||||
<entry>"100000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.3.5.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mcrypt.algorithms-dir">mcrypt.algorithms_dir</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mcrypt.modes-dir">mcrypt.modes_dir</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,67 +19,67 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.allow-failover">memcache.allow_failover</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since memcache 2.0.2.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.max-failover-attempts">memcache.max_failover_attempts</link></entry>
|
||||
<entry>"20"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since memcache 2.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.chunk-size">memcache.chunk_size</link></entry>
|
||||
<entry>"8192"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since memcache 2.0.2.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.default-port">memcache.default_port</link></entry>
|
||||
<entry>"11211"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since memcache 2.0.2.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.hash-strategy">memcache.hash_strategy</link></entry>
|
||||
<entry>"standard"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since memcache 2.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.hash-function">memcache.hash_function</link></entry>
|
||||
<entry>"crc32"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since memcache 2.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.protocol">memcache.protocol</link></entry>
|
||||
<entry>ascii</entry>
|
||||
<entry>>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Supported since memcache 3.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.redundancy">memcache.redundancy</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Supported since memcache 3.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.session-redundancy">memcache.session_redundancy</link></entry>
|
||||
<entry>2</entry>
|
||||
<entry>>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Supported since memcache 3.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.compress-threshold">memcache.compress_threshold</link></entry>
|
||||
<entry>20000</entry>
|
||||
<entry>>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Supported since memcache 3.0.3</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.lock-timeout">memcache.lock_timeout</link></entry>
|
||||
<entry>15</entry>
|
||||
<entry>>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Supported since memcache 3.0.4</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -100,13 +100,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.save-handler">session.save_handler</link></entry>
|
||||
<entry>"files"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Supported since memcache 2.1.2</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcache.save-path">session.save_path</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Supported since memcache 2.1.2</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,175 +20,175 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-locking">memcached.sess_locking</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 0.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-consistent-hash">memcached.sess_consistent_hash</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.1.0. Default value is <literal>On</literal> as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-binary">memcached.sess_binary</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.0.0. Replaced by <literal>memcached.sess_binary_protocol</literal> as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-lock-wait">memcached.sess_lock_wait</link></entry>
|
||||
<entry>150000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 0.1.0. Removed as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-prefix">memcached.sess_prefix</link></entry>
|
||||
<entry>memc.sess.key.</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 0.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-number-of-replicas">memcached.sess_number_of_replicas</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-randomize-replica-read">memcached.sess_randomize_replica_read</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-remove-failed">memcached.sess_remove_failed</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.1.0. Replaced by <literal>memcached.sess_remove_failed_servers</literal> as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.compression-type">memcached.compression_type</link></entry>
|
||||
<entry>fastlz</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 0.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.compression-factor">memcached.compression_factor</link></entry>
|
||||
<entry>1.3</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 0.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.compression-threshold">memcached.compression_threshold</link></entry>
|
||||
<entry>2000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 0.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.serializer">memcached.serializer</link></entry>
|
||||
<entry>igbinary</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 0.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.use-sasl">memcached.use_sasl</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.2.0. Removed as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.default-binary-protocol">memcached.default_binary_protocol</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.default-connect-timeout">memcached.default_connect_timeout</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.default-consistent-hash">memcached.default_consistent_hash</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-binary-protocol">memcached.sess_binary_protocol</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0. Replace <literal>memcached.sess_binary</literal>.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-connect-timeout">memcached.sess_connect_timeout</link></entry>
|
||||
<entry>1000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-consistent-hash-type">memcached.sess_consistent_hash_type</link></entry>
|
||||
<entry>ketama</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-lock-expire">memcached.sess_lock_expire</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-lock-retries">memcached.sess_lock_retries</link></entry>
|
||||
<entry>5</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-lock-wait-max">memcached.sess_lock_wait_max</link></entry>
|
||||
<entry>150</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0. Default value <literal>150</literal> as of memcached 3.1.0 (previously <literal>2000</literal>).</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-lock-wait-min">memcached.sess_lock_wait_min</link></entry>
|
||||
<entry>150</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0. Default value <literal>150</literal> as of memcached 3.1.0 (previously <literal>1000</literal>).</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-persistent">memcached.sess_persistent</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-remove-failed-servers">memcached.sess_remove_failed_servers</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0. Replace <literal>memcached.sess_remove_failed</literal>.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-server-failure-limit">memcached.sess_server_failure_limit</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 3.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-sasl-password">memcached.sess_sasl_password</link></entry>
|
||||
<entry>null</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.sess-sasl-username">memcached.sess_sasl_username</link></entry>
|
||||
<entry>null</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of memcached 2.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.memcached.store-retry-count">memcached.store_retry_count</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Available as of memcached 2.2.0.
|
||||
Default value <literal>0</literal> as of memcached 3.2.0
|
||||
|
||||
@@ -19,43 +19,43 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.ignore-user-abort">ignore_user_abort</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.string</link></entry>
|
||||
<entry>"#DD0000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.comment</link></entry>
|
||||
<entry>"#FF8000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.keyword</link></entry>
|
||||
<entry>"#007700"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.default</link></entry>
|
||||
<entry>"#0000BB"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.html</link></entry>
|
||||
<entry>"#000000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.browscap">browscap</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mongodb.debug">mongodb.debug</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,67 +19,67 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.allow-local-infile">mysql.allow_local_infile</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.allow-persistent">mysql.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.max-persistent">mysql.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.max-links">mysql.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.trace-mode">mysql.trace_mode</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-port">mysql.default_port</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-socket">mysql.default_socket</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-host">mysql.default_host</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-user">mysql.default_user</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-password">mysql.default_password</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.connect-timeout">mysql.connect_timeout</link></entry>
|
||||
<entry>"60"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,37 +20,37 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.xmysqlnd.collect-memory-statistics">xmysqlnd.collect_memory_statistics</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmysqlnd.collect-statistics">xmysqlnd.collect_statistics</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmysqlnd.debug">xmysqlnd.debug</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmysqlnd.mempool-default-size">xmysqlnd.mempool_default_size</link></entry>
|
||||
<entry>16000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmysqlnd.net-read-timeout">xmysqlnd.net_read_timeout</link></entry>
|
||||
<entry>31536000</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.xmysqlnd.trace-alloc">xmysqlnd.trace_alloc</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,73 +19,73 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.allow-local-infile">mysqli.allow_local_infile</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Before PHP 7.2.16 and 7.3.3 the default was "1".</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.local-infile-directory">mysqli.local_infile_directory</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.allow-persistent">mysqli.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.max-persistent">mysqli.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.max-links">mysqli.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.default-port">mysqli.default_port</link></entry>
|
||||
<entry>"3306"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.default-socket">mysqli.default_socket</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.default-host">mysqli.default_host</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.default-user">mysqli.default_user</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.default-pw">mysqli.default_pw</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.reconnect">mysqli.reconnect</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Removed as of PHP 8.2.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.rollback-on-cached-plink">mysqli.rollback_on_cached_plink</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -93,7 +93,7 @@
|
||||
</table>
|
||||
</para>
|
||||
<para>
|
||||
For further details and definitions of the preceding PHP_INI_* constants, see
|
||||
For further details and definitions of the preceding INI_* constants, see
|
||||
the chapter on <link linkend="configuration.changes">configuration
|
||||
changes</link>.
|
||||
</para>
|
||||
|
||||
@@ -21,70 +21,70 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.collect-statistics">mysqlnd.collect_statistics</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.collect-memory-statistics">mysqlnd.collect_memory_statistics</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.debug">mysqlnd.debug</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.log-mask">mysqlnd.log_mask</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.mempool-default-size">mysqlnd.mempool_default_size</link></entry>
|
||||
<entry>16000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.net-read-timeout">mysqlnd.net_read_timeout</link></entry>
|
||||
<entry>"86400"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
Before PHP 7.2.0 the default value was "31536000"
|
||||
and the changeability was <constant>PHP_INI_SYSTEM</constant>
|
||||
and the changeability was <constant>INI_SYSTEM</constant>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.net-cmd-buffer-size">mysqlnd.net_cmd_buffer_size</link></entry>
|
||||
<entry>"4096"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.net-read-buffer-size">mysqlnd.net_read_buffer_size</link></entry>
|
||||
<entry>"32768"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.sha256-server-public-key">mysqlnd.sha256_server_public_key</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.trace-alloc">mysqlnd.trace_alloc</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqlnd.fetch_data_copy">mysqlnd.fetch_data_copy</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 8.1.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,61 +19,61 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.connection-class">oci8.connection_class</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.default-prefetch">oci8.default_prefetch</link></entry>
|
||||
<entry>"100"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.events">oci8.events</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.max-persistent">oci8.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.old-oci-close-semantics">oci8.old_oci_close_semantics</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Deprecated as of PHP 8.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.persistent-timeout">oci8.persistent_timeout</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.ping-interval">oci8.ping_interval</link></entry>
|
||||
<entry>"60"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.prefetch-lob-size">oci8.prefetch_lob_size</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available since PECL OCI8 3.2.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.privileged-connect">oci8.privileged_connect</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.oci8.statement-cache-size">oci8.statement_cache_size</link></entry>
|
||||
<entry>"20"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,350 +19,350 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.enable">opcache.enable</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.enable-cli">opcache.enable_cli</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Between PHP 7.1.2 and 7.1.6 inclusive, the default was "1"</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link
|
||||
linkend="ini.opcache.memory-consumption">opcache.memory_consumption</link></entry>
|
||||
<entry>"128"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.interned-strings-buffer">opcache.interned_strings_buffer</link></entry>
|
||||
<entry>"8"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.max-accelerated-files">opcache.max_accelerated_files</link></entry>
|
||||
<entry>"10000"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.max-wasted-percentage">opcache.max_wasted_percentage</link></entry>
|
||||
<entry>"5"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.use-cwd">opcache.use_cwd</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.validate-timestamps">opcache.validate_timestamps</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.revalidate-freq">opcache.revalidate_freq</link></entry>
|
||||
<entry>"2"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.revalidate-path">opcache.revalidate_path</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.save-comments">opcache.save_comments</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.fast-shutdown">opcache.fast_shutdown</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Removed in PHP 7.2.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.enable-file-override">opcache.enable_file_override</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.optimization-level">opcache.optimization_level</link></entry>
|
||||
<entry>"0x7FFEBFFF"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Changed from 0x7FFFBFFF in PHP 7.3.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.inherited-hack">opcache.inherited_hack</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Removed in PHP 7.3.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.dups-fix">opcache.dups_fix</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.blacklist-filename">opcache.blacklist_filename</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.max-file-size">opcache.max_file_size</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.consistency-checks">opcache.consistency_checks</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Disabled as of 8.1.18 and 8.2.5. Removed as of PHP 8.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.force-restart-timeout">opcache.force_restart_timeout</link></entry>
|
||||
<entry>"180"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.error-log">opcache.error_log</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.log-verbosity-level">opcache.log_verbosity_level</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.record-warnings">opcache.record_warnings</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.preferred-memory-model">opcache.preferred_memory_model</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.protect-memory">opcache.protect_memory</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.mmap-base">opcache.mmap_base</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.restrict-api">opcache.restrict_api</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.file_update_protection">opcache.file_update_protection</link></entry>
|
||||
<entry>"2"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.huge_code_pages">opcache.huge_code_pages</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.lockfile_path">opcache.lockfile_path</link></entry>
|
||||
<entry>"/tmp"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.opt_debug_level">opcache.opt_debug_level</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.file-cache">opcache.file_cache</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.file-cache-only">opcache.file_cache_only</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.file-cache-consistency-checks">opcache.file_cache_consistency_checks</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.file-cache-fallback">opcache.file_cache_fallback</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Windows only.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.validate-permission">opcache.validate_permission</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.0.14</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.validate-root">opcache.validate_root</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.0.14</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.preload">opcache.preload</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.4.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.preload-user">opcache.preload_user</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 7.4.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.cache-id">opcache.cache_id</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Windows only. Available as of PHP 7.4.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit">opcache.jit</link></entry>
|
||||
<entry>"tracing"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-buffer-size">opcache.jit_buffer_size</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-debug">opcache.jit_debug</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-bisect-limit">opcache.jit_bisect_limit</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-prof-threshold">opcache.jit_prof_threshold</link></entry>
|
||||
<entry>"0.005"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-max-root-traces">opcache.jit_max_root_traces</link></entry>
|
||||
<entry>"1024"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-max-side-traces">opcache.jit_max_side_traces</link></entry>
|
||||
<entry>"128"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-max-exit-counters">opcache.jit_max_exit_counters</link></entry>
|
||||
<entry>"8192"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-hot-loop">opcache.jit_hot_loop</link></entry>
|
||||
<entry>"64"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-hot-func">opcache.jit_hot_func</link></entry>
|
||||
<entry>"127"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-hot-return">opcache.jit_hot_return</link></entry>
|
||||
<entry>"8"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-hot-side-exit">opcache.jit_hot_side_exit</link></entry>
|
||||
<entry>"8"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-blacklist-root-trace">opcache.jit_blacklist_root_trace</link></entry>
|
||||
<entry>"16"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-blacklist-side-trace">opcache.jit_blacklist_side_trace</link></entry>
|
||||
<entry>"8"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-max-loop-unrolls">opcache.jit_max_loop_unrolls</link></entry>
|
||||
<entry>"8"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-max-recursive-calls">opcache.jit_max_recursive_calls</link></entry>
|
||||
<entry>"2"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-max-recursive-return">opcache.jit_max_recursive_returns</link></entry>
|
||||
<entry>"2"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.opcache.jit-max-polymorphic-calls">opcache.jit_max_polymorphic_calls</link></entry>
|
||||
<entry>"2"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 8.0.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<row>
|
||||
<entry>openssl.cafile</entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>openssl.capath</entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,25 +19,25 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.output-buffering">output_buffering</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-handler">output_handler</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.implicit-flush">implicit_flush</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.url-rewriter.tags">url_rewriter.tags</link></entry>
|
||||
<entry><literal>"form="</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
As of PHP 7.1.0, this INI setting only affects
|
||||
<function>output_add_rewrite_var</function>.
|
||||
@@ -48,7 +48,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.url-rewriter.hosts">url_rewriter.hosts</link></entry>
|
||||
<entry><literal>$_SERVER['HTTP_HOST']</literal> is used as default.</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,19 +19,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.pcre.backtrack-limit">pcre.backtrack_limit</link></entry>
|
||||
<entry>"1000000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pcre.recursion-limit">pcre.recursion_limit</link></entry>
|
||||
<entry>"100000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pcre.jit">pcre.jit</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<!-- Uncomment after adding a constant with PHP_INI_* mode: &ini.php.constants; -->
|
||||
<!-- Uncomment after adding a constant with INI_* mode: &ini.php.constants; -->
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.pdo-ibm.i5-dbcs-alloc">pdo_ibm.i5_dbcs_alloc</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Added in PDO_IBM 1.5.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pdo-ibm.i5-override-ccsid">pdo_ibm.i5_override_ccsid</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Added in PDO_IBM 1.5.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.pdo-mysql.default-socket">pdo_mysql.default_socket</link></entry>
|
||||
<entry>"/tmp/mysql.sock"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pdo-mysql.debug">pdo_mysql.debug</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.pdo-odbc.connection-pooling">pdo_odbc.connection_pooling</link></entry>
|
||||
<entry>"strict"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pdo-odbc.db2-instance-name">pdo_odbc.db2_instance_name</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>&removed.php.future;</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,37 +19,37 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.allow-persistent">pgsql.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.max-persistent">pgsql.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.max-links">pgsql.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.auto-reset-persistent">pgsql.auto_reset_persistent</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.ignore-notice">pgsql.ignore_notice</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.log-notice">pgsql.log_notice</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,19 +19,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.phar.readonly">phar.readonly</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.phar.require-hash">phar.require_hash</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.phar.cache-list">phar.cache_list</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.phpdbg.eol">phpdbg.eol</link></entry>
|
||||
<entry>2</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 8.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.cli.pager">cli.pager</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.cli.prompt">cli.prompt</link></entry>
|
||||
<entry>"\\b \\> "</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.runkit7.superglobal">runkit.superglobal</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.runkit7.internal-override">runkit.internal_override</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,145 +20,145 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.appender">seaslog.appender</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.appender-retry">seaslog.appender_retry</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.level">seaslog.level</link></entry>
|
||||
<entry>8</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.remote-host">seaslog.remote_host</link></entry>
|
||||
<entry>127.0.0.1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.remote-port">seaslog.remote_port</link></entry>
|
||||
<entry>514</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.remote-timeout">seaslog.remote_timeout</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.default-basepath">seaslog.default_basepath</link></entry>
|
||||
<entry>/var/log/www</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.default-logger">seaslog.default_logger</link></entry>
|
||||
<entry>default</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.default-template">seaslog.default_template</link></entry>
|
||||
<entry>%T | %L | %P | %Q | %t | %M</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.default-datetime-format">seaslog.default_datetime_format</link></entry>
|
||||
<entry>Y-m-d H:i:s</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.trace-error">seaslog.trace_error</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.trace-exception">seaslog.trace_exception</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.trace-notice">seaslog.trace_notice</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.trace-warning">seaslog.trace_warning</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.use-buffer">seaslog.use_buffer</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.buffer-size">seaslog.buffer_size</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.buffer-disabled-in-cli">seaslog.buffer_disabled_in_cli</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.disting-type">seaslog.disting_type</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.disting-folder">seaslog.disting_folder</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.disting-by-hour">seaslog.disting_by_hour</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.recall-depth">seaslog.recall_depth</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.trim-wrap">seaslog.trim_wrap</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.ignore-warning">seaslog.ignore_warning</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.seaslog.throw-exception">seaslog.throw_exception</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.sysvshm.init-mem">sysvshm.init_mem</link></entry>
|
||||
<entry>10000</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,217 +19,217 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.session.save-path">session.save_path</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.name">session.name</link></entry>
|
||||
<entry>"PHPSESSID"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.save-handler">session.save_handler</link></entry>
|
||||
<entry>"files"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.auto-start">session.auto_start</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.gc-probability">session.gc_probability</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.gc-divisor">session.gc_divisor</link></entry>
|
||||
<entry>"100"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.gc-maxlifetime">session.gc_maxlifetime</link></entry>
|
||||
<entry>"1440"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.serialize-handler">session.serialize_handler</link></entry>
|
||||
<entry>"php"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-lifetime">session.cookie_lifetime</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-path">session.cookie_path</link></entry>
|
||||
<entry>"/"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-domain">session.cookie_domain</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-secure">session.cookie_secure</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Prior to PHP 7.2.0, the default was <literal>""</literal>.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-httponly">session.cookie_httponly</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Prior to PHP 7.2.0, the default was <literal>""</literal>.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-samesite">session.cookie_samesite</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.use-strict-mode">session.use_strict_mode</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.use-cookies">session.use_cookies</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.use-only-cookies">session.use_only_cookies</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.referer-check">session.referer_check</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cache-limiter">session.cache_limiter</link></entry>
|
||||
<entry>"nocache"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cache-expire">session.cache_expire</link></entry>
|
||||
<entry>"180"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.use-trans-sid">session.use_trans_sid</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.trans-sid-tags">session.trans_sid_tags</link></entry>
|
||||
<entry>"a=href,area=href,frame=src,form="</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.trans-sid-hosts">session.trans_sid_hosts</link></entry>
|
||||
<entry><literal>$_SERVER['HTTP_HOST']</literal></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.sid-length">session.sid_length</link></entry>
|
||||
<entry>"32"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.sid-bits-per-character">session.sid_bits_per_character</link></entry>
|
||||
<entry>"4"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.upload-progress.enabled">session.upload_progress.enabled</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.upload-progress.cleanup">session.upload_progress.cleanup</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.upload-progress.prefix">session.upload_progress.prefix</link></entry>
|
||||
<entry>"upload_progress_"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.upload-progress.name">session.upload_progress.name</link></entry>
|
||||
<entry>"PHP_SESSION_UPLOAD_PROGRESS"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.upload-progress.freq">session.upload_progress.freq</link></entry>
|
||||
<entry>"1%"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.upload-progress.min-freq">session.upload_progress.min_freq</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.lazy-write">session.lazy_write</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.hash-function">session.hash_function</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.hash-bits-per-character">session.hash_bits_per_character</link></entry>
|
||||
<entry>"4"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.entropy-file">session.entropy_file</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.entropy-length">session.entropy_length</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Removed as of PHP 7.1.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,31 +20,31 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.soap.wsdl-cache-enabled">soap.wsdl_cache_enabled</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.soap.wsdl-cache-dir">soap.wsdl_cache_dir</link></entry>
|
||||
<entry>/tmp</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.soap.wsdl-cache-ttl">soap.wsdl_cache_ttl</link></entry>
|
||||
<entry>86400</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.soap.wsdl-cache-limit">soap.wsdl_cache_limit</link></entry>
|
||||
<entry>5</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,17 +20,17 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.sqlite3.extension-dir">sqlite3.extension_dir</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.sqlite3.defensive">sqlite3.defensive</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_USER</entry>
|
||||
<entry><constant>INI_USER</constant></entry>
|
||||
<entry>
|
||||
Available as of PHP 7.2.17 and 7.3.4 for libsqlite ≥ 3.26.0.
|
||||
Prior to PHP 8.2.0 this setting was changeable only as
|
||||
<constant>PHP_INI_SYSTEM</constant>.
|
||||
<constant>INI_SYSTEM</constant>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -22,19 +22,19 @@
|
||||
<row>
|
||||
<entry>sqlsrv.WarningsReturnAsErrors</entry>
|
||||
<entry>1 (&true;)</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since SQLSRV 1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sqlsrv.LogSubsystems</entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since SQLSRV 1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sqlsrv.LogSeverity</entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available since SQLSRV 1.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,32 +20,32 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.stomp.default-broker">stomp.default_broker</link></entry>
|
||||
<entry>tcp://localhost:61613</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.stomp.default-connection-timeout-sec">stomp.default_connection_timeout_sec</link></entry>
|
||||
<entry>2</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.stomp.default-connection-timeout-usec">stomp.default_connection_timeout_usec</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><link linkend="ini.stomp.default-read-timeout-sec">stomp.default_read_timeout_sec</link></entry>
|
||||
<entry>2</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.stomp.default-read-timeout-usec">stomp.default_read_timeout_usec</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,55 +20,55 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.aio-thread-num">swoole.aio_thread_num</link></entry>
|
||||
<entry>2</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.display-errors">swoole.display_errors</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.fast-serialize">swoole.fast_serialize</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.unixsock-buffer-size">swoole.unixsock_buffer_size</link></entry>
|
||||
<entry>8388608</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.use-namespace">swoole.use_namespace</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.enable-coroutine">swoole.enable_coroutine</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of swoole 4.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.use-shortname">swoole.use_shortname</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of swoole 4.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.enable-preemptive-scheduler">swoole.enable_preemptive_scheduler</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of swoole 4.4.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.swoole.enable-library">swoole.enable_library</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of swoole 4.0.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.taint.enable">taint.enable</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.taint.error-level">taint.error_level</link></entry>
|
||||
<entry>E_WARNING</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.tidy.default-config">tidy.default_config</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.tidy.clean-output">tidy.clean_output</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_USER</entry>
|
||||
<entry><constant>INI_USER</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.trader.real-precision">trader.real_precision</link></entry>
|
||||
<entry>3</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Since trader 0.2.1</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.trader.real-round-mode">trader.real_round_mode</link></entry>
|
||||
<entry>HALF_DOWN</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Since trader 0.3.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,61 +19,61 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.default-db">odbc.default_db</link> *</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.default-user">odbc.default_user</link> *</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.default-pw">odbc.default_pw</link> *</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.allow-persistent">odbc.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.check-persistent">odbc.check_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.max-persistent">odbc.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.max-links">odbc.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.defaultlrl">odbc.defaultlrl</link></entry>
|
||||
<entry>"4096"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.defaultbinmode">odbc.defaultbinmode</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.defaultcursortype">odbc.default_cursortype</link></entry>
|
||||
<entry>"3"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -48,19 +48,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.uopz.disable">uopz.disable</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of uopz 5.0.2</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uopz.exit">uopz.exit</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of uopz 6.0.1</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uopz.overloads">uopz.overloads</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of uopz 2.0.2. Removed as of uopz 5.0.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.v8js.max-disposed-contexts">v8js.max_disposed_contexts</link></entry>
|
||||
<entry>25</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.v8js.flags">v8js.flags</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.unserialize-callback-func">unserialize_callback_func</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.unserialize-max-depth">unserialize_max_depth</link></entry>
|
||||
<entry>"4096"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of PHP 7.4.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<entry>"1"</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -35,7 +35,7 @@
|
||||
<entry>"NULL"</entry>
|
||||
<entry>"NULL"</entry>
|
||||
<entry>"NULL"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -43,7 +43,7 @@
|
||||
<entry>"24"</entry>
|
||||
<entry>"5"</entry>
|
||||
<entry>"255"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -51,7 +51,7 @@
|
||||
<entry>"1"</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -59,7 +59,7 @@
|
||||
<entry>"256"</entry>
|
||||
<entry>"10"</entry>
|
||||
<entry>"2048"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -67,7 +67,7 @@
|
||||
<entry>"1"</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0. Removed as of 2.0.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -75,7 +75,7 @@
|
||||
<entry>"NULL"</entry>
|
||||
<entry>"NULL"</entry>
|
||||
<entry>"NULL"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0. Removed as of 2.0.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -83,7 +83,7 @@
|
||||
<entry>"96"</entry>
|
||||
<entry>"15"</entry>
|
||||
<entry>"255"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0. Removed as of 2.0.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -91,7 +91,7 @@
|
||||
<entry>"4096"</entry>
|
||||
<entry>"1024"</entry>
|
||||
<entry>"16384"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -99,7 +99,7 @@
|
||||
<entry>"30"</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>"300"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -107,7 +107,7 @@
|
||||
<entry>"1200"</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>"7200"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -115,7 +115,7 @@
|
||||
<entry>0</entry>
|
||||
<entry>0</entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -123,7 +123,7 @@
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -131,7 +131,7 @@
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -139,7 +139,7 @@
|
||||
<entry>1</entry>
|
||||
<entry>0</entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -147,7 +147,7 @@
|
||||
<entry>8</entry>
|
||||
<entry>5</entry>
|
||||
<entry>85</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -155,7 +155,7 @@
|
||||
<entry>8</entry>
|
||||
<entry>5</entry>
|
||||
<entry>85</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.1.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -163,7 +163,7 @@
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.2.0. Removed as of 1.3.7</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -171,7 +171,7 @@
|
||||
<entry>1</entry>
|
||||
<entry>0</entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM | PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant></entry>
|
||||
<entry>Available as of WinCache 1.3.7</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -179,7 +179,7 @@
|
||||
<entry>1</entry>
|
||||
<entry>0</entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.3.6.3. Removed as of 2.0.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
@@ -187,7 +187,7 @@
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry>Available as of WinCache 1.3.7.4</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<entry>wkhtmltox.graphics</entry>
|
||||
<entry>allow libwkhtmltox to use graphics</entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_SYSTEM | PHP_INI_PERDIR</entry>
|
||||
<entry><constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant></entry>
|
||||
<entry>>= 0.3.2</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.xhprof.output-dir">xhprof.output_dir</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry><constant>PHP_INI_ALL</constant></entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,43 +20,43 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.yac.compress-threshold">yac.compress_threshold</link></entry>
|
||||
<entry>-1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yac.debug">yac.debug</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yac.enable">yac.enable</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yac.enable-cli">yac.enable_cli</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yac.keys-memory-size">yac.keys_memory_size</link></entry>
|
||||
<entry>4M</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yac.serializer">yac.serializer</link></entry>
|
||||
<entry>php</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yac.values-memory-size">yac.values_memory_size</link></entry>
|
||||
<entry>64M</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.yaconf.check-delay">yaconf.check_delay</link></entry>
|
||||
<entry>300</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaconf.directory">yaconf.directory</link></entry>
|
||||
<entry>/tmp/conf/</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -368,7 +368,7 @@ yaf.dispatcher.catchException = 0
|
||||
<link linkend="ini.yaf.lowcase-path">application.system.lowcase_path</link>
|
||||
<note>
|
||||
<para>
|
||||
only those PHP_INI_ALL configures can be set in this way
|
||||
only those <constant>INI_ALL</constant> configures can be set in this way
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
||||
@@ -20,61 +20,61 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.library">yaf.library</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.action-prefer">yaf.action_prefer</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.lowcase-path">yaf.lowcase_path</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.use-spl-autoload">yaf.use_spl_autoload</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.forward-limit">yaf.forward_limit</link></entry>
|
||||
<entry>5</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.name-suffix">yaf.name_suffix</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.name-separator">yaf.name_separator</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.cache-config">yaf.cache_config</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.environ">yaf.environ</link></entry>
|
||||
<entry>product</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaf.use-namespace">yaf.use_namespace</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,37 +20,37 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.yaml.decode-binary">yaml.decode_binary</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaml.decode-php">yaml.decode_php</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Added in 1.2.0, before 2.0.0 the default was 1</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaml.decode-timestamp">yaml.decode_timestamp</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaml.output-canonical">yaml.output_canonical</link></entry>
|
||||
<entry>0</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaml.output-indent">yaml.output_indent</link></entry>
|
||||
<entry>2</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yaml.output-width">yaml.output_width</link></entry>
|
||||
<entry>80</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -20,31 +20,31 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.yar.packager">yar.packager</link></entry>
|
||||
<entry>php</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yar.debug">yar.debug</link></entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yar.connect-timeout">yar.connect_timeout</link></entry>
|
||||
<entry>1000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yar.timeout">yar.timeout</link></entry>
|
||||
<entry>5000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.yar.expose-info">yar.expose_info</link></entry>
|
||||
<entry>On</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -23,19 +23,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.zlib.output-compression">zlib.output_compression</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zlib.output-compression-level">zlib.output_compression_level</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zlib.output-handler">zlib.output_handler</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
@@ -23,19 +23,19 @@
|
||||
<row>
|
||||
<entry><link linkend="ini.zookeeper.recv_timeout">zookeeper.recv_timeout</link></entry>
|
||||
<entry>10000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zookeeper.session_lock">zookeeper.session_lock</link></entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.zookeeper.sess_lock_wait">zookeeper.sess_lock_wait</link></entry>
|
||||
<entry>150000</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user