Date: 10/28/01
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/appendices commandline.xml"
- Previous message: Leszek Krupiński: "[PHP-DOC] Mistake?"
- In reply to: Leszek Krupiński: "[PHP-DOC] Mistake?"
- Next in thread: Leszek Krupiński: "Re: [PHP-DOC] Mistake?"
- Reply: Leszek Krupiński: "Re: [PHP-DOC] Mistake?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> In session.xml there's something like that:
> If <link
> linkend="ini.track-vars"><literal>track_vars</literal></link> is
> enabled and <link
>
linkend="ini.register-globals"><literal>register_globals</literal></link>
> is disabled, only members of the global associative array
> $HTTP_SESSION_VARS can be registered as session variables. The
> restored session variables will only be available in the array
> $HTTP_SESSION_VARS.
>
> If I understand that correctly, I can register variables only
> when they are inside HTTP_SESSION_VARS.
No, you can register variables only __to be__ inside $HTTP_SESSION_VARS
Goba
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/appendices commandline.xml"
- Previous message: Leszek Krupiński: "[PHP-DOC] Mistake?"
- In reply to: Leszek Krupiński: "[PHP-DOC] Mistake?"
- Next in thread: Leszek Krupiński: "Re: [PHP-DOC] Mistake?"
- Reply: Leszek Krupiński: "Re: [PHP-DOC] Mistake?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

