#21953 [Fbk->Csd]: $_session looses type

2003-01-31 Thread wvdmark
ID: 21953 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Session related Operating System: linux PHP Version: 4.3.0 New Comment: Sorry this is bogus. I don't know what happen

#21953 [NEW]: $_session looses type

2003-01-29 Thread wvdmark
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.3.0 PHP Bug Type: Session related Bug description: $_session looses type The following snippet: $bunch=10; $_SESSION['mail'] = (int)$_SESSION['mail'] + $bunch; only works with the (int) in front of $_session.