Home » Networking » Net_Dig » Bug #2807
Fatal Error when dig is not found
Details
| Submitted | 2004-11-22 09:32 UTC |
|---|---|
| From | cmoehrke at netviser dot de |
| Assigned | cmv |
| Status | Closed |
| Package | Net_Dig |
| PHP Version | 5.0.2 |
| OS | Suse Linux 9.0 |
| Roadmaps | (Not assigned) |
Comments
[2004-11-22 09:32 UTC] cmoehrke at netviser dot de
Description:
------------
If the class can't find dig it results in a fatal error
Reproduce code:
---------------
require_once("Net/Dig.php");
$myDig=new Net_Dig ("www.golem.de");
$erg=$myDig->dig();
Actual result:
--------------
Fatal error: Cannot re-assign $this in /usr/local/php/pear/Net/Dig.php on line 121