mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
session.bug_compat (bug #23465)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2a59d1c72b
commit
799f6f7613
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue