From:             [EMAIL PROTECTED]
Operating system: Unix
PHP version:      4.2.3
PHP Bug Type:     *General Issues
Bug description:  xor unsupported ?

[...]
$x = $a ^ $b;
if (($a ^ $x) != $b)
  die("that should not happen...");
[...]

I know you told people in year 2000 and 2001 to use GMP,
but I don't understand why a lib should be installed just to support the
xor operation...
-- 
Edit bug report at http://bugs.php.net/?id=19985&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19985&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19985&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19985&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19985&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19985&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19985&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19985&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19985&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19985&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19985&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19985&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19985&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19985&r=isapi

Reply via email to