Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
why? I guess is overflow,but i can't fix it.
<?php /*redis*/ $redis = new Redis(); $redis->connect('127.0.0.1'); $res = $redis->eval('return 32140378*16777216'); var_dump($res); exit; //result:1509949440 //right:539226064027648
我自己修好了,更多细节:https ://github.com/phpredis/phpredis/pull/721