<?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_Ping</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/18013" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17411" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16377" />
      <rdf:li rdf:resource="http://pear.php.net/bug/14853" />

     </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/18013">
      <title>Net_Ping: Bug 18013 [Open] Time to ping</title>
      <link>http://pear.php.net/bugs/18013</link>
      <content:encoded><![CDATA[<pre>Net_Ping Bug
Reported by toobulkeh
2010-10-29T20:58:41+00:00
PHP: 5.1.6 OS: 2.6.18-194.11.3.el5 Package Version: 2.4.5

Description:
------------
a count of &gt; 1 returns horrible Ping times. For example a count 
of 1 returns a page generated time of 0.023s for 4 IP addresses 
while a count of 2 returns ~ 4 seconds for the same IP addresses 
(A 200x increase in time, not 2x increase).

Timeout doesn't appear to have an effect on it either.

Test script:
---------------
$time = microtime();
$time = explode(&quot; &quot;, $time);
$time = $time[1] + $time[0];
$start = $time;

$ping = Net_Ping::factory();
if (PEAR::isError($ping)) {
    echo $ping-&gt;getMessage();
} else {
    $ping-&gt;setArgs(array('count' =&gt; 2, 'timeout' =&gt; 1));
    $pingResult = $ping-&gt;ping(&quot;localhost&quot;);
}

$time = microtime();
$time = explode(&quot; &quot;, $time);
$time = $time[1] + $time[0];
$finish = $time;
$totaltime = ($finish - $start);
echo &quot;Page generated in &quot;.$totaltime.&quot;s&lt;br&gt;&quot;;

Expected result:
----------------
You should get a time generated of ~ 0.01s for the above script

Actual result:
--------------
You actually get a time generated of ~ 1s for the script.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Ping Bug
Reported by toobulkeh
2010-10-29T20:58:41+00:00
PHP: 5.1.6 OS: 2.6.18-194.11.3.el5 Package Version: 2.4.5

Description:
------------
a count of &gt; 1 returns horrible Ping times. For example a count 
of 1 returns a page generated time of 0.023s for 4 IP addresses 
while a count of 2 returns ~ 4 seconds for the same IP addresses 
(A 200x increase in time, not 2x increase).

Timeout doesn't appear to have an effect on it either.

Test script:
---------------
$time = microtime();
$time = explode(&quot; &quot;, $time);
$time = $time[1] + $time[0];
$start = $time;

$ping = Net_Ping::factory();
if (PEAR::isError($ping)) {
    echo $ping-&gt;getMessage();
} else {
    $ping-&gt;setArgs(array('count' =&gt; 2, 'timeout' =&gt; 1));
    $pingResult = $ping-&gt;ping(&quot;localhost&quot;);
}

$time = microtime();
$time = explode(&quot; &quot;, $time);
$time = $time[1] + $time[0];
$finish = $time;
$totaltime = ($finish - $start);
echo &quot;Page generated in &quot;.$totaltime.&quot;s&lt;br&gt;&quot;;

Expected result:
----------------
You should get a time generated of ~ 0.01s for the above script

Actual result:
--------------
You actually get a time generated of ~ 1s for the script.</pre>]]></description>
      <dc:date>2010-10-29T20:58:41+00:00</dc:date>
      <dc:creator>danielmo &amp;#x61;&amp;#116; cisco &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_Ping Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17411">
      <title>Net_Ping: Feature/Change Request 17411 [Open] Please include this Debian patch in this upstream source</title>
      <link>http://pear.php.net/bugs/17411</link>
      <content:encoded><![CDATA[<pre>Net_Ping Feature/Change Request
Reported by zigo
2010-05-19T00:00:04+00:00
PHP: 5.3.2 OS: Debian Package Version: 2.4.5

Description:
------------
Hi,

Net_Ping still uses escapeshellcmd when it should in fact use escapeshellarg. Please fix. I have included the patch that I am using for Debian, as I maintain this package there.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Ping Feature/Change Request
Reported by zigo
2010-05-19T00:00:04+00:00
PHP: 5.3.2 OS: Debian Package Version: 2.4.5

Description:
------------
Hi,

Net_Ping still uses escapeshellcmd when it should in fact use escapeshellarg. Please fix. I have included the patch that I am using for Debian, as I maintain this package there.</pre>]]></description>
      <dc:date>2012-01-27T19:16:42+00:00</dc:date>
      <dc:creator>thomas &amp;#x61;&amp;#116; goirand &amp;#x64;&amp;#111;&amp;#x74; fr</dc:creator>
      <dc:subject>Net_Ping Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16377">
      <title>Net_Ping: Bug 16377 [Open] Wrong parameter in Ping-Command</title>
      <link>http://pear.php.net/bugs/16377</link>
      <content:encoded><![CDATA[<pre>Net_Ping Bug
Reported by magast
2009-06-25T12:52:39+00:00
PHP: 5.2.4 OS: Linux Package Version: 2.4.4

Description:
------------
If you set the Ping-Argument 'timeout', the system raises a message 'Invalid Argument -- W' because there is no option 'W' for timeout in Linux ( SUSE ).</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Ping Bug
Reported by magast
2009-06-25T12:52:39+00:00
PHP: 5.2.4 OS: Linux Package Version: 2.4.4

Description:
------------
If you set the Ping-Argument 'timeout', the system raises a message 'Invalid Argument -- W' because there is no option 'W' for timeout in Linux ( SUSE ).</pre>]]></description>
      <dc:date>2009-06-25T12:52:39+00:00</dc:date>
      <dc:creator>markus &amp;#x64;&amp;#111;&amp;#x74; gasteiger &amp;#x61;&amp;#116; web2you &amp;#x64;&amp;#111;&amp;#x74; at</dc:creator>
      <dc:subject>Net_Ping Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/14853">
      <title>Net_Ping: Feature/Change Request 14853 [Open] Change license from php to (new) bsd</title>
      <link>http://pear.php.net/bugs/14853</link>
      <content:encoded><![CDATA[<pre>Net_Ping Feature/Change Request
Reported by damko
2008-10-22T23:30:45+00:00
PHP: Irrelevant OS: Any Package Version: 2.4.3

Description:
------------
I would like to release my project SMAK (http://www.squadrainformatica.com/smak/) under the GPL licence but I'm having many troubles with free non compatible classes used to build smak (4 on 16). 
One of these classes is Net/Ping: it's licensed under the PHP license. So I'm asking to you if is there the possibility to move the license from PHP to New BSD one, or to have a double licensing.

Php an bsd license are quite equal, but the php license has a rule: the word &quot;PHP&quot; can't be used in the name of any php based project. This is freedom containment and for this reason php license is considered by GNU not compatible with GPL. That's why I think it's worth the trouble to change the license. 
You can read all the thread I had with a Savannah member https://savannah.gnu.org/task/?8427

Thank you in advance</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Ping Feature/Change Request
Reported by damko
2008-10-22T23:30:45+00:00
PHP: Irrelevant OS: Any Package Version: 2.4.3

Description:
------------
I would like to release my project SMAK (http://www.squadrainformatica.com/smak/) under the GPL licence but I'm having many troubles with free non compatible classes used to build smak (4 on 16). 
One of these classes is Net/Ping: it's licensed under the PHP license. So I'm asking to you if is there the possibility to move the license from PHP to New BSD one, or to have a double licensing.

Php an bsd license are quite equal, but the php license has a rule: the word &quot;PHP&quot; can't be used in the name of any php based project. This is freedom containment and for this reason php license is considered by GNU not compatible with GPL. That's why I think it's worth the trouble to change the license. 
You can read all the thread I had with a Savannah member https://savannah.gnu.org/task/?8427

Thank you in advance</pre>]]></description>
      <dc:date>2009-04-04T05:53:46+00:00</dc:date>
      <dc:creator>dam &amp;#x61;&amp;#116; venturin &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Net_Ping Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
