| Changelog for geoip |
| Release |
What has changed? |
| 1.0.8 |
* Windows support
* Fix segfault with newer geoip libraries and geoip_db_get_all_info() (bug #60066)
* Use X-Macros for repeated code
* Updated tests |
| 1.0.7 |
* Do not issue a NOTICE when values don't exist for timezone and region name (as added in 1.0.4)
* Fix a compile issue on FreeBSD
* Try to be bulletproof on library features detection. |
| 1.0.6 |
* Fixing compile bug when multiple GeoIP libs are installed, bug #15372. |
| 1.0.5 |
* Small bug in phpinfo() when printing version number could crash PHP. |
| 1.0.3 |
* Change license from PHP 3.0 to PHP 3.01 for Debian?
* Added geoip_continent_code_by_name() to get continent instead of country
* Fixing a small casting issue (compiler warning)
* Fixing missing entries in geoip_record_by_name(), bug #14131 |
| 1.0.2 |
* Added geoip_isp_by_name (patch by Yannick Gard) |
| 1.0.1 |
* Added geoip_db_avail() to check for DB availability (file found)
* Added geoip_db_filename() to get the internal file name of the library
* Added geoip_db_get_all_info() to fetch all info about all database types
* Added some tests so that make test can crunch something.
* Added database file path and name in warning when DB is not found.
* Added geoip.custom_directory php.ini option to change default path for DBs |
| 1.0.0 |
* Marked as stable
* Fixing wrong version number inside extension |
| 0.2.0 |
Initial PECL release |