Witam konto
Friday, October 19, 2001, 4:14:11 PM, przeczyta�em:
BD> ID: 13753
BD> Updated by: hholzgra
BD> Reported By: [EMAIL PROTECTED]
BD> Old Status: Open
BD> Status: Bogus
BD> Bug Type: Session related
BD> Operating System: linux mandrake 8.0
BD> PHP Version: 4.0.6
BD> New Comment:
BD> $edf1 is local to the gg() method
BD> you can only register variables from the global
BD> scope, so $edf1 is empty in the session as no
BD> such global variable existed as the session data
BD> was written
BD> Previous Comments:
BD> ------------------------------------------------------------------------
BD> [2001-10-19 09:55:30] [EMAIL PROTECTED]
BD> misspeled; should be:
BD> After that both session_is_registered('edf1') and session_is_registered('edf2')
returns true
BD> ------------------------------------------------------------------------
BD> [2001-10-19 09:50:59] [EMAIL PROTECTED]
BD> I have made much tests and it seems, that calling session register in object's
method failed. Assume:
BD> <?
BD> (...)[session_start, headers, etc...]
BD> $edf2 = 1234;
BD> session_register('edf2');
BD> class gg {
BD> function gg() {
BD> $edf1 = 65432;
BD> session_register('edf1');
BD> }
BD> }
BD> gg::gg();
?>>
BD> After that both session_is_registered('edf1') and session_is_registered('edf1')
returns true, but ($edf1
BD> == $edf2) return false; ($edf1 == '') - is true.
BD> Any suggestions?
BD> ------------------------------------------------------------------------
BD> ATTENTION! Do NOT reply to this email!
BD> To reply, use the web interface found at http://bugs.php.net/?id=13753&edit=2
Ok, sorry, but why session_is_registered returns true?
And btw, which list/news you can recomend me, that I can get help such as this as
soon, as possible?
--
Pozdrawiam,
Michal mailto:[EMAIL PROTECTED]
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]