<?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=Net_Traceroute</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/16445" />
      <rdf:li rdf:resource="http://pear.php.net/bug/15316" />

     </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/16445">
      <title>Net_Traceroute: Documentation Problem 16445 [Open] setArgs problem</title>
      <link>http://pear.php.net/bugs/16445</link>
      <content:encoded><![CDATA[<pre>Net_Traceroute Documentation Problem
Reported by leon01
2009-07-17T05:40:01+00:00
PHP: 5.2.5 OS: Linux Package Version: 0.21.1

Description:
------------
If used as described in the example provided with the package
I think the example isn't correct for the Linux
you can write it this way $traceroute-&gt;setArgs(array());





Test script:
---------------
example1.php from the package

$traceroute-&gt;setArgs(array('numeric'=&gt;NULL));
$data=$traceroute-&gt;traceroute($host);

Actual result:
--------------
the result command for Linux will be 
traceroute -n '' 2&gt;&amp;1 yahoo.com 

the system response will be
: Name or service not known
Cannot handle &quot;host&quot; cmdline arg `' on position 1 (argc 2)

The problem is single quotes.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Traceroute Documentation Problem
Reported by leon01
2009-07-17T05:40:01+00:00
PHP: 5.2.5 OS: Linux Package Version: 0.21.1

Description:
------------
If used as described in the example provided with the package
I think the example isn't correct for the Linux
you can write it this way $traceroute-&gt;setArgs(array());





Test script:
---------------
example1.php from the package

$traceroute-&gt;setArgs(array('numeric'=&gt;NULL));
$data=$traceroute-&gt;traceroute($host);

Actual result:
--------------
the result command for Linux will be 
traceroute -n '' 2&gt;&amp;1 yahoo.com 

the system response will be
: Name or service not known
Cannot handle &quot;host&quot; cmdline arg `' on position 1 (argc 2)

The problem is single quotes.</pre>]]></description>
      <dc:date>2009-07-18T08:53:53+00:00</dc:date>
      <dc:creator>leonid &amp;#x64;&amp;#111;&amp;#x74; freeman &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_Traceroute Documentation Problem</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/15316">
      <title>Net_Traceroute: Feature/Change Request 15316 [Open] Better handling in setArgs()</title>
      <link>http://pear.php.net/bugs/15316</link>
      <content:encoded><![CDATA[<pre>Net_Traceroute Feature/Change Request
Reported by doconnor
2008-12-16T00:19:32+00:00
PHP: 5.2.6 OS:  Package Version: CVS

Description:
------------
setArgs just blindly accepts whatever you give it at the moment. Improve the code here to check for valid options; and improve documentation</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Traceroute Feature/Change Request
Reported by doconnor
2008-12-16T00:19:32+00:00
PHP: 5.2.6 OS:  Package Version: CVS

Description:
------------
setArgs just blindly accepts whatever you give it at the moment. Improve the code here to check for valid options; and improve documentation</pre>]]></description>
      <dc:date>2008-12-16T00:19:32+00:00</dc:date>
      <dc:creator>daniel &amp;#x64;&amp;#111;&amp;#x74; oconnor &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_Traceroute Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
