On Sun, 23 Nov 2003, John Huntjens wrote:
> I dont have a cvs account?
You can use anonoymous cvs:
http://php.net/anoncvs.php
Derick
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I dont have a cvs account?
TIA
JOhn
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi John
On Saturday 22 November 2003 14.49, John Huntjens wrote:
> Hello group,
>
> Did something really stupid today: deleted my snap from nov 12 while
> downloading todays snap.
>
> Todays snap has a really stupid bug in it:
>
> $this->dom = new domDocument();
> $t = get_object_vars($this);
> p
Hello group,
Did something really stupid today: deleted my snap from nov 12 while
downloading todays snap.
Todays snap has a really stupid bug in it:
$this->dom = new domDocument();
$t = get_object_vars($this);
print_r($this);
get_object_vars seems destroying references to other objects.
So: