PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_Ping » Bug #2006

Invalid ping arguments for RH9

Details

Submitted2004-07-28 20:42 UTC
Frommscifo at php dot net
Assignedcconstantine
StatusClosed
PackageNet_Ping
PHP Version4.3.8
OSRH9
Roadmaps2.4.2

Comments

[2004-07-28 20:42 UTC] mscifo at php dot net

Description:
------------
Net_Ping uses the following arguments for the linux ping command...

$this->_argRelation["linux"] = array (
"timeout" => "-t",
"iface" => NULL,
"ttl" => "-m",
"count" => "-c",
"quiet" => "-q",
"size" => "-s",
"deadline" => "-w"
);

The ping binary on RH9 comes from the iputils-020927 package and accepts different arguments than those listed for linux.