Hi,
typo in row 261?
Additionally, if you register a new session variable by using
<function>session_register()</function>, the entry in the global
scope
and the <varname>$_SESSION</varname> entry will not reference the
same
value until the next session start (this applies to PHP 4.2 and
before
only). I.e. a modification to the global variable will not be
reflected
only). I.e. a modification to the global variable will not be
reflected
by the <varname>$_SESSION</varname> entry. This is unlikely to
matter in
practice and has been corrected in PHP 4.3.
suggestions:
...until the next session starts...
...until the next <function>session_start</function>...
Used the latter in the translation.
Martin
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php