ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/lib/pear/pkgxml/ |
<?xml version="1.0" encoding="UTF-8"?> <package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>geoip</name> <channel>pecl.php.net</channel> <summary>Map IP address to geographic places</summary> <description>This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website.</description> <lead> <name>Olivier Hill</name> <user>ohill</user> <email>ohill@php.net</email> <active>yes</active> </lead> <date>2016-08-19</date> <time>00:19:01</time> <version> <release>1.1.1</release> <api>1.0.3</api> </version> <stability> <release>beta</release> <api>stable</api> </stability> <license uri="http://www.php.net/license">PHP License</license> <notes> * Add IPv6 support (geoip_country_code_by_*_v6) * PHP7 support (thanks to Adam and Dan Ackroyd) </notes> <contents> <dir name="/"> <file md5sum="b06052cd0a4e66132e1bcc98c5739ecd" name="tests/001.phpt" role="src" /> <file md5sum="5756f1cfb634d23c765435f57b5b9575" name="tests/002.phpt" role="src" /> <file md5sum="9349f89dbad73a1ce171100f186a3f4a" name="tests/003.phpt" role="src" /> <file md5sum="48573355b6270090878243065e03dc12" name="tests/004.phpt" role="src" /> <file md5sum="36160cb94ff89f1cf2bf6b0ca445ed59" name="tests/005.phpt" role="src" /> <file md5sum="916fd2691a419719349ca441e4a13ba7" name="tests/006.phpt" role="src" /> <file md5sum="ac7f1f611cf80ab6bc19dcdc08ed3004" name="tests/007.phpt" role="src" /> <file md5sum="39ce54b6a82f868014f793089f39d5aa" name="tests/008.phpt" role="src" /> <file md5sum="1bcfeedd5c5910f972cfc354f34edfe5" name="tests/009.phpt" role="src" /> <file md5sum="7ce6f4ed5737f65dab3f0b7771856712" name="tests/010.phpt" role="src" /> <file md5sum="3fa19d6f77d2158c3780f03ca3e964b3" name="tests/011.phpt" role="src" /> <file md5sum="afaf68f6ccb2d6533d3d740437bf6ba9" name="tests/013.phpt" role="src" /> <file md5sum="5b1641d7e0e289dae50e629f6dc7b757" name="tests/014.phpt" role="src" /> <file md5sum="678e4965f7b7a797f7563e76958b9afd" name="tests/015.phpt" role="src" /> <file md5sum="726935ffc75d98b0e051f035a192dbd2" name="tests/016.phpt" role="src" /> <file md5sum="e535a3b8655b9519123bc815919a6102" name="tests/017.phpt" role="src" /> <file md5sum="59068af7490008d49089ecd031b79644" name="tests/018.phpt" role="src" /> <file md5sum="98498e541d6ffb57864e7dea9ece2b94" name="tests/019.phpt" role="src" /> <file md5sum="3ad3909304e75a5fbb8a3224ff2611b3" name="ChangeLog" role="doc" /> <file md5sum="93ee0ac1121798728b92bb1be328bd17" name="config.m4" role="src" /> <file md5sum="791d9c516699ff550ab5813930892c2c" name="config.w32" role="src" /> <file md5sum="fd81e887545cddc39e881775da389a5f" name="geoip.def" role="src" /> <file md5sum="184b6fd5393ee268b2106f7fc0f6d43f" name="geoip.c" role="src" /> <file md5sum="7f9a2f714a5b0182501bdce07e13435b" name="php_geoip.h" role="src" /> <file md5sum="00add03af2620b8c9b64106f6178d866" name="README" role="doc" /> <file md5sum="52dd90569008fee5bcdbb22d945b1108" name="LICENSE" role="src" /> </dir> </contents> <dependencies> <required> <php> <min>4.3.0</min> </php> <pearinstaller> <min>1.4.0b1</min> </pearinstaller> </required> </dependencies> <providesextension>geoip</providesextension> <extsrcrelease /> <changelog> <release> <version> <release>1.1.0</release> <api>1.0.3</api> </version> <stability> <release>beta</release> <api>stable</api> </stability> <date>2014-05-01</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * Add geoip_setup_custom_directory() to setup custom directories per request. * Remove E_NOTICES for IPs not found in database. * Fix a segfault with geoip_db_get_all_info() on newer libs (bug #64692). * Add support for geoip_netspeedcell_by_name(), geoip_asnum_by_name() and geoip_domain_by_name() (bug #67121). * Fix memory leak with custom directories (bug #67138). * Support changing custom directory via ini_set() (bug #61607). </notes> </release> <release> <version> <release>1.0.8</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2011-10-23</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * Windows support * Fix segfault with newer geoip libraries and geoip_db_get_all_info() (bug #60066) * Use X-Macros for repeated code * Updated tests </notes> </release> <release> <version> <release>1.0.7</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2009-03-11</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * 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. </notes> </release> <release> <version> <release>1.0.6</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2009-01-20</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * Fixing compile bug when multiple GeoIP libs are installed, bug #15372. </notes> </release> <release> <version> <release>1.0.5</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2008-12-19</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * Small bug in phpinfo() when printing version number could crash PHP. </notes> </release> <release> <version> <release>1.0.4</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2008-12-19</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * Fix memleaks, bug #14851 * Small patch for MacPorts by jhohle * Add geoip_time_zone_by_country_and_region() and geoip_region_name_by_code() (thanks to Sid Dunayer) * Add continent_code field for City Database, only if using GeoIP lib 1.4.3 or newer </notes> </release> <release> <version> <release>1.0.3</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2008-06-12</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * 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 </notes> </release> <release> <version> <release>1.0.2</release> <api>1.0.2</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2007-11-20</date> <license uri="http://www.php.net/license">PHP</license> <notes> * Added geoip_isp_by_name (patch by Yannick Gard) </notes> </release> <release> <version> <release>1.0.1</release> <api>1.0.1</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2007-08-22</date> <license uri="http://www.php.net/license">PHP</license> <notes> * 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 </notes> </release> <release> <version> <release>1.0.0</release> <api>1.0.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2007-08-14</date> <license uri="http://www.php.net/license">PHP</license> <notes> * Marked as stable * Fixing wrong version number inside extension </notes> </release> <release> <version> <release>0.2.0</release> <api>0.2.0</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <date>2006-08-22</date> <license uri="http://www.php.net/license">PHP</license> <notes> Initial PECL release </notes> </release> </changelog> </package>