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
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.