mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-17 17:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288259 c90b9560-bf6c-de11-be94-00142212c4b1
5068 lines
161 KiB
XML
5068 lines
161 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>&php.ini; directives</title>
|
|
|
|
<section xml:id="ini.list">
|
|
<title>List of &php.ini; directives</title>
|
|
<para>
|
|
This list includes the &php.ini; directives you can set to configure your
|
|
PHP setup.
|
|
</para>
|
|
<para>
|
|
<table>
|
|
<title>Configuration options</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><link linkend="ini.allow-call-time-pass-reference">allow_call_time_pass_reference</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.3.4. PHP_INI_SYSTEM in PHP < 6. Available since PHP 4.0.4.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.allow-url-include">allow_url_include</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP 5. Available since PHP 5.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.always-populate-raw-post-data">always_populate_raw_post_data</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.cache-by-default">apc.cache_by_default</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in APC <= 3.0.12. Available since APC 3.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.enabled">apc.enabled</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_SYSTEM in APC 2. PHP_INI_ALL in APC <= 3.0.12.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.enable-cli">apc.enable_cli</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.7.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.file-update-protection">apc.file_update_protection</link></entry>
|
|
<entry>"2"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.filters">apc.filters</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.gc-ttl">apc.gc_ttl</link></entry>
|
|
<entry>"3600"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.include-once-override">apc.include_once_override</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.12.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.localcache">apc.localcache</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.14.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.localcache.size">apc.localcache.size</link></entry>
|
|
<entry>"512"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.14.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.max-file-size">apc.max_file_size</link></entry>
|
|
<entry>"1M"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.7.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.mmap-file-mask">apc.mmap_file_mask</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.num-files-hint">apc.num_files_hint</link></entry>
|
|
<entry>"1000"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.optimization">apc.optimization</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in APC 2. Removed in APC 3.0.13.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.report-autofilter">apc.report_autofilter</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.11.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.rfc1867">apc.rfc1867</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.13.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.rfc1867-freq">apc.rfc1867_freq</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.rfc1867-name">apc.rfc1867_name</link></entry>
|
|
<entry>"APC_UPLOAD_PROGRESS"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.rfc1867-prefix">apc.rfc1867_prefix</link></entry>
|
|
<entry>"upload_"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.shm-segments">apc.shm_segments</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.shm-size">apc.shm_size</link></entry>
|
|
<entry>"30"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.slam-defense">apc.slam_defense</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.stat">apc.stat</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.10.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>apc.stat_ctime</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.13.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.ttl">apc.ttl</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.user-entries-hint">apc.user_entries_hint</link></entry>
|
|
<entry>"4096"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.user-ttl">apc.user_ttl</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apc.write-lock">apc.write_lock</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since APC 3.0.11.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>apd.bitmask</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in apd 0.9.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apd.dumpdir">apd.dumpdir</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.apd.statement-tracing">apd.statement_tracing</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since apd 0.9.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>arg_separator</entry>
|
|
<entry>"&"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.arg-separator.input">arg_separator.input</link></entry>
|
|
<entry>"&"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.arg-separator.output">arg_separator.output</link></entry>
|
|
<entry>"&"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.asp-tags">asp_tags</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.assert.active">assert.active</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.assert.bail">assert.bail</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.assert.callback">assert.callback</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.assert.quiet-eval">assert.quiet_eval</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.assert.warning">assert.warning</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>async_send</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.2.0. Removed in PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.auto-append-file">auto_append_file</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</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>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.auto-globals-jit">auto_globals_jit</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.auto-prepend-file">auto_prepend_file</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>axis2.client_home</entry>
|
|
<entry>"~/work/axisc/c/deply"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>axis2.enable_exception</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>axis2.enable_trace</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>axis2.log_path</entry>
|
|
<entry>"/tmp"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.bcmath.scale">bcmath.scale</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>bcompiler.enabled</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since bcompiler 0.8.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>birdstep.max_links</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>blenc.key_file</entry>
|
|
<entry>"/usr/local/etc/blenckeys"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.browscap">browscap</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.cgi.check-shebang-line">cgi.check_shebang_line</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cgi.discard_path</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 5.2.0. Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.cgi.force-redirect">cgi.force_redirect</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 5.2.0. Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cgi.nph</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.5.</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>PHP_INI_ALL in PHP <= 5.2.0. Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.cgi.rfc2616-headers">cgi.rfc2616_headers</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.child-terminate">child_terminate</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.autoreset</entry>
|
|
<entry>"On"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.auto_initialize</entry>
|
|
<entry>"Off"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.auto_reset</entry>
|
|
<entry>"On"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.command_function</entry>
|
|
<entry>"Off"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since coin_acceptor 0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.delay</entry>
|
|
<entry>"53132"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.delay_coins</entry>
|
|
<entry>"53132"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.delay_prom</entry>
|
|
<entry>"55748"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.device</entry>
|
|
<entry>"/dev/ttyS1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.lock_on_close</entry>
|
|
<entry>"Off"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>coin_acceptor.start_unlocked</entry>
|
|
<entry>"On"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since coin_acceptor 0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.com.allow-dcom">com.allow_dcom</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.com.autoregister-casesensitive">com.autoregister_casesensitive</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.com.autoregister-typelib">com.autoregister_typelib</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.com.autoregister-verbose">com.autoregister_verbose</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.com.code-page">com.code_page</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.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>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>crack.default_dictionary</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_SYSTEM in crack <= 0.2. Available since PHP 4.0.5. Removed in PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>daffodildb.default_host</entry>
|
|
<entry>"localhost"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>daffodildb.default_password</entry>
|
|
<entry>"daffodil"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>daffodildb.default_socket</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>daffodildb.default_user</entry>
|
|
<entry>"DAFFODIL"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>daffodildb.port</entry>
|
|
<entry>"3456"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.date.default-latitude">date.default_latitude</link></entry>
|
|
<entry>"31.7667"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</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>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.date.sunrise-zenith">date.sunrise_zenith</link></entry>
|
|
<entry>"90.583333"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.date.sunset-zenith">date.sunset_zenith</link></entry>
|
|
<entry>"90.583333"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.date.timezone">date.timezone</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>dba.default_handler</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.dbx.colnames-case">dbx.colnames_case</link></entry>
|
|
<entry>"unchanged"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.3.0. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.default-charset">default_charset</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
|
|
<entry>"60"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.define-syslog-variables">define_syslog_variables</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>detect_unicode</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.disable-classes">disable_classes</link></entry>
|
|
<entry>""</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry>Available since PHP 4.3.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.disable-functions">disable_functions</link></entry>
|
|
<entry>""</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry>Available since PHP 4.0.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.display-errors">display_errors</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.display-startup-errors">display_startup_errors</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.docref-ext">docref_ext</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.docref-root">docref_root</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.doc-root">doc_root</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.enable-dl">enable_dl</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.engine">engine</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.error-append-string">error_append_string</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.error-log">error_log</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.error-reporting">error_reporting</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>etpan.default.charset</entry>
|
|
<entry>"utf-8"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>etpan.default.protocol</entry>
|
|
<entry>"imap"</entry>
|
|
<entry>PHP_INI_ALL</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>Available since PHP 4.3.0.</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>Available since PHP 4.3.0.</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>Available since PHP 4.3.0.</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>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.exif.encode-jis">exif.encode_jis</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.exif.encode-unicode">exif.encode_unicode</link></entry>
|
|
<entry>"ISO-8859-15"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.expect.logfile">expect.logfile</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.expect.loguser">expect.loguser</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.expect.timeout">expect.timeout</link></entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.expose-php">expose_php</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.extension">extension</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>&php.ini; only</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.fastcgi.impersonate">fastcgi.impersonate</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 5.2.0. Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fastcgi.logging</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 5.2.0. Available since PHP 4.4.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.allow_persistant</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6. Removed in PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.allow_persistent</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.autocommit</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.batchSize</entry>
|
|
<entry>"1000"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.2.0. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.batchsize</entry>
|
|
<entry>"1000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.default_database</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.default_database_password</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.default_host</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.default_password</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.default_user</entry>
|
|
<entry>"_SYSTEM"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.generate_warnings</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.max_connections</entry>
|
|
<entry>"128"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.max_links</entry>
|
|
<entry>"128"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.max_persistent</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.max_results</entry>
|
|
<entry>"128"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.mbatchSize</entry>
|
|
<entry>"1000"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.6. Removed in PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fbsql.show_timestamp_decimals</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.file-uploads">file_uploads</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.filter.default">filter.default</link></entry>
|
|
<entry>"unsafe_raw"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in filter <= 0.9.4. Available since PHP 5.2.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>PHP_INI_ALL in filter <= 0.9.4. Available since PHP 5.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.from">from</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.image.jpeg-ignore-warning">gd.jpeg_ignore_warning</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>geoip.custom_directory</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since geoip 1.0.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>geoip.database_standard</entry>
|
|
<entry>"GeoIP.dat"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in geoip 1.0.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.gpc-order">gpc_order</link></entry>
|
|
<entry>"GPC"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hidef.ini_path</entry>
|
|
<entry>(char*)default_ini_path</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.syntax-highlighting">highlight.bg</link></entry>
|
|
<entry>"#FFFFFF"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.syntax-highlighting">highlight.comment</link></entry>
|
|
<entry>"#FF8000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.syntax-highlighting">highlight.default</link></entry>
|
|
<entry>"#0000BB"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.syntax-highlighting">highlight.html</link></entry>
|
|
<entry>"#000000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.syntax-highlighting">highlight.keyword</link></entry>
|
|
<entry>"#007700"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.syntax-highlighting">highlight.string</link></entry>
|
|
<entry>"#DD0000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.html-errors">html_errors</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>htscanner.config_file</entry>
|
|
<entry>".htaccess"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>htscanner.default_docroot</entry>
|
|
<entry>"/"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>htscanner.default_ttl</entry>
|
|
<entry>"300"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since htscanner 0.6.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>htscanner.stop_on_error</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since htscanner 0.7.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.allowed_methods</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.4.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.allowed_methods_log</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.12.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.cache_log</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.8.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.composite_log</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.12.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.etag.mode</entry>
|
|
<entry>"MD5"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.etag_mode</entry>
|
|
<entry>"MD5"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.12.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.force_exit</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.18.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.log.allowed_methods</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.log.cache</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.log.composite</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.log.not_found</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.log.redirect</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.ob_deflate_auto</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since pecl_http 0.21.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.ob_deflate_flags</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.21.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.ob_inflate_auto</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since pecl_http 0.21.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.ob_inflate_flags</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.21.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.only_exceptions</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.11.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.persistent.handles.ident</entry>
|
|
<entry>"GLOBAL"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.5.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.persistent.handles.limit</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since pecl_http 1.5.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.redirect_log</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 0.12.0. Removed in pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.request.datashare.connect</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since pecl_http 1.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.request.datashare.cookie</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since pecl_http 1.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.request.datashare.dns</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since pecl_http 1.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.request.datashare.ssl</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since pecl_http 1.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.request.methods.allowed</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.request.methods.custom</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.send.deflate.start_auto</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.send.deflate.start_flags</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.send.inflate.start_auto</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.send.inflate.start_flags</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>http.send.not_found_404</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since pecl_http 1.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hyerwave.allow_persistent</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 4.3.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hyperwave.allow_persistent</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.3.2. Removed in PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hyperwave.default_port</entry>
|
|
<entry>"418"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ibase.allow-persistent">ibase.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ibase.default-charset">ibase.default_charset</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ibase.default-db">ibase.default_db</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ibase.default-password">ibase.default_password</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ibase.max-links">ibase.max_links</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ibase.timeformat">ibase.timeformat</link></entry>
|
|
<entry>"%H:%M:%S"</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ibm-db2.binmode">ibm_db2.binmode</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></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>Available since ibm_db2 1.4.9.</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>Available since ibm_db2 1.5.0.</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>Available since ibm_db2 1.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>iconv.input_encoding</entry>
|
|
<entry>"ISO-8859-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>iconv.internal_encoding</entry>
|
|
<entry>"ISO-8859-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>iconv.output_encoding</entry>
|
|
<entry>"ISO-8859-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.allow-persistent">ifx.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.blobinfile">ifx.blobinfile</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.byteasvarchar">ifx.byteasvarchar</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.charasvarchar">ifx.charasvarchar</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.default-host">ifx.default_host</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.default-password">ifx.default_password</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.default-user">ifx.default_user</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.max-links">ifx.max_links</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.max-persistent">ifx.max_persistent</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.nullformat">ifx.nullformat</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ifx.textasvarchar">ifx.textasvarchar</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ignore-repeated-errors">ignore_repeated_errors</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ignore-repeated-source">ignore_repeated_source</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.ignore-user-abort">ignore_user_abort</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>imlib2.font_cache_max_size</entry>
|
|
<entry>"524288"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>imlib2.font_path</entry>
|
|
<entry>"/usr/share/php/fonts/"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.implicit-flush">implicit_flush</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_PERDIR in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.include-path">include_path</link></entry>
|
|
<entry>".;/path/to/php/pear"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.allow_persistent</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.array_index_start</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since ingres 1.4.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.blob_segment_length</entry>
|
|
<entry>"4096"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since ingres 1.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.cursor_mode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since ingres 1.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.default_database</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.default_password</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.default_user</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.max_links</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.max_persistent</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.report_db_warnings</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since ingres 1.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.timeout</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since ingres 1.4.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ingres.trace_connect</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since ingres 1.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ircg.control_user</entry>
|
|
<entry>"nobody"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ircg.keep_alive_interval</entry>
|
|
<entry>"60"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ircg.max_format_message_sets</entry>
|
|
<entry>"12"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ircg.shared_mem_size</entry>
|
|
<entry>"6000000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ircg.work_dir</entry>
|
|
<entry>"/tmp/ircg"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.last-modified">last_modified</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ldap.base_dn</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>ldap.max_links</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>log.dbm_dir</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.log-errors">log_errors</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</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>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3. Deprecated in PHP 5.3.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.magic-quotes-sybase">magic_quotes_sybase</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mail.add-x-header">mail.add_x_header</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 5.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mail.force_extra_parameters</entry>
|
|
<entry>NULL</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mail.log">mail.log</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mailparse.def_charset</entry>
|
|
<entry>"us-ascii"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.1.0. Removed in PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.maxdb.default-db">maxdb.default_db</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.maxdb.default-host">maxdb.default_host</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.maxdb.default-pw">maxdb.default_pw</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.maxdb.default-user">maxdb.default_user</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.maxdb.long-readlen">maxdb.long_readlen</link></entry>
|
|
<entry>"200"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.max-execution-time">max_execution_time</link></entry>
|
|
<entry>"30"</entry>
|
|
<entry>PHP_INI_ALL</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>Available since PHP 4.4.8. Removed in PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.max-input-time">max_input_time</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.detect-order">mbstring.detect_order</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.encoding-translation">mbstring.encoding_translation</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.func-overload">mbstring.func_overload</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP <= 4.2.3; PHP_INI_SYSTEM | PHP_INI_PERDIR from PHP 4.3
|
|
through 5.2.6. Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.http-input">mbstring.http_input</link></entry>
|
|
<entry>"pass"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.http-output">mbstring.http_output</link></entry>
|
|
<entry>"pass"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.internal-encoding">mbstring.internal_encoding</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.language">mbstring.language</link></entry>
|
|
<entry>"neutral"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mbstring.script_encoding</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.strict-detection">mbstring.strict_detection</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mbstring.substitute-character">mbstring.substitute_character</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.6.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mcrypt.algorithms_dir</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mcrypt.modes_dir</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.memcache.allow-failover">memcache.allow_failover</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since memcache 2.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.memcache.chunk-size">memcache.chunk_size</link></entry>
|
|
<entry>"8192"</entry>
|
|
<entry>PHP_INI_ALL</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>Available since memcache 2.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.memcache.hash-function">memcache.hash_function</link></entry>
|
|
<entry>"crc32"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since memcache 2.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.memcache.hash-strategy">memcache.hash_strategy</link></entry>
|
|
<entry>"standard"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since memcache 2.2.0.</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>Available since memcache 2.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.memory-limit">memory_limit</link></entry>
|
|
<entry>"128M"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mime-magic.debug">mime_magic.debug</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mime-magic.magicfile">mime_magic.magicfile</link></entry>
|
|
<entry>"/path/to/php/magic.mime"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.msql.allow-persistent">msql.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.msql.max-links">msql.max_links</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.msql.max-persistent">msql.max_persistent</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.allow_persistent</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.batchsize</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.4.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.charset</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.compatability_mode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.connect_timeout</entry>
|
|
<entry>"5"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.datetimeconvert</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.max_links</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.max_persistent</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.max_procs</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.min_error_severity</entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.min_message_severity</entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.secure_connection</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.textlimit</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.textsize</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mssql.timeout</entry>
|
|
<entry>"60"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mysql.allow_local_infile</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysql.allow-persistent">mysql.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>mysql.cache_size</entry>
|
|
<entry>"2000"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysql.connect-timeout">mysql.connect_timeout</link></entry>
|
|
<entry>"60"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP <= 4.3.2. Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysql.default-host">mysql.default_host</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysql.default-port">mysql.default_port</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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>Available since PHP 4.0.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysql.default-user">mysql.default_user</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysql.max-persistent">mysql.max_persistent</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</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>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mysqli.allow_local_infile</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mysqli.cache_size</entry>
|
|
<entry>"2000"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysqli.default-host">mysqli.default_host</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysqli.default-port">mysqli.default_port</link></entry>
|
|
<entry>"3306"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysqli.default-pw">mysqli.default_pw</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysqli.default-socket">mysqli.default_socket</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysqli.default-user">mysqli.default_user</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.mysqli.max-links">mysqli.max_links</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mysqli.reconnect</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>mysqlnd.collect_statistics</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>namazu.debugmode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>namazu.lang</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>namazu.loggingmode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>namazu.sortmethod</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>namazu.sortorder</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.nsapi.read-timeout">nsapi.read_timeout</link></entry>
|
|
<entry>"60"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.oci8.default-prefetch">oci8.default_prefetch</link></entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.oci8.max-persistent">oci8.max_persistent</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.oci8.old-oci-close-semantics">oci8.old_oci_close_semantics</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.oci8.persistent-timeout">oci8.persistent_timeout</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.oci8.ping-interval">oci8.ping_interval</link></entry>
|
|
<entry>"60"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.oci8.privileged-connect">oci8.privileged_connect</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.2.</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>Available since PHP 5.1.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.uodbc.allow-persistent">odbc.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.uodbc.defaultbinmode">odbc.defaultbinmode</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.uodbc.defaultlrl">odbc.defaultlrl</link></entry>
|
|
<entry>"4096"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.uodbc.default-db">odbc.default_db</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.uodbc.default-user">odbc.default_user</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.uodbc.max-persistent">odbc.max_persistent</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>odbtp.datetime_format</entry>
|
|
<entry>"object"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>odbtp.detach_default_queries</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>odbtp.guid_format</entry>
|
|
<entry>"string"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since odbtp 1.1.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>odbtp.interface_file</entry>
|
|
<entry>"/usr/local/share/odbtp.conf"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>odbtp.truncation_errors</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>opendirectory.default_separator</entry>
|
|
<entry>"/"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in opendirectory 0.2.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>opendirectory.max_refs</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>opendirectory.separator</entry>
|
|
<entry>"/"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since opendirectory 0.2.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.open-basedir">open_basedir</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP < 5.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>oracle.allow_persistent</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>oracle.max_links</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>oracle.max_persistent</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.output-buffering">output_buffering</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.output-handler">output_handler</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 4.0.4.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pam.servicename</entry>
|
|
<entry>"php"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.pcre.backtrack-limit">pcre.backtrack_limit</link></entry>
|
|
<entry>"100000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.pcre.recursion-limit">pcre.recursion_limit</link></entry>
|
|
<entry>"100000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.pdo-odbc.connection-pooling">pdo_odbc.connection_pooling</link></entry>
|
|
<entry>"strict"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.0.</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>Available since PHP 5.1.1. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pfpro.defaulthost</entry>
|
|
<entry>"test-payflow.verisign.com"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pfpro.defaultport</entry>
|
|
<entry>"443"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pfpro.defaulttimeout</entry>
|
|
<entry>"30"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pfpro.proxyaddress</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pfpro.proxylogon</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pfpro.proxypassword</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>pfpro.proxyport</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.pgsql.allow-persistent">pgsql.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</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>Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.pgsql.ignore-notice">pgsql.ignore_notice</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.pgsql.log-notice">pgsql.log_notice</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.pgsql.max-links">pgsql.max_links</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.phar.extract-list">phar.extract_list</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since phar 1.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.phar.readonly">phar.readonly</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.post-max-size">post_max_size</link></entry>
|
|
<entry>"8M"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.precision">precision</link></entry>
|
|
<entry>"14"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>printer.default_printer</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.6. Removed in PHP 4.1.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>python.append_path</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>python.prepend_path</entry>
|
|
<entry>"."</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.realpath-cache-size">realpath_cache_size</link></entry>
|
|
<entry>"16K"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.realpath-cache-ttl">realpath_cache_ttl</link></entry>
|
|
<entry>"120"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.register-globals">register_globals</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3. Deprecated in 5.3.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.register-long-arrays">register_long_arrays</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 5.0.0. Deprecated in PHP 5.3.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.report-memleaks">report_memleaks</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>report_zend_debug</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.request-order">request_order</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
|
<entry>Added in PHP 5.3.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry>runkit.internal_override</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.runkit.superglobal">runkit.superglobal</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.safe-mode">safe_mode</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Deprecated in PHP 5.3.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.safe-mode-allowed-env-vars">safe_mode_allowed_env_vars</link></entry>
|
|
<entry>"PHP_"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.safe-mode-exec-dir">safe_mode_exec_dir</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.safe-mode-gid">safe_mode_gid</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.1.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.safe-mode-include-dir">safe_mode_include_dir</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.1.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.safe-mode-protected-env-vars">safe_mode_protected_env_vars</link></entry>
|
|
<entry>"LD_LIBRARY_PATH"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sendmail-from">sendmail_from</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry>serialize_precision</entry>
|
|
<entry>"100"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.auto-start">session.auto_start</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.bug-compat-42">session.bug_compat_42</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.bug-compat-warn">session.bug_compat_warn</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0. Removed in PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.cache-expire">session.cache_expire</link></entry>
|
|
<entry>"180"</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.cookie-domain">session.cookie_domain</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.cookie-httponly">session.cookie_httponly</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.cookie-lifetime">session.cookie_lifetime</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.cookie-secure">session.cookie_secure</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.4.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.entropy-file">session.entropy_file</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.entropy-length">session.entropy_length</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session.gc_dividend</entry>
|
|
<entry>"100"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0. Removed in PHP 4.3.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.gc-divisor">session.gc_divisor</link></entry>
|
|
<entry>"100"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.gc-maxlifetime">session.gc_maxlifetime</link></entry>
|
|
<entry>"1440"</entry>
|
|
<entry>PHP_INI_ALL</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></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>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.hash-function">session.hash_function</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.name">session.name</link></entry>
|
|
<entry>"PHPSESSID"</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.save-handler">session.save_handler</link></entry>
|
|
<entry>"files"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.save-path">session.save_path</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</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></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.session.use-cookies">session.use_cookies</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</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>Available since PHP 4.3.0.</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>PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP < 5. Available since PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.create_table</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.db</entry>
|
|
<entry>"host=localhost dbname=php_session user=nobody"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.disable</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.failover_mode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.gc_interval</entry>
|
|
<entry>"3600"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.keep_expired</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.sem_file_name</entry>
|
|
<entry>"/tmp/php_session_pgsql"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.serializable</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.short_circuit</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.use_app_vars</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>session_pgsql.vacuum_interval</entry>
|
|
<entry>"21600"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.short-open-tag">short_open_tag</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.0. PHP_INI_PERDIR in PHP < 5.3.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry>simple_cvs.authMethod</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>simple_cvs.compressionLevel</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>simple_cvs.cvsRoot</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>simple_cvs.host</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>simple_cvs.moduleName</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>simple_cvs.userName</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>simple_cvs.workingDir</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.smtp">SMTP</link></entry>
|
|
<entry>"localhost"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.smtp-port">smtp_port</link></entry>
|
|
<entry>"25"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>soap.wsdl_cache</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.1.5.</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>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.soap.wsdl-cache-enabled">soap.wsdl_cache_enabled</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</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>Available since PHP 5.1.5.</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>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sql.safe-mode">sql.safe_mode</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sqlite.assoc-case">sqlite.assoc_case</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>sqlite.iso8859.locale</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybase.allow-persistent">sybase.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <= 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>sybase.hostname</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>sybase.interface_file</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>sybase.login_timeout</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybase.max-links">sybase.max_links</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <= 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybase.max-persistent">sybase.max_persistent</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <= 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>sybase.min_client_severity</entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybase.min-error-severity">sybase.min_error_severity</link></entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybase.min-message-severity">sybase.min_message_severity</link></entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>sybase.min_server_severity</entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>sybase.timeout</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.allow-persistent">sybct.allow_persistent</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.deadlock-retry-count">sybct.deadlock_retry_count</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.hostname">sybct.hostname</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.login-timeout">sybct.login_timeout</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.max-links">sybct.max_links</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.max-persistent">sybct.max_persistent</link></entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.min-client-severity">sybct.min_client_severity</link></entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.min-server-severity">sybct.min_server_severity</link></entry>
|
|
<entry>"10"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>sybct.packet_size</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.sybct.timeout">sybct.timeout</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.2.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>sysvshm.init_mem</entry>
|
|
<entry>"10000"</entry>
|
|
<entry>PHP_INI_ALL</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>PHP_INI_PERDIR in PHP 5. Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.tidy.default-config">tidy.default_config</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.track-errors">track_errors</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.track-vars">track_vars</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>unicode.fallback_encoding</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>unicode.filesystem_encoding</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>unicode.http_input_encoding</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.unicode.output-encoding">unicode.output_encoding</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>unicode.runtime_encoding</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>unicode.script_encoding</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>unicode.stream_encoding</entry>
|
|
<entry>"UTF-8"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>unserialize_callback_func</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>uploadprogress.file.filename_template</entry>
|
|
<entry>"/tmp/upt_%s.txt"</entry>
|
|
<entry>PHP_INI_ALL</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>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.upload-tmp-dir">upload_tmp_dir</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.url-rewriter.tags">url_rewriter.tags</link></entry>
|
|
<entry>"a=href,area=href,frame=src,form=,fieldset="</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.4.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.user-agent">user_agent</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.user-dir">user_dir</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>user_ini.cache_ttl</entry>
|
|
<entry>"300"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>user_ini.filename</entry>
|
|
<entry>".user.ini"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>valkyrie.auto_validate</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>valkyrie.config_path</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.variables-order">variables_order</link></entry>
|
|
<entry>"EGPCS"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 5.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>velocis.max_links</entry>
|
|
<entry>"-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in PHP 4.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>vld.active</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>vld.execute</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since vld 0.8.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>vld.skip_append</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since vld 0.8.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>vld.skip_prepend</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since vld 0.8.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.xbithack">xbithack</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.auto_profile</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.auto_profile_mode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Removed in Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.auto_trace</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.collect_includes</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.collect_params</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.collect_return</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.collect_vars</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.default_enable</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_SYSTEM in Xdebug 1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.COOKIE</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.ENV</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.FILES</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.GET</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.POST</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.REQUEST</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.SERVER</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump.SESSION</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump_globals</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump_once</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.dump_undefined</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.extended_info</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.idekey</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.manual_url</entry>
|
|
<entry>"http://www.php.net"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.max_nesting_level</entry>
|
|
<entry>"100"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.output_dir</entry>
|
|
<entry>"/tmp"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_SYSTEM in Xdebug <= 1.2.0. Removed in Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.profiler_aggregate</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.profiler_append</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.profiler_enable</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.profiler_enable_trigger</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.profiler_output_dir</entry>
|
|
<entry>"/tmp"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.profiler_output_name</entry>
|
|
<entry>"cachegrind.out.%p"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.remote_autostart</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.remote_enable</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.remote_handler</entry>
|
|
<entry>"dbgp"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.remote_host</entry>
|
|
<entry>"localhost"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.remote_log</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.remote_mode</entry>
|
|
<entry>"req"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.remote_port</entry>
|
|
<entry>"9000"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.show_exception_trace</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.show_local_vars</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.show_mem_delta</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.trace_format</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.trace_options</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.trace_output_dir</entry>
|
|
<entry>"/tmp"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.trace_output_name</entry>
|
|
<entry>"trace.%c"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.var_display_max_children</entry>
|
|
<entry>"128"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.var_display_max_data</entry>
|
|
<entry>"512"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xdebug.var_display_max_depth</entry>
|
|
<entry>"3"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since Xdebug 2.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.xmlrpc-errors">xmlrpc_errors</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.xmlrpc-error-number">xmlrpc_error_number</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xmms.path</entry>
|
|
<entry>"/usr/bin/xmms"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>xmms.session</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.y2k-compliance">y2k_compliance</link></entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>yami.response.timeout</entry>
|
|
<entry>"5"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since yami 1.0.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>yaz.keepalive</entry>
|
|
<entry>"120"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>yaz.log_file</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0. Removed in PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>yaz.log_mask</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since yaz 1.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>yaz.max_links</entry>
|
|
<entry>"100"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0. Removed in PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.zend.ze1-compatibility-mode">zend.ze1_compatibility_mode</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0. Removed in PHP 5.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.zend-extension">zend_extension</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.zend-extension-debug">zend_extension_debug</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.zend-extension-debug-ts">zend_extension_debug_ts</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.zend-extension-ts">zend_extension_ts</link></entry>
|
|
<entry>NULL</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.zlib.output-compression">zlib.output_compression</link></entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</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>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.zlib.output-handler">zlib.output_handler</link></entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sections">
|
|
<title>List of &php.ini; sections</title>
|
|
<para>
|
|
This list includes the &php.ini; sections you can set to configure your
|
|
PHP setup on a per Host or Path basis. These sections are optional.
|
|
</para>
|
|
<para>
|
|
These sections don't directly affect PHP. They are used to group other
|
|
&php.ini; directives together and to get them to act upon a particular host
|
|
or on a particular path.
|
|
</para>
|
|
<para>
|
|
<table>
|
|
<title>Sections</title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><link linkend="ini.per-host">[HOST=]</link></entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Added in PHP 5.3.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.per-path">[PATH=]</link></entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Added in PHP 5.3.0.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.per-host">
|
|
<term>
|
|
<parameter>[HOST=<host>]</parameter>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
This section allows you to define a set of &php.ini; directives that
|
|
will take effect on the named host.
|
|
</para>
|
|
<para>
|
|
<example>
|
|
<title>Activate full on-screen error reporting for dev. domain</title>
|
|
<programlisting role="php.ini">
|
|
<![CDATA[
|
|
[HOST=dev.site.com]
|
|
error_reporting = E_ALL
|
|
display_errors = On
|
|
]]>
|
|
</programlisting>
|
|
</example>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.per-path">
|
|
<term>
|
|
<parameter>[PATH=<path>]</parameter>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
This section allows you to define a set of &php.ini; directives that
|
|
will take effect when a script runs from the named path.
|
|
</para>
|
|
<para>
|
|
<example>
|
|
<title>Add security script for protected areas</title>
|
|
<programlisting role="php.ini">
|
|
<![CDATA[
|
|
[PATH=/home/site/public/secure]
|
|
auto_prepend_file=security.php
|
|
]]>
|
|
</programlisting>
|
|
</example>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.core">
|
|
<title>Description of core &php.ini; directives</title>
|
|
<para>
|
|
This list includes the core &php.ini; directives you can set to
|
|
configure your PHP setup. Directives handled by extensions are listed
|
|
and detailed at the extension documentation pages respectively;
|
|
Information on the session directives for example can be found at the
|
|
<link linkend="ref.session">sessions page</link>.
|
|
</para>
|
|
|
|
<section xml:id="ini.sect.httpd-options">
|
|
<title>Httpd Options</title>
|
|
<para>
|
|
<table>
|
|
<title>Httpd Options</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>async_send</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sect.language-options">
|
|
<title>Language Options</title>
|
|
<para>
|
|
<table>
|
|
<title>Language and Misc Configuration Options</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>short_open_tag</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.0. PHP_INI_PERDIR in PHP < 5.3.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry>asp_tags</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>precision</entry>
|
|
<entry>"14"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>y2k_compliance</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>allow_call_time_pass_reference</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>expose_php</entry>
|
|
<entry>"1"</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>zend.ze1_compatibility_mode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 5.0.0. Removed in PHP 5.3.0</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.short-open-tag">
|
|
<term>
|
|
<parameter>short_open_tag</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Tells whether the short form (<userinput><? ?></userinput>)
|
|
of PHP's open tag should be allowed. If you want to use PHP in
|
|
combination with XML, you can disable this option in order to
|
|
use <userinput><?xml ?></userinput> inline. Otherwise, you
|
|
can print it with PHP, for example: <userinput><?php echo '<?xml
|
|
version="1.0"?>'; ?></userinput>. Also if disabled, you must use the
|
|
long form of the PHP open tag (<userinput><?php ?></userinput>).
|
|
</para>
|
|
<note>
|
|
<para>
|
|
This directive also affects the shorthand <userinput><?=</userinput>,
|
|
which is identical to <userinput><? echo</userinput>. Use of this
|
|
shortcut requires <systemitem role="directive">short_open_tag</systemitem>
|
|
to be on.
|
|
</para>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.asp-tags">
|
|
<term>
|
|
<parameter>asp_tags</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Enables the use of ASP-like <% %> tags in addition to
|
|
the usual <?php ?> tags. This includes the
|
|
variable-value printing shorthand of <%= $value %>. For
|
|
more information, see <link
|
|
linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.precision">
|
|
<term>
|
|
<parameter>precision</parameter>
|
|
<type>integer</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
The number of significant digits displayed in floating point numbers.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.y2k-compliance">
|
|
<term>
|
|
<parameter>y2k_compliance</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Enforce year 2000 compliance (will cause problems with non-compliant browsers)
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
|
|
<varlistentry xml:id="ini.allow-call-time-pass-reference">
|
|
<term>
|
|
<parameter>allow_call_time_pass_reference</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Whether to warn when arguments are passed by reference
|
|
at function call time. This method is deprecated in PHP 5.3.0 and is likely
|
|
to be unsupported in future versions of PHP/Zend. The encouraged method of
|
|
specifying which arguments should be passed by reference is in the function
|
|
declaration. You're encouraged to try and turn this option Off and make
|
|
sure your scripts work properly with it in order to ensure they will work
|
|
with future versions of the language (you will receive a warning each time
|
|
you use this feature).
|
|
</para>
|
|
<para>
|
|
Passing arguments by reference at function call time was deprecated for
|
|
code cleanliness reason. Function can modify its argument in
|
|
undocumented way if it didn't declared that the argument is passed by
|
|
reference. To prevent side-effects it's better to specify which
|
|
arguments are passed by reference in function declaration only.
|
|
</para>
|
|
<para>
|
|
See also <link linkend="language.references">References Explained</link>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.expose-php">
|
|
<term>
|
|
<parameter>expose_php</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Decides whether PHP may expose the fact that it is installed on the server
|
|
(e.g. by adding its signature to the Web server header). It is no security
|
|
threat in any way, but it makes it possible to determine whether you use PHP
|
|
on your server or not.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.zend.ze1-compatibility-mode">
|
|
<term>
|
|
<parameter>zend.ze1_compatibility_mode</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Enable compatibility mode with Zend Engine 1 (PHP 4). It affects
|
|
the cloning, casting (objects with no properties cast to &false; or 0), and <link
|
|
linkend="language.oop5.object-comparison">comparing of objects</link>.
|
|
In this mode, objects are passed by value instead of reference by
|
|
default.
|
|
</para>
|
|
<para>
|
|
See also the section titled
|
|
<link linkend="migration5">Migrating from PHP 4 to PHP 5</link>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sect.resource-limits">
|
|
<title>Resource Limits</title>
|
|
<para>
|
|
<table>
|
|
<title>Resource Limits</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>memory_limit</entry>
|
|
<entry>"128M"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>"8M" before PHP 5.2.0, "16M" in PHP 5.2.0</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.memory-limit">
|
|
<term>
|
|
<parameter>memory_limit</parameter>
|
|
<type>integer</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
This sets the maximum amount of memory in bytes that a script
|
|
is allowed to allocate. This helps prevent poorly written
|
|
scripts for eating up all available memory on a server. Note that
|
|
to have no memory limit, set this directive to <literal>-1</literal>.
|
|
</para>
|
|
<para>
|
|
Prior to PHP 5.2.1, in order to use this directive it had to
|
|
be enabled at compile time by using
|
|
<option role="configure">-enable-memory-limit</option> in the
|
|
configure line. This was also required to define the functions
|
|
<function>memory_get_usage</function> and
|
|
<function>memory_get_peak_usage</function>.
|
|
</para>
|
|
|
|
&ini.shorthandbytes;
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
<para>
|
|
See also: <link linkend="ini.max-execution-time">max_execution_time</link>.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sect.performance">
|
|
<title>Performance Tuning</title>
|
|
<para>
|
|
<table>
|
|
<title>Performance Tuning</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>realpath_cache_size</entry>
|
|
<entry>"16K"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>realpath_cache_ttl</entry>
|
|
<entry>"120"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.1.0.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
&ini.descriptions.title;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.realpath-cache-size">
|
|
<term>
|
|
<parameter>realpath_cache_size</parameter>
|
|
<type>integer</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Determines the size of the realpath cache to be used by PHP. This
|
|
value should be increased on systems where PHP opens many files, to
|
|
reflect the quantity of the file operations performed.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="ini.realpath-cache-ttl">
|
|
<term>
|
|
<parameter>realpath_cache_ttl</parameter>
|
|
<type>integer</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Duration of time (in seconds) for which to cache realpath information
|
|
for a given file or directory. For systems with rarely changing files,
|
|
consider increasing the value.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sect.data-handling">
|
|
<title>Data Handling</title>
|
|
<para>
|
|
<table>
|
|
<title>Data Handling Configuration Options</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>track_vars</entry>
|
|
<entry>"On"</entry>
|
|
<entry>PHP_INI_??</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>arg_separator.output</entry>
|
|
<entry>"&"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>arg_separator.input</entry>
|
|
<entry>"&"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 4.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>variables_order</entry>
|
|
<entry>"EGPCS"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 5.0.5.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>request_order</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 5.3.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry>auto_globals_jit</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 5.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>register_globals</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>register_argc_argv</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>register_long_arrays</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>Available since PHP 5.0.0. Deprecated in PHP 5.3.0. Removed in
|
|
PHP 6.0.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>post_max_size</entry>
|
|
<entry>"8M"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>gpc_order</entry>
|
|
<entry>"GPC"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>auto_prepend_file</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>auto_append_file</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>default_mimetype</entry>
|
|
<entry>"text/html"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>default_charset</entry>
|
|
<entry>""</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>always_populate_raw_post_data</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.1.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>allow_webdav_methods</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.track-vars">
|
|
<term>
|
|
<parameter>track_vars</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
If enabled, then Environment, GET, POST, Cookie, and Server
|
|
variables can be found in the global associative arrays
|
|
<varname>$_ENV</varname>,
|
|
<varname>$_GET</varname>,
|
|
<varname>$_POST</varname>,
|
|
<varname>$_COOKIE</varname>, and
|
|
<varname>$_SERVER</varname>.
|
|
</para>
|
|
<para>
|
|
Note that as of PHP 4.0.3, <systemitem
|
|
role="directive">track_vars</systemitem> is always turned on.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.arg-separator.output">
|
|
<term>
|
|
<parameter>arg_separator.output</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
The separator used in PHP generated URLs to separate arguments.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.arg-separator.input">
|
|
<term>
|
|
<parameter>arg_separator.input</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
List of separator(s) used by PHP to parse input URLs into variables.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Every character in this directive is considered as separator!
|
|
</para>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.variables-order">
|
|
<term>
|
|
<parameter>variables_order</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Sets the order of the EGPCS (<literal>E</literal>nvironment,
|
|
<literal>G</literal>et, <literal>P</literal>ost,
|
|
<literal>C</literal>ookie, and <literal>S</literal>erver) variable
|
|
parsing. For example, if variables_order
|
|
is set to <literal>"SP"</literal> then PHP will create the
|
|
&link.superglobals; <varname>$_SERVER</varname> and
|
|
<varname>$_POST</varname>, but not create
|
|
<varname>$_ENV</varname>, <varname>$_GET</varname>, and
|
|
<varname>$_COOKIE</varname>. Setting to "" means no
|
|
&link.superglobals; will be set.
|
|
</para>
|
|
<para>
|
|
If the deprecated
|
|
<link linkend="ini.register-globals">register_globals</link>
|
|
directive is on (removed as of PHP 6.0.0), then variables_order also
|
|
configures the order the <literal>ENV</literal>,
|
|
<literal>GET</literal>, <literal>POST</literal>,
|
|
<literal>COOKIE</literal> and <literal>SERVER</literal> variables
|
|
are populated in global scope. So for example if variables_order
|
|
is set to <literal>"EGPCS"</literal>, register_globals is enabled,
|
|
and both <varname>$_GET['action']</varname> and
|
|
<varname>$_POST['action']</varname> are set, then
|
|
<varname>$action</varname> will contain the value of
|
|
<varname>$_POST['action']</varname> as <literal>P</literal> comes
|
|
after <literal>G</literal> in our example directive value.
|
|
</para>
|
|
<warning>
|
|
<para>
|
|
In both the CGI and FastCGI SAPIs,
|
|
<varname>$_SERVER</varname> is
|
|
also populated by values from the environment; <literal>S</literal>
|
|
is always equivelant to <literal>ES</literal> regardless of the
|
|
placement of <literal>E</literal> elsewhere in this directive.
|
|
</para>
|
|
</warning>
|
|
<note>
|
|
<para>
|
|
The content and order of
|
|
<varname>$_REQUEST</varname> is also
|
|
affected by this directive.
|
|
</para>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.request-order">
|
|
<term>
|
|
<parameter>request_order</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
This directive describes the order in which PHP registers GET, POST
|
|
and Cookie variables into the _REQUEST array. Registration is done
|
|
from left to right, newer values override older values.
|
|
</para>
|
|
<para>
|
|
If this directive is not set, <link
|
|
linkend="ini.variables-order">variables_order</link> is used for
|
|
<varname>$_REQUEST</varname> contents.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.auto-globals-jit">
|
|
<term>
|
|
<parameter>auto_globals_jit</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
When enabled, the SERVER and ENV variables are created when they're
|
|
first used (Just In Time) instead of when the script starts. If these
|
|
variables are not used within a script, having this directive on will
|
|
result in a performance gain.
|
|
</para>
|
|
<para>
|
|
The PHP directives
|
|
<link linkend="ini.register-globals">register_globals</link>,
|
|
<link linkend="ini.register-long-arrays">register_long_arrays</link>,
|
|
and <link linkend="ini.register-argc-argv">register_argc_argv</link>
|
|
must be disabled for this directive to have any affect. Since PHP
|
|
5.1.3 it is not necessary to have <link
|
|
linkend="ini.register-argc-argv">register_argc_argv</link> disabled.
|
|
</para>
|
|
<warning>
|
|
<para>
|
|
Usage of SERVER and ENV variables is checked during the compile time
|
|
so using them through e.g. <link
|
|
linkend="language.variables.variable">variable variables</link> will
|
|
not cause their initialization.
|
|
</para>
|
|
</warning>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.register-globals">
|
|
<term>
|
|
<parameter>register_globals</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Whether or not to register the EGPCS (Environment, GET,
|
|
POST, Cookie, Server) variables as global variables.
|
|
</para>
|
|
<para>
|
|
As of <link xlink:href="&url.php.release4.2.0;">PHP 4.2.0</link>,
|
|
this directive defaults to <emphasis>off</emphasis>.
|
|
</para>
|
|
<para>
|
|
Please read the security chapter on
|
|
<link linkend="security.globals">Using register_globals</link>
|
|
for related information.
|
|
</para>
|
|
<para>
|
|
Please note that <systemitem role="directive">register_globals</systemitem>
|
|
cannot be set at runtime (<function>ini_set</function>). Although, you can
|
|
use &htaccess; if your host allows it as described
|
|
above. An example &htaccess; entry:
|
|
<userinput>php_flag register_globals off</userinput>.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
<systemitem role="directive">register_globals</systemitem> is affected
|
|
by the <link linkend="ini.variables-order">variables_order</link>
|
|
directive.
|
|
</para>
|
|
</note>
|
|
&warn.deprecated.feature-5-3-0.removed-6-0-0;
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.register-argc-argv">
|
|
<term>
|
|
<parameter>register_argc_argv</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Tells PHP whether to declare the argv & argc variables
|
|
(that would contain the GET information).
|
|
</simpara>
|
|
<simpara>
|
|
See also <link linkend="features.commandline">command line</link>.
|
|
Also, this directive became available in PHP 4.0.0 and
|
|
was always "on" before that.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.register-long-arrays">
|
|
<term>
|
|
<parameter>register_long_arrays</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Tells PHP whether or not to register the deprecated long
|
|
<varname>$HTTP_*_VARS</varname> type
|
|
<link linkend="language.variables.predefined">predefined
|
|
variables</link>. When On (default), long predefined PHP
|
|
variables like <varname>$HTTP_GET_VARS</varname> will be defined.
|
|
If you're not using them, it's recommended to turn them off,
|
|
for performance reasons. Instead, use the superglobal arrays,
|
|
like <varname>$_GET</varname>.
|
|
</simpara>
|
|
<simpara>
|
|
This directive became available in PHP 5.0.0.
|
|
</simpara>
|
|
&warn.deprecated.feature-5-3-0.removed-6-0-0;
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.post-max-size">
|
|
<term>
|
|
<parameter>post_max_size</parameter>
|
|
<type>integer</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Sets max size of post data allowed. This setting also affects
|
|
file upload. To upload large files, this value must be larger
|
|
than <link linkend="ini.upload-max-filesize">upload_max_filesize</link>.
|
|
</simpara>
|
|
<simpara>
|
|
If memory limit is enabled by your configure script, <link
|
|
linkend="ini.memory-limit">memory_limit</link> also affects
|
|
file uploading. Generally speaking,
|
|
<link linkend="ini.memory-limit">memory_limit</link> should be
|
|
larger than <parameter>post_max_size</parameter>.
|
|
</simpara>
|
|
|
|
&ini.shorthandbytes;
|
|
|
|
<simpara>
|
|
If the size of post data is greater than post_max_size, the
|
|
<varname>$_POST</varname> and <varname>$_FILES</varname>
|
|
<link linkend="language.variables.superglobals">superglobals</link>
|
|
are empty. This can be tracked in various ways, e.g. by passing the
|
|
<varname>$_GET</varname> variable to the script processing the data,
|
|
i.e. <literal><form action="edit.php?processed=1"></literal>,
|
|
and then checking if <varname>$_GET['processed']</varname> is set.
|
|
</simpara>
|
|
<para>
|
|
<note>
|
|
<para>
|
|
PHP allows shortcuts for bit values, including K (kilo), M (mega)
|
|
and G (giga). PHP will do the conversions automatically if you
|
|
use any of these. Be careful not to exceed the 32 bit signed integer
|
|
limit (if you're using 32bit versions) as it will cause your script
|
|
to fail.
|
|
</para>
|
|
</note>
|
|
</para>
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.gpc-order">
|
|
<term>
|
|
<parameter>gpc_order</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Set the order of GET/POST/COOKIE variable parsing. The
|
|
default setting of this directive is "GPC". Setting this to
|
|
"GP", for example, will cause PHP to completely ignore cookies
|
|
and to overwrite any GET method variables with POST-method
|
|
variables of the same name.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
This option is not available in PHP 4.
|
|
Use <link linkend="ini.variables-order">variables_order</link>
|
|
instead.
|
|
</para>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.auto-prepend-file">
|
|
<term>
|
|
<parameter>auto_prepend_file</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Specifies the name of a file that is automatically parsed
|
|
before the main file. The file is included as if it was
|
|
called with the <function>require</function> function, so
|
|
<link linkend="ini.include-path">include_path</link> is used.</para>
|
|
<para>
|
|
The special value <literal>none</literal>
|
|
disables auto-prepending.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.auto-append-file">
|
|
<term>
|
|
<parameter>auto_append_file</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Specifies the name of a file that is automatically parsed
|
|
after the main file. The file is included as if it was
|
|
called with the <function>require</function> function, so
|
|
<link linkend="ini.include-path">include_path</link> is used.</para>
|
|
<para>
|
|
The special value <literal>none</literal>
|
|
disables auto-appending.
|
|
<note>
|
|
<simpara>
|
|
If the script is terminated with <function>exit</function>,
|
|
auto-append will <emphasis>not</emphasis> occur.</simpara>
|
|
</note>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.default-mimetype">
|
|
<term>
|
|
<parameter>default_mimetype</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.default-charset">
|
|
<term>
|
|
<parameter>default_charset</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
As of 4.0.0, PHP always outputs a character encoding by default in
|
|
the Content-type: header. To disable sending of the charset, simply
|
|
set it to be empty.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.always-populate-raw-post-data">
|
|
<term>
|
|
<parameter>always_populate_raw_post_data</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Always populate the <varname>$HTTP_RAW_POST_DATA</varname> containing
|
|
the raw POST data. Otherwise, the variable is populated only with
|
|
unrecognized MIME type of the data. However, the preferred method for
|
|
accessing the raw POST data is <link
|
|
linkend="wrappers.php">php://input</link>.
|
|
<varname>$HTTP_RAW_POST_DATA</varname> is not available with
|
|
<literal>enctype="multipart/form-data"</literal>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.allow-webdav-methods">
|
|
<term>
|
|
<parameter>allow_webdav_methods</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Allow handling of WebDAV http requests within PHP scripts (eg.
|
|
PROPFIND, PROPPATCH, MOVE, COPY, etc.).
|
|
This directive does not exist as of PHP 4.3.2.
|
|
If you want to get the post data of those requests, you have to
|
|
set <link linkend="ini.always-populate-raw-post-data">
|
|
always_populate_raw_post_data</link> as well.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
<para>
|
|
See also: <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>,
|
|
<link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>,
|
|
and
|
|
<link linkend="ini.magic-quotes-sybase">magic_quotes_sybase</link>.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sect.path-directory">
|
|
<title>Paths and Directories</title>
|
|
<para>
|
|
<table>
|
|
<title>Paths and Directories Configuration Options</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>include_path</entry>
|
|
<entry>".;/path/to/php/pear"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>doc_root</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>user_dir</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>extension_dir</entry>
|
|
<entry>"/path/to/php"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>extension</entry>
|
|
<entry>NULL</entry>
|
|
<entry>&php.ini; only</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>cgi.check_shebang_line</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 5.2.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cgi.fix_pathinfo</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.3.0. PHP_INI_ALL prior to PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cgi.force_redirect</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.2.0. PHP_INI_ALL prior to PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cgi.redirect_status_env</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.2.0. PHP_INI_ALL prior to PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>fastcgi.impersonate</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>Available since PHP 4.3.0. PHP_INI_ALL prior to PHP 5.2.1.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>cgi.rfc2616_headers</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Available since PHP 4.3.0.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.include-path">
|
|
<term>
|
|
<parameter>include_path</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Specifies a list of directories where the
|
|
<function>require</function>, <function>include</function>,
|
|
<function>fopen</function>, <function>file</function>,
|
|
<function>readfile</function> and <function>file_get_contents</function>
|
|
functions look for files. The format is like the system's
|
|
<envar>PATH</envar> environment variable: a list of directories
|
|
separated with a colon in Unix or semicolon in Windows.
|
|
</para>
|
|
<para>
|
|
PHP considers each entry in the include path separately when looking for
|
|
files to include. It will check the first path, and if it doesn't find
|
|
it, check the next path, until it either locates the included file or
|
|
returns with a
|
|
<link linkend="errorfunc.constants.errorlevels.e-warning">warning</link>
|
|
or an <link linkend="errorfunc.constants.errorlevels.e-error">error</link>.
|
|
You may modify or set your include path at runtime using
|
|
<function>set_include_path</function>.
|
|
</para>
|
|
<para>
|
|
<example>
|
|
<title>Unix include_path</title>
|
|
<programlisting role="php.ini">
|
|
<![CDATA[
|
|
include_path=".:/php/includes"
|
|
]]>
|
|
</programlisting>
|
|
</example>
|
|
</para>
|
|
<para>
|
|
<example>
|
|
<title>Windows include_path</title>
|
|
<programlisting role="php.ini">
|
|
<![CDATA[
|
|
include_path=".;c:\php\includes"
|
|
]]>
|
|
</programlisting>
|
|
</example>
|
|
</para>
|
|
<para>
|
|
Using a <literal>.</literal> in the include path allows for
|
|
relative includes as it means the current directory. However,
|
|
it is more efficient to explicitly use <literal>include
|
|
'./file'</literal> than having PHP always check the current
|
|
directory for every include.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.doc-root">
|
|
<term>
|
|
<parameter>doc_root</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
PHP's "root directory" on the server. Only used if
|
|
non-empty. If PHP is configured with &safemode;, no files outside
|
|
this directory are served.
|
|
If PHP was not compiled with FORCE_REDIRECT, you <emphasis>should
|
|
</emphasis> set doc_root if you are running PHP as a CGI under any web
|
|
server (other than IIS). The alternative is to use the
|
|
<link linkend="ini.cgi.force-redirect">
|
|
cgi.force_redirect</link> configuration below.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.user-dir">
|
|
<term>
|
|
<parameter>user_dir</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
The base name of the directory used on a user's home directory for PHP
|
|
files, for example <filename class="directory">public_html
|
|
</filename>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.extension-dir">
|
|
<term>
|
|
<parameter>extension_dir</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
In what directory PHP should look for dynamically loadable
|
|
extensions. See also: <link linkend="ini.enable-dl">enable_dl</link>,
|
|
and <function>dl</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.extension">
|
|
<term>
|
|
<parameter>extension</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Which dynamically loadable extensions to load when PHP starts up.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.zend-extension">
|
|
<term>
|
|
<parameter>zend_extension</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Absolute path to dynamically loadable Zend extension (for example
|
|
<link linkend="book.apd">APD</link>) to load when PHP starts up.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.zend-extension-debug">
|
|
<term>
|
|
<parameter>zend_extension_debug</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Variant of <link linkend="ini.zend-extension">zend_extension</link>
|
|
for extensions compilled with debug info.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.zend-extension-debug-ts">
|
|
<term>
|
|
<parameter>zend_extension_debug_ts</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Variant of <link linkend="ini.zend-extension">zend_extension</link>
|
|
for extensions compilled with debug info and thread safety.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.zend-extension-ts">
|
|
<term>
|
|
<parameter>zend_extension_ts</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Variant of <link linkend="ini.zend-extension">zend_extension</link>
|
|
for extensions compilled with thread safety.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.cgi.check-shebang-line">
|
|
<term>
|
|
<parameter>cgi.check_shebang_line</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Controls whether CGI PHP checks for line starting with #! (shebang)
|
|
at the top of the running script. This line might be needed if the
|
|
script support running both as stand-alone script and via PHP CGI.
|
|
PHP in CGI mode skips this line and ignores its content if this
|
|
directive is turned on.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.cgi.fix-pathinfo">
|
|
<term>
|
|
<parameter>cgi.fix_pathinfo</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Provides <emphasis>real</emphasis> PATH_INFO/PATH_TRANSLATED
|
|
support for CGI. PHP's previous behaviour was to set
|
|
PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok what PATH_INFO
|
|
is. For more information on PATH_INFO, see the cgi specs. Setting
|
|
this to 1 will cause PHP CGI to fix it's paths to conform to the
|
|
spec. A setting of zero causes PHP to behave as before. Default
|
|
is zero. You should fix your scripts to use SCRIPT_FILENAME rather
|
|
than PATH_TRANSLATED.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.cgi.force-redirect">
|
|
<term>
|
|
<parameter>cgi.force_redirect</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
cgi.force_redirect is necessary to provide security running PHP as a
|
|
CGI under most web servers. Left undefined, PHP turns this on by
|
|
default. You can turn it off <emphasis>at your own risk</emphasis>.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Windows Users: You <emphasis>can</emphasis> safely turn this off for
|
|
IIS, in fact, you <emphasis>must</emphasis>.
|
|
To get OmniHTTPD or Xitami to work you <emphasis>must</emphasis> turn
|
|
it off.
|
|
</para>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.cgi.redirect-status-env">
|
|
<term>
|
|
<parameter>cgi.redirect_status_env</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
If cgi.force_redirect is turned on, and you are not running under
|
|
Apache or Netscape (iPlanet) web servers, you <emphasis>may</emphasis>
|
|
need to set an environment variable name that PHP will look for to
|
|
know it is OK to continue execution.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Setting this variable <emphasis>may</emphasis> cause security issues,
|
|
<emphasis>know what you are doing first</emphasis>.
|
|
</para>
|
|
</note>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.fastcgi.impersonate">
|
|
<term>
|
|
<parameter>fastcgi.impersonate</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
|
|
security tokens of the calling client. This allows IIS to define the
|
|
security context that the request runs under. mod_fastcgi under Apache
|
|
does not currently support this feature (03/17/2002)
|
|
Set to 1 if running under IIS. Default is zero.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.cgi.rfc2616-headers">
|
|
<term>
|
|
<parameter>cgi.rfc2616_headers</parameter>
|
|
<type>int</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Tells PHP what type of headers to use when sending HTTP response
|
|
code. If it's set 0, PHP sends a Status: header that is supported
|
|
by Apache and other web servers. When this option is set to 1, PHP
|
|
will send <link xlink:href="&url.rfc;2616">RFC 2616</link> compliant
|
|
headers. Leave it set to 0 unless you know what you're doing.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sect.file-uploads">
|
|
<title>File Uploads</title>
|
|
<para>
|
|
<table>
|
|
<title>File Uploads Configuration Options</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>file_uploads</entry>
|
|
<entry>"1"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.0.3.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>upload_tmp_dir</entry>
|
|
<entry>NULL</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>upload_max_filesize</entry>
|
|
<entry>"2M"</entry>
|
|
<entry>PHP_INI_PERDIR</entry>
|
|
<entry>PHP_INI_ALL in PHP <= 4.2.3.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.file-uploads">
|
|
<term>
|
|
<parameter>file_uploads</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Whether or not to allow HTTP
|
|
<link linkend="features.file-upload">file uploads</link>. See also the
|
|
<link linkend="ini.upload-max-filesize">upload_max_filesize</link>,
|
|
<link linkend="ini.upload-tmp-dir">upload_tmp_dir</link>, and
|
|
<link linkend="ini.post-max-size">post_max_size</link> directives.
|
|
</para>
|
|
|
|
&ini.shorthandbytes;
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.upload-tmp-dir">
|
|
<term>
|
|
<parameter>upload_tmp_dir</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
The temporary directory used for storing files when doing
|
|
file upload. Must be writable by whatever user PHP
|
|
is running as. If not specified PHP will use the system's default.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.upload-max-filesize">
|
|
<term>
|
|
<parameter>upload_max_filesize</parameter>
|
|
<type>integer</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
The maximum size of an uploaded file.
|
|
</para>
|
|
|
|
&ini.shorthandbytes;
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="ini.sect.sql-general">
|
|
<title>General SQL</title>
|
|
<para>
|
|
<table>
|
|
<title>General SQL Configuration Options</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>Name</entry>
|
|
<entry>Default</entry>
|
|
<entry>Changeable</entry>
|
|
<entry>Changelog</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>sql.safe_mode</entry>
|
|
<entry>"0"</entry>
|
|
<entry>PHP_INI_SYSTEM</entry>
|
|
<entry></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.sql.safe-mode">
|
|
<term>
|
|
<parameter>sql.safe_mode</parameter>
|
|
<type>boolean</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
If turned on, database connect functions that specify default values
|
|
will use those values in place of supplied arguments. For default
|
|
values see connect function documentation for the relevant database.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|