ID:               34317
 Updated by:       [EMAIL PROTECTED]
 Reported By:      abstractd at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Class/Object related
 Operating System: Windows
 PHP Version:      5.1.0RC1
 New Comment:

Please don't put objects in $_SESSION as that doesn't really work and
never will. Can you provide a reproducing script without using
session?



Previous Comments:
------------------------------------------------------------------------

[2005-08-31 15:24:31] abstractd at gmail dot com

Description:
------------
When reloading the page, the values in the abstract baseclass is
reinitialized. They should (atleast I think so) stay the same!

Code: http://pastebin.com/350950

Is this a bug?

Expected result:
----------------
Before reloading the page:
B: 2
C: 2

After reloading the page:

B: 2
C: 2


Actual result:
--------------
Before reloading the page:
B: 2
C: 2

After reloading the page:

B: 0
C: 0


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34317&edit=1

Reply via email to