older snaps / get_object_vars

php.internals

John Huntjens

22 years ago
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: 1) can someone give me a pointer where i can find a older snap, that from nov 12 was fine? 2) fix get_object_vars in the current snap? TIA JOhn

Magnus Maatta

22 years ago
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); > print_r($this); > > get_object_vars seems destroying references to other objects. > > So: > > 1) can someone give me a pointer where i can find a older snap, that from > nov 12 was fine?
To download HEAD from 2003-11-12 23:00 use: cvs -d :pserver:cvsread:phpfi@cvs.php.net:/repository login cvs -d :pserver:cvsread:phpfi@cvs.php.net:/repository co -D "2003-11-12 23:00" php-src And for PHP_4_3: cvs -d :pserver:cvsread:phpfi@cvs.php.net:/repository login cvs -d :pserver:cvsread:phpfi@cvs.php.net:/repository co -r PHP_4_3 -D "2003-11-12 23:00" php-src /Magnus

John Huntjens

22 years ago
I dont have a cvs account? TIA JOhn

Derick Rethans

22 years ago
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