Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.5

Bug #7229 package includes Extras/XML/Unserializer.php but doesn't give reference where t
Submitted: 2006-03-28 20:51 UTC
From: glen at delfi dot ee Assigned: ehlersd
Status: Closed Package: Net_Geo (version 1.0.2)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-28 20:51 UTC] glen at delfi dot ee (Elan Ruusamäe)
Description: ------------ package includes Extras/XML/Unserializer.php but doesn't give reference where to get the file, i searched pear.php.net and didn't find matching package. } elseif ($this->service == "hostip") { require_once 'Extras/XML/Unserializer.php'; $hUnserializer = new XML_Unserializer($options); in fact, reading sourcecode, it says to use the HostIP service, simply add the setService() but nothing more.

Comments

 [2006-03-28 21:03 UTC] ehlersd at php dot net (Darren Ehlers)
You are correct. There is a dependency of the "XML_Serializer" package. The v1.0.3 release will correct and update the dependency list.
 [2006-03-28 21:35 UTC] ehlersd at php dot net (Darren Ehlers)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Net_Geo
 [2006-03-29 11:04 UTC] glen at delfi dot ee
the included file path is still wrong: Extras/XML/Unserializer.php should be: XML/Unserializer.php
 [2006-03-29 15:23 UTC] ehlersd at php dot net (Darren Ehlers)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Net_Geo My apologies. You are correct, the path was wrong for distribution.