Ezra Nugroho wrote:
Uh, positive bits?
A bitfield is a bitfield. Signedness is irrelevant.
-Rasmus
Yes.
I probably should say integers that I can modify with bitwise operators
comfortably without changing the signs. The problem is that people may
want to do comparison after doing bitwise operations. If the sign is
changed, the comparison will not be valid, right?
That's why I want to stay within the positive range.
Take a look at
http://pecl.php.net/package/big_int/1.0.2
Andrey
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php