<?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=Structures_Graph&amp;PHPSESSID=6sh8hov6085gl1gd4s43b0k8h0</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/14307" />
      <rdf:li rdf:resource="http://pear.php.net/bug/3308" />

     </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/14307">
      <title>Structures_Graph: Bug 14307 [Open] addNode() &amp; references</title>
      <link>http://pear.php.net/bugs/14307</link>
      <content:encoded><![CDATA[<pre>Structures_Graph Bug
Reported by janjonas1
2008-07-08T02:31:50+00:00
PHP: 5.2.6 OS: Linux Package Version: 1.0.2

Description:
------------
If you are using addNode($node) passing two or more times the same variable &quot;overwrites&quot; previously added nodes.
This behaviour is not intuitive and erroneous when using addNode in loops constructs (see example) or recursions.


Test script:
---------------
$graph = new Structures_Graph();
	
for ($i=0; $i&lt;=1; $i++) {
	$node = new Structures_Graph_Node();
	$node-&gt;setData($i);
	$graph-&gt;addNode($node);
}
	
$nodesInGraph = $graph-&gt;getNodes();
foreach ($nodesInGraph as $nodeInGraph) {
	echo $nodeInGraph-&gt;getData().'&lt;br/&gt;';
}

Expected result:
----------------
0
1

Actual result:
--------------
1
1</pre>]]></content:encoded>
      <description><![CDATA[<pre>Structures_Graph Bug
Reported by janjonas1
2008-07-08T02:31:50+00:00
PHP: 5.2.6 OS: Linux Package Version: 1.0.2

Description:
------------
If you are using addNode($node) passing two or more times the same variable &quot;overwrites&quot; previously added nodes.
This behaviour is not intuitive and erroneous when using addNode in loops constructs (see example) or recursions.


Test script:
---------------
$graph = new Structures_Graph();
	
for ($i=0; $i&lt;=1; $i++) {
	$node = new Structures_Graph_Node();
	$node-&gt;setData($i);
	$graph-&gt;addNode($node);
}
	
$nodesInGraph = $graph-&gt;getNodes();
foreach ($nodesInGraph as $nodeInGraph) {
	echo $nodeInGraph-&gt;getData().'&lt;br/&gt;';
}

Expected result:
----------------
0
1

Actual result:
--------------
1
1</pre>]]></description>
      <dc:date>2008-07-08T02:31:50+00:00</dc:date>
      <dc:creator>jan &amp;#x64;&amp;#111;&amp;#x74; jonas &amp;#x61;&amp;#116; global-media &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>Structures_Graph Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/3308">
      <title>Structures_Graph: Feature/Change Request 3308 [Assigned] would like labels on the arcs</title>
      <link>http://pear.php.net/bugs/3308</link>
      <content:encoded><![CDATA[<pre>Structures_Graph Feature/Change Request
Reported by hendlerman@...
2005-01-26T23:56:49+00:00
PHP: 4.3.9 OS: any Package Version: 

Description:
------------
Can arcs in the pear graph have metadata? It seems not. A labeled directed graph is a network - and maybe the code isn't meant to handle this complexity?</pre>]]></content:encoded>
      <description><![CDATA[<pre>Structures_Graph Feature/Change Request
Reported by hendlerman@...
2005-01-26T23:56:49+00:00
PHP: 4.3.9 OS: any Package Version: 

Description:
------------
Can arcs in the pear graph have metadata? It seems not. A labeled directed graph is a network - and maybe the code isn't meant to handle this complexity?</pre>]]></description>
      <dc:date>2005-12-09T07:06:45+00:00</dc:date>
      <dc:creator>hendlerman &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Structures_Graph Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
