ID: 15678
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Critical
+Status: Open
Bug Type: Variables related
Operating System: i686-pc-linux-gnu
PHP Version: 4.0CVS-2002-02-2
New Comment:
Not critical. PHP can not work around *all* user errors.
Derick
Previous Comments:
------------------------------------------------------------------------
[2002-02-28 04:29:13] [EMAIL PROTECTED]
OOPS.
isset() must not return FALSE when value is not set.
should be
isset() must not return TRUE when value is not set.
------------------------------------------------------------------------
[2002-02-28 03:47:28] [EMAIL PROTECTED]
This is critical bug in any cases.
isset() must not return FALSE when value is not set. This is enough to
be a critical bug.
This bug is not only hard to find, but also can make security hole in
script. Don't you have script relys on isset() to grant access? (Well,
I don't have actually since I like everything to be explicit, but some
users will have)
------------------------------------------------------------------------
[2002-02-27 07:24:00] [EMAIL PROTECTED]
not critical
------------------------------------------------------------------------
[2002-02-23 22:59:43] [EMAIL PROTECTED]
It should be fixed before 4.2.0 at least.
Hopefully before 4.1.2 :)
------------------------------------------------------------------------
[2002-02-22 11:41:57] [EMAIL PROTECTED]
Btw, this has nothing to do with current CVS. This applies to at least
4.1.0 I tested (so there's nothing broken since current stable and CVS;
if it's broken, it is for a long time)
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15678
--
Edit this bug report at http://bugs.php.net/?id=15678&edit=1