#24669 [NEW]: Sessions and Cookies Timeout prematurely

2003-07-15 Thread sunofman at sympatico dot ca
From: sunofman at sympatico dot ca Operating system: Unix PHP version: 4.3.2 PHP Bug Type: Session related Bug description: Sessions and Cookies Timeout prematurely Description: It seems that once I have a cookie or session set after about 30-50 page loads

#24669 [Bgs]: Sessions and Cookies Timeout prematurely

2003-07-15 Thread sunofman at sympatico dot ca
ID: 24669 User updated by: sunofman at sympatico dot ca Reported By: sunofman at sympatico dot ca Status: Bogus Bug Type: Session related Operating System: Unix PHP Version: 4.3.2 New Comment: But PHP sets the sessions and cookies. I'm not quite

#22738 [NEW]: Imcrementing by decimals leads to partial failure

2003-03-16 Thread sunofman at sympatico dot ca
From: sunofman at sympatico dot ca Operating system: Windows XP PHP version: 4.3.1 PHP Bug Type: Variables related Bug description: Imcrementing by decimals leads to partial failure $x = 0.0; $y = 0.7; do { if ($x == $y) { PRINT foundbr; } else { PRINT