From 58bebd0fec31d25f8fc6574f58ac56ce598521c9 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 21 Apr 2018 16:04:49 +0000 Subject: [PATCH] Remove obsolete PHP 4 related info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344792 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index 38d63a4620..80723046f0 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -50,7 +50,7 @@ session.gc_divisor "100" PHP_INI_ALL - Available since PHP 4.3.2. + session.gc_maxlifetime @@ -86,7 +86,7 @@ session.cookie_secure "" PHP_INI_ALL - Available since PHP 4.0.4. + session.cookie_httponly @@ -110,7 +110,7 @@ session.use_only_cookies "1" PHP_INI_ALL - Available since PHP 4.3.0. + session.referer_check @@ -134,7 +134,7 @@ session.use_trans_sid "0" PHP_INI_ALL - PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP < 5. Available since PHP 4.0.3. + session.trans_sid_tags @@ -206,19 +206,19 @@ url_rewriter.tags "a=href,area=href,frame=src,form=" PHP_INI_ALL - Available since PHP 4.0.4. Since PHP 7.1.0, this INI is no longer used by session. + Since PHP 7.1.0, this INI is no longer used by session. session.hash_function "0" PHP_INI_ALL - Available since PHP 5.0.0. Removed in PHP 7.1.0. + Removed in PHP 7.1.0. session.hash_bits_per_character "4" PHP_INI_ALL - Available since PHP 5.0.0. Removed in PHP 7.1.0. + Removed in PHP 7.1.0. session.entropy_file @@ -236,13 +236,13 @@ session.bug_compat_42 "1" PHP_INI_ALL - Available since PHP 4.3.0. Removed in PHP 5.4.0. + Removed in PHP 5.4.0. session.bug_compat_warn "1" PHP_INI_ALL - Available since PHP 4.3.0. Removed in PHP 5.4.0. + Removed in PHP 5.4.0. @@ -575,7 +575,7 @@ the module will only 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 1 (enabled) since PHP 5.3.0. @@ -646,7 +646,7 @@ session.cookie_secure specifies whether cookies should only be sent over secure connections. Defaults to off. - This setting was added in PHP 4.0.4. See also + See also session_get_cookie_params and session_set_cookie_params. @@ -926,7 +926,7 @@ - This was introduced in PHP 5. Removed in PHP 7.1.0. + Removed in PHP 7.1.0.