From 799f6f761399fde8762c4997464a0dd13dc4f31e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 26 Apr 2005 15:47:21 +0000 Subject: [PATCH] session.bug_compat (bug #23465) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185196 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index e950a1f0f1..7e1c25f786 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -568,12 +568,13 @@ - PHP versions 4.2.0 and lower have an undocumented feature/bug that + PHP versions 4.2.3 and lower have an undocumented feature/bug that allows you to to initialize a session variable in the global scope, albeit register_globals is disabled. PHP 4.3.0 and later will warn you, if this feature is used, and if - session.bug_compat_warn is also enabled. + session.bug_compat_warn is also enabled. This feature/bug can be + disabled by disabling this directive. @@ -585,7 +586,7 @@ - PHP versions 4.2.0 and lower have an undocumented feature/bug that + PHP versions 4.2.3 and lower have an undocumented feature/bug that allows you to to initialize a session variable in the global scope, albeit register_globals is disabled. PHP 4.3.0 and later will warn you, if this feature is