Hex number is too big in ryzom_api.
Added by Aeness almost 6 years ago
Hello,
I am not sure this is a bug, but on my computer (EasyPhp/PHP5.2 with :error_reporting = E_ALL | E_STRICT) I have this notice
Notice: Hex number is too big: 0x100000000 in D:\DevWorld\Ryzom\inc\ryzom_api\functions_aes.php on line 274
Of course, when I change my php.init and I write
error_reporting = E_ALL & ~E_NOTICE | E_STRICT
the notice disappear.
This is just a notice, but I wanted to notify you anyway.
Replies (3)
RE: Hex number is too big in ryzom_api. - Added by vl almost 6 years ago
Thank for the report, we'll investigate on this warning.
RE: Hex number is too big in ryzom_api. - Added by LupusMichaelis almost 6 years ago
Aeness, are you on 32 bit or 64 bit machine ?
RE: Hex number is too big in ryzom_api. - Added by Aeness almost 6 years ago
My computer is running a 32-bit version of Windows and my processor is a X86 ...
I think the answer is 32 bit machine.
(1-3/3)