Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
extensions
>
php5-geoip
> package.xml
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File package.xml of Package php5-geoip (Revision 10)
Currently displaying revision
10
,
show latest
<?xml version="1.0" encoding="UTF-8"?> <package packagerversion="1.7.2" 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>2009-03-11</date> <time>13:43:29</time> <version> <release>1.0.7</release> <api>1.0.3</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <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> <contents> <dir name="/"> <file md5sum="b06052cd0a4e66132e1bcc98c5739ecd" name="tests/001.phpt" role="test" /> <file md5sum="5756f1cfb634d23c765435f57b5b9575" name="tests/002.phpt" role="test" /> <file md5sum="9349f89dbad73a1ce171100f186a3f4a" name="tests/003.phpt" role="test" /> <file md5sum="48573355b6270090878243065e03dc12" name="tests/004.phpt" role="test" /> <file md5sum="36160cb94ff89f1cf2bf6b0ca445ed59" name="tests/005.phpt" role="test" /> <file md5sum="916fd2691a419719349ca441e4a13ba7" name="tests/006.phpt" role="test" /> <file md5sum="ac7f1f611cf80ab6bc19dcdc08ed3004" name="tests/007.phpt" role="test" /> <file md5sum="15512214adb247c86d577764f70419af" name="tests/008.phpt" role="test" /> <file md5sum="d7ac6c1ef8bfea62142dbbba2e33d150" name="tests/009.phpt" role="test" /> <file md5sum="7ce6f4ed5737f65dab3f0b7771856712" name="tests/010.phpt" role="test" /> <file md5sum="d636093e2a76993c2a3d76c6f5d45bc4" name="tests/011.phpt" role="test" /> <file md5sum="9b71da0d066ed2eef0fb6971ce69ab89" name="tests/013.phpt" role="test" /> <file md5sum="7a2b0ee9a1b27a66759b5489a22b51a6" name="tests/014.phpt" role="test" /> <file md5sum="678e4965f7b7a797f7563e76958b9afd" name="tests/015.phpt" role="test" /> <file md5sum="726935ffc75d98b0e051f035a192dbd2" name="tests/016.phpt" role="test" /> <file md5sum="17da62b01fcc77666fc9f714ec5d12d1" name="ChangeLog" role="doc" /> <file md5sum="d67a36bba90a60933304e2214164500d" name="config.m4" role="src" /> <file md5sum="5f5b4a0637cb8be6f57b5040ee52cc86" name="geoip.c" role="src" /> <file md5sum="d8f810b598698f00ec59637935baa266" name="php_geoip.h" role="src" /> <file md5sum="00add03af2620b8c9b64106f6178d866" name="README" role="doc" /> </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.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>