[Geoip-php-discuss] pure php 8/4/04 release
Brought to you by:
tjmather
From: Steven R. <sro...@ne...> - 2004-09-09 20:57:44
|
There are a few problems with the pure PHP code: 1. GEOIP_ISP_EDITION is not defined. 2. There are several cases where bit operators were used instead of logical operators (i.e. using | instead of ||, & instead of && -- though I think the errors are limited to the ORs). I don't' think it changes how the code works, however. -steve- |