vrana           Tue Apr 26 11:47:22 2005 EDT

  Modified files:              
    /phpdoc/en/reference/session        ini.xml 
  Log:
  session.bug_compat (bug #23465)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/session/ini.xml?r1=1.32&r2=1.33&ty=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.32 
phpdoc/en/reference/session/ini.xml:1.33
--- phpdoc/en/reference/session/ini.xml:1.32    Sat Mar 26 08:22:31 2005
+++ phpdoc/en/reference/session/ini.xml Tue Apr 26 11:47:21 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
 <section id="session.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -568,12 +568,13 @@
    </term>
    <listitem>
     <simpara>
-     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 <link linkend="ini.register-globals">register_globals</link>
      is disabled.  PHP 4.3.0 and later will warn you, if this feature is
      used, and if <link linkend="ini.session.bug-compat-warn">
-     session.bug_compat_warn</link> is also enabled.  
+     session.bug_compat_warn</link> is also enabled.  This feature/bug can be
+     disabled by disabling this directive.
     </simpara>
    </listitem>
   </varlistentry>
@@ -585,7 +586,7 @@
    </term>
    <listitem>
     <simpara>
-     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 <link linkend="ini.register-globals">register_globals</link>
      is disabled.  PHP 4.3.0 and later will warn you, if this feature is

Reply via email to