» Version | » Information |
---|---|
1.0.1 |
Easy InstallNot sure? Get more info. pear install Services_GeoNames-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_GeoNames-1.0.1 Release date: 2010-10-01 11:19 UTC Release state: stable Release uploaded by: izi Changelog: * Check if input is already utf8 encoded before encoding it (fixes bug #17876), * Corrected packaging issue (fixes bug #17914). Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install Services_GeoNames-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_GeoNames-1.0.0 Release date: 2010-04-10 11:48 UTC Release state: stable Release uploaded by: izi Changelog: * fixed bug #17101: Unit tests fail (64 bit systems), * fixed package.xml to allow installation via pyrus. Dependencies:
|
0.2.3 |
Easy InstallNot sure? Get more info. pear install Services_GeoNames-0.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_GeoNames-0.2.3 Release date: 2009-01-23 09:25 UTC Release state: beta Release uploaded by: izi Changelog: * clone the HTTP_Request2 instance instead of the reusing the same instance, * ability to set an array of failover servers, * better doc strings and various cosmetic changes. Important note ============== From http://www.geonames.org/export/ : "We have temporarily removed the domain ws.geonames.org from the dns setting to protect the server from exessive use by an iphone application. You can access the server with the domain ws5.geonames.org" So until ws.geonames.org is not restored, you'll have to do either: <?php require_once 'Services/GeoNames.php'; $geo = new Services_GeoNames(); $geo->url = 'http://ws5.geonames.org'; ?> or: <?php require_once 'Services/GeoNames.php'; $geo = new Services_GeoNames(); $geo->failoverServers[] = 'http://ws5.geonames.org'; ?> Dependencies:
|
0.2.2 |
Easy InstallNot sure? Get more info. pear install Services_GeoNames-0.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_GeoNames-0.2.2 Release date: 2008-12-19 09:12 UTC Release state: beta Release uploaded by: izi Changelog: * added getter/setter for request (now protected), * better exceptions management, * better tests layout/coverage. Dependencies:
|