| Auteur | Message |
|---|---|
|
le: 02. 06. 2004 [12:53]
|
|
|
braulio
Braulio Solano Rojas
Inscrit depuis: 16.05.2008
Interventions: 2
|
Hi! > well I discover the error. > > in Rec.php line 346: > replace > $r = new Isis_Rec(); > with > $r =& new Isis_Rec(); > > because '=' is asignation by copy (in the first case there where 2 Isis_Rec > objects intatiated) This is actually right, and it is one of the things the Zend company has fixed in PHP5. B. ------------------------------------------ Posted to Phorum via PhorumMail |
|
le: 02. 06. 2004 [13:53]
|
|
|
ncesar@lunix.com.ar
Nicolas D. Cesar
Auteur du fil
Inscrit depuis: 31.12.1969
Interventions: 0
|
remember i just send the work-arround? well I discover the error. in Rec.php line 346: replace=20 $r =3D new Isis_Rec(); with $r =3D& new Isis_Rec(); because '=3D' is asignation by copy (in the first case there where 2 Isis_= Rec=20 objects intatiated) is this the correct list to post this patch? Greetings, =2D-=20 Nicol=E1s D. C=E9sar <ncesar@lunix.com.ar> Lunix [ Soluciones en GNU/Linux ] http://www.lunix.com.ar =20 Every name server needs to talk to a root name server ocassionally It's a bit like a therapy: the name server needs to contact the root, to regain its perspective on the world. -- Paul Albitz & Cricket Liu DNS and BIND, the O'Reilly book ------------------------------------------ Posted to Phorum via PhorumMail |