I need 64 bit integer hashes of strings for something like a hash map. It seems to me like there is no native PHP hash functionality that can return 64 bit integers? I think it is possible to take the first part of a sha1 hash and convert it to an integer. However that will not bring the best performance
Tag: 64-bit
geoip + pecl + 64 bits box
Has anyone tried to install geoip over pecl on a 64bits box? I can install geoip just fine using these commands on my 32bits fedora box. I can’t on the 64bits version. Any ideas why? yum install make gcc cpp gcc-c++ glibc glibc-headers php-pear php- devel geoip geoip-devel pecl install geoip => on the 64bits version it breaks here with