<?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=Image_GIS&amp;PHPSESSID=jfurjajqpt756h6fllnlhpl8t0</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/9545" />
      <rdf:li rdf:resource="http://pear.php.net/bug/3094" />

     </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/9545">
      <title>Image_GIS: Bug 9545 [Open] Fatal error: Call to a member function on a non-object in [...]GIS.php</title>
      <link>http://pear.php.net/bugs/9545</link>
      <content:encoded><![CDATA[<pre>Image_GIS Bug
Reported by innocentus@...
2006-12-05T05:13:49+00:00
PHP: 4.3.10 OS: Linux Package Version: 1.1.1

Description:
------------
Fatal error: Call to a member function on a non-object in [...]GIS.php on line 190
-----
GIS.php belongs to the downloaded package Image_GIS.

After downloading all Dependency-Packages and after uploading and correcting the require()-Paths and after using the test-script which was shipped with that class the error occured.

I have no pear installed but the class doesnt seem to need any inclusion of pear.

I installed the image_gis and the depending packages manually.
All require-paths seems to be correct.

Test script:
---------------
//Shipped test-script:
  // Create new map.
  
  $map = new Image_GIS(
    array(
      'width'  =&gt;  960,
      'height' =&gt; 1280,
      'range'  =&gt; array(
        'x1' =&gt; 9.7,
        'x2' =&gt; 10.5,
        'y1' =&gt; 54.2,
        'y2' =&gt; 54.7
      )
    )
  );
 
  // Political
  $map-&gt;addDataFile('germany_ponet.e00',  'black');
 
  // Roads
  $map-&gt;addDataFile('germany_rdline.e00', 'gray');
 
  // Populated Places
  $map-&gt;addDataFile('germany_pppoly.e00', 'green');
 
  // Drainage
  $map-&gt;addDataFile('germany_dnnet.e00',  'blue');
 
  $map-&gt;saveImage('kiel.png');


Expected result:
----------------
The testscript should draw a map.

Actual result:
--------------
The problem persists.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Image_GIS Bug
Reported by innocentus@...
2006-12-05T05:13:49+00:00
PHP: 4.3.10 OS: Linux Package Version: 1.1.1

Description:
------------
Fatal error: Call to a member function on a non-object in [...]GIS.php on line 190
-----
GIS.php belongs to the downloaded package Image_GIS.

After downloading all Dependency-Packages and after uploading and correcting the require()-Paths and after using the test-script which was shipped with that class the error occured.

I have no pear installed but the class doesnt seem to need any inclusion of pear.

I installed the image_gis and the depending packages manually.
All require-paths seems to be correct.

Test script:
---------------
//Shipped test-script:
  // Create new map.
  
  $map = new Image_GIS(
    array(
      'width'  =&gt;  960,
      'height' =&gt; 1280,
      'range'  =&gt; array(
        'x1' =&gt; 9.7,
        'x2' =&gt; 10.5,
        'y1' =&gt; 54.2,
        'y2' =&gt; 54.7
      )
    )
  );
 
  // Political
  $map-&gt;addDataFile('germany_ponet.e00',  'black');
 
  // Roads
  $map-&gt;addDataFile('germany_rdline.e00', 'gray');
 
  // Populated Places
  $map-&gt;addDataFile('germany_pppoly.e00', 'green');
 
  // Drainage
  $map-&gt;addDataFile('germany_dnnet.e00',  'blue');
 
  $map-&gt;saveImage('kiel.png');


Expected result:
----------------
The testscript should draw a map.

Actual result:
--------------
The problem persists.</pre>]]></description>
      <dc:date>2006-12-05T05:13:49+00:00</dc:date>
      <dc:creator>innocentus &amp;#x61;&amp;#116; hotmail &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>Image_GIS Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/3094">
      <title>Image_GIS: Feature/Change Request 3094 [Open] $this-&gt;table attribute acces</title>
      <link>http://pear.php.net/bugs/3094</link>
      <content:encoded><![CDATA[<pre>Image_GIS Feature/Change Request
Reported by mquinton@...
2005-01-04T11:14:53+00:00
PHP: Irrelevant OS: irrelevant Package Version: 

Description:
------------
I've been using Image_GIS to display map for Wireless communities. GIS files contains very large amount of data. So when you store all points of all segments of all file in memory, you can reach memory limits (by php configuration).

I have writen a new class for GIS usages, based on Image_GIS and a Perl package. This new class has a very far complet parser and can render segments on the fly to avoid hudge memory usage.

You can see a live view a this framework at : http://toulouse.sans.fil.free.fr/

All my software is open source, so we can share it. My php classes are not directly usable with Pear framework.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Image_GIS Feature/Change Request
Reported by mquinton@...
2005-01-04T11:14:53+00:00
PHP: Irrelevant OS: irrelevant Package Version: 

Description:
------------
I've been using Image_GIS to display map for Wireless communities. GIS files contains very large amount of data. So when you store all points of all segments of all file in memory, you can reach memory limits (by php configuration).

I have writen a new class for GIS usages, based on Image_GIS and a Perl package. This new class has a very far complet parser and can render segments on the fly to avoid hudge memory usage.

You can see a live view a this framework at : http://toulouse.sans.fil.free.fr/

All my software is open source, so we can share it. My php classes are not directly usable with Pear framework.</pre>]]></description>
      <dc:date>2005-02-25T05:20:49+00:00</dc:date>
      <dc:creator>mquinton &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Image_GIS Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
