Home » Networking » Net_Geo » Bug #7229
package includes Extras/XML/Unserializer.php but doesn't give reference where t
Details
| Submitted | 2006-03-28 20:51 UTC |
|---|---|
| From | glen at delfi dot ee |
| Assigned | ehlersd |
| Status | Closed |
| Package | Net_Geo |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-03-28 20:51 UTC] glen at delfi dot ee
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.
[2006-03-28 21:03 UTC] ehlersd at php dot net
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
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
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.