Home » Networking » Net_Geo » Bug #7228
1.0.2 version introduces php 5 keywords but doesn't require the version
Details
| Submitted | 2006-03-28 20:43 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:43 UTC] glen at delfi dot ee
Description:
------------
1.0.2 version introduces php 5 keywords but doesn't
require the version. the changes look like originate from
bug #7135.
throw new PEAR_Exception(__CLASS__.':'.__METHOD__."
Unserializer Error [".$status->getMessage()."]", $status->
[2006-03-28 21:01 UTC] ehlersd at php dot net
You are correct. Replacing the throw statement with this line should fix the php5 dependency:
return array("STATUS" => $status->getMessage());
I will get an updated release in the next day or two.
[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