PEAR is archived and read-only

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

Home » Networking » Net_Traceroute » Bug #1129

Undefined $parts variable in _parseResultwindows function

Details

Submitted2004-04-04 16:17 UTC
Fromemmanuel at drouet-web dot com
Assignedneufeind
StatusClosed
PackageNet_Traceroute
PHP Version4.3.4
OSWindows 2000
Roadmaps(Not assigned)

Comments

[2004-04-04 16:17 UTC] emmanuel at drouet-web dot com

Description:
------------
When executing a simple Traceroute, Notice report at line 539 :
PHP Notice: Undefined variable: parts in C:\php\pear\Net\Traceroute.php on line 539

perhaps missing :
$parts = explode(' ', substr($this->_raw_data[$dataRow], 4));
After :
line 516

Reproduce code:
---------------
The sample.php from the package, docs directory
I've only change target example.com to an existing target