mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
9f51263136
Do not ask me why I was using 0x (the prefix for hexadecimal notation) when what we really need here is 0b (the prefix for binary notation). Really, everything was working by sheer coincidence. Since 0b has been added in PHP 5.4, we rely on plain decimal numbers to define our constants for now.