<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Services_Weather</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/16803" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16802" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16801" />
      <rdf:li rdf:resource="http://pear.php.net/bug/6327" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/16803">
      <title>Services_Weather: Feature/Change Request 16803 [Open] Caching without cache</title>
      <link>http://pear.php.net/bugs/16803</link>
      <content:encoded><![CDATA[<pre>Services_Weather Feature/Change Request
Reported by yunosh
2009-11-18T23:18:26+00:00
PHP: Irrelevant OS:  Package Version: 1.4.5

Description:
------------
At least the weather.com driver is calling _parseWeatherData() in every method. Common use cases call several methods of a Services_Weather instance, not only one. If you don't use a cache, this leads to subsequent requests to the weather.com API for each method call. With my patch for the location bug, there even two requests for a single getWeather() or getForecast() call.
If no cache is being provided, the weather data should at least be cached in a static variable in the Services_Weather instance, so that at least for a single instance, the API is only requested once, if necessary. This would even be an improvement if using a cache, because the cache doesn't have to be queried.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Weather Feature/Change Request
Reported by yunosh
2009-11-18T23:18:26+00:00
PHP: Irrelevant OS:  Package Version: 1.4.5

Description:
------------
At least the weather.com driver is calling _parseWeatherData() in every method. Common use cases call several methods of a Services_Weather instance, not only one. If you don't use a cache, this leads to subsequent requests to the weather.com API for each method call. With my patch for the location bug, there even two requests for a single getWeather() or getForecast() call.
If no cache is being provided, the weather data should at least be cached in a static variable in the Services_Weather instance, so that at least for a single instance, the API is only requested once, if necessary. This would even be an improvement if using a cache, because the cache doesn't have to be queried.</pre>]]></description>
      <dc:date>2009-11-18T23:18:26+00:00</dc:date>
      <dc:creator>jan &amp;#x61;&amp;#116; horde &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>Services_Weather Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16802">
      <title>Services_Weather: Bug 16802 [Open] Location used without being processed</title>
      <link>http://pear.php.net/bugs/16802</link>
      <content:encoded><![CDATA[<pre>Services_Weather Bug
Reported by yunosh
2009-11-18T23:12:06+00:00
PHP: Irrelevant OS:  Package Version: 1.4.5

Description:
------------
getWeather() and getForecast() of the weather.com driver use the $_location property which is only being set by the getLocation() method. So unless you call that information first, you get PHP notices and broken behavior.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Weather Bug
Reported by yunosh
2009-11-18T23:12:06+00:00
PHP: Irrelevant OS:  Package Version: 1.4.5

Description:
------------
getWeather() and getForecast() of the weather.com driver use the $_location property which is only being set by the getLocation() method. So unless you call that information first, you get PHP notices and broken behavior.</pre>]]></description>
      <dc:date>2009-11-18T23:12:06+00:00</dc:date>
      <dc:creator>jan &amp;#x61;&amp;#116; horde &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>Services_Weather Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16801">
      <title>Services_Weather: Bug 16801 [Open] Wrong temperature calculation on current day</title>
      <link>http://pear.php.net/bugs/16801</link>
      <content:encoded><![CDATA[<pre>Services_Weather Bug
Reported by yunosh
2009-11-18T23:09:22+00:00
PHP: Irrelevant OS:  Package Version: 1.4.5

Description:
------------
Using the weather.com driver, the temperature calculation goes wrong when calculating temperatures from Fahrenheit to Celsius for the current day, i.e. if weather.com doesn't provide the day information anymore, because it's already afternoon. In this case, the weather.com API returns &quot;N/A&quot; for most information.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Weather Bug
Reported by yunosh
2009-11-18T23:09:22+00:00
PHP: Irrelevant OS:  Package Version: 1.4.5

Description:
------------
Using the weather.com driver, the temperature calculation goes wrong when calculating temperatures from Fahrenheit to Celsius for the current day, i.e. if weather.com doesn't provide the day information anymore, because it's already afternoon. In this case, the weather.com API returns &quot;N/A&quot; for most information.</pre>]]></description>
      <dc:date>2009-11-18T23:09:22+00:00</dc:date>
      <dc:creator>jan &amp;#x61;&amp;#116; horde &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>Services_Weather Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/6327">
      <title>Services_Weather: Feature/Change Request 6327 [Open] add MDB2</title>
      <link>http://pear.php.net/bugs/6327</link>
      <content:encoded><![CDATA[<pre>Services_Weather Feature/Change Request
Reported by lsmith
2005-12-22T08:43:02+00:00
PHP: Irrelevant OS: irrelevant Package Version: 

Description:
------------
Here is a patch that I quickly hacked up to add MDB2 support

http://pooteeweet.org/pear/Services_Weather/buildMetar.phps
http://pooteeweet.org/pear/Services_Weather/buildMetarDB.phps
http://pooteeweet.org/pear/Services_Weather/buildMetarMDB2.phps

RCS file: /repository/pear/Services_Weather/package.xml,v
retrieving revision 1.41
diff -r1.41 package.xml
64a65
&gt;             &lt;dep optional=&quot;yes&quot; type=&quot;pkg&quot; rel=&quot;ge&quot; version=&quot;2.0.0RC1&quot;&gt;MDB2&lt;/dep&gt;
Index: package2.xml
===================================================================
RCS file: /repository/pear/Services_Weather/package2.xml,v
retrieving revision 1.1
diff -r1.1 package2.xml
160a161,165
&gt;                 &lt;name&gt;MDB2&lt;/name&gt;
&gt;                 &lt;channel&gt;pear.php.net&lt;/channel&gt;
&gt;                 &lt;min&gt;2.0.0RC1&lt;/min&gt;
&gt;             &lt;/package&gt;
&gt;             &lt;package&gt;</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Weather Feature/Change Request
Reported by lsmith
2005-12-22T08:43:02+00:00
PHP: Irrelevant OS: irrelevant Package Version: 

Description:
------------
Here is a patch that I quickly hacked up to add MDB2 support

http://pooteeweet.org/pear/Services_Weather/buildMetar.phps
http://pooteeweet.org/pear/Services_Weather/buildMetarDB.phps
http://pooteeweet.org/pear/Services_Weather/buildMetarMDB2.phps

RCS file: /repository/pear/Services_Weather/package.xml,v
retrieving revision 1.41
diff -r1.41 package.xml
64a65
&gt;             &lt;dep optional=&quot;yes&quot; type=&quot;pkg&quot; rel=&quot;ge&quot; version=&quot;2.0.0RC1&quot;&gt;MDB2&lt;/dep&gt;
Index: package2.xml
===================================================================
RCS file: /repository/pear/Services_Weather/package2.xml,v
retrieving revision 1.1
diff -r1.1 package2.xml
160a161,165
&gt;                 &lt;name&gt;MDB2&lt;/name&gt;
&gt;                 &lt;channel&gt;pear.php.net&lt;/channel&gt;
&gt;                 &lt;min&gt;2.0.0RC1&lt;/min&gt;
&gt;             &lt;/package&gt;
&gt;             &lt;package&gt;</pre>]]></description>
      <dc:date>2005-12-22T08:51:43+00:00</dc:date>
      <dc:creator>lsmith &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Services_Weather Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
