PEAR is archived and read-only

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

Home » Networking » Net_DNS » Bug #804

can't reassign $this in RR.php

Details

Submitted2004-02-19 23:28 UTC
Fromjohnny at xaraya dot com
Assignedekilfoil
StatusClosed
PackageNet_DNS
PHP Version5.0.0b4 (beta4)
OSGentoo/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