I have been looking at PHP's bitwise permission systems and am looking to implement them into a system I am creating, however I'm not sure on what I'm limited to.
Some websites say 32 bits is the limit some say 64 and other go beyond that to 128, so what exactly is the limit if there is one?
Can I just keep going (depending on the amount of permissions needed) as long as I increment in doubles?