|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-18 20:36 UTC] yohgaki@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 07:00:01 2025 UTC |
[...] $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...