mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Remove obsolete PHP 4 related info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344792 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2f332fa94
commit
58bebd0fec
1 changed files with 12 additions and 12 deletions
|
@ -50,7 +50,7 @@
|
|||
<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>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.gc-maxlifetime">session.gc_maxlifetime</link></entry>
|
||||
|
@ -86,7 +86,7 @@
|
|||
<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>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-httponly">session.cookie_httponly</link></entry>
|
||||
|
@ -110,7 +110,7 @@
|
|||
<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>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.referer-check">session.referer_check</link></entry>
|
||||
|
@ -134,7 +134,7 @@
|
|||
<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>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.trans-sid-tags">session.trans_sid_tags</link></entry>
|
||||
|
@ -206,19 +206,19 @@
|
|||
<entry><link linkend="ini.url-rewriter.tags">url_rewriter.tags</link></entry>
|
||||
<entry>"a=href,area=href,frame=src,form="</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 4.0.4. Since PHP 7.1.0, this INI is no longer used by session.</entry>
|
||||
<entry>Since PHP 7.1.0, this INI is no longer used by session.</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. Removed in PHP 7.1.0.</entry>
|
||||
<entry>Removed in PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.hash-bits-per-character">session.hash_bits_per_character</link></entry>
|
||||
<entry>"4"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.0.0. Removed in PHP 7.1.0.</entry>
|
||||
<entry>Removed in PHP 7.1.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.entropy-file">session.entropy_file</link></entry>
|
||||
|
@ -236,13 +236,13 @@
|
|||
<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 5.4.0.</entry>
|
||||
<entry>Removed in PHP 5.4.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 5.4.0.</entry>
|
||||
<entry>Removed in PHP 5.4.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
@ -575,7 +575,7 @@
|
|||
the module will <emphasis role="strong">only</emphasis> use
|
||||
cookies to store the session id on the client side.
|
||||
Enabling this setting prevents attacks involved passing session
|
||||
ids in URLs. This setting was added in PHP 4.3.0.
|
||||
ids in URLs.
|
||||
Defaults to <literal>1</literal> (enabled) since PHP 5.3.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -646,7 +646,7 @@
|
|||
<literal>session.cookie_secure</literal> specifies whether
|
||||
cookies should only be sent over secure connections. Defaults to
|
||||
<literal>off</literal>.
|
||||
This setting was added in PHP 4.0.4. See also
|
||||
See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
|
@ -926,7 +926,7 @@
|
|||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
This was introduced in PHP 5. Removed in PHP 7.1.0.
|
||||
Removed in PHP 7.1.0.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue