From: [EMAIL PROTECTED] Operating system: Red hat 7.2 PHP version: 4.3.0-pre2 PHP Bug Type: Strings related Bug description: Change of isset behaviour
On 4.2.2 I've if(isset($namevar)){ //some statements // It comes here if $namevar is set, even if $namevar=""; } On 4.3.0-pre2 I've if(isset($namevar)){ //some statements // It doesn't come if $namevar=""; } You can't change that to much legacy.... -- Edit bug report at http://bugs.php.net/?id=20353&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20353&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20353&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20353&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20353&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20353&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20353&r=support Expected behavior: http://bugs.php.net/fix.php?id=20353&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20353&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20353&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20353&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20353&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20353&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20353&r=isapi