Home » Networking » Net_DNS » Bug #804
can't reassign $this in RR.php
Details
| Submitted | 2004-02-19 23:28 UTC |
|---|---|
| From | johnny at xaraya dot com |
| Assigned | ekilfoil |
| Status | Closed |
| Package | Net_DNS |
| PHP Version | 5.0.0b4 (beta4) |
| OS | Gentoo/GNU Linux 1.4 |
| Roadmaps | (Not assigned) |
Comments
[2004-02-19 23:28 UTC] johnny at xaraya dot com
Description:
------------
falling Net # grep -r '$this =' *
DNS/RR.php: $this = $this->new_from_string($rrdata);
DNS/RR.php: $this = $this->new_from_data($name, $rrtype, $rrclass, $ttl, $rdlength, $data, $offset);
DNS/RR.php: $this = $this->new_from_array($rrdata);
i guess this is just a php5 problem.. not sure how to fix yet, just reporting it