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.