Re: [PHP-DEV] Re: [PHP-QA] big summary OO From: André Langhorst (waldschrott <email protected>)
Date: 11/23/00

Stanislav Malyshev wrote:

> AL>> If it serializes circular references, I'll try to serialize one of my
> AL>> objects, guessing it's already checked in?
>
> Well, it should handle any references, though you have to expect leaks
> with circular ones, again. It's checked in, so you can try it.

apparently it does not like my objects :)
it unserialized an subobject of another object as int(0) and I think
I've recognized the problem

it is (I guess) that the serializer saved the *class-name* (that's good)
but not the actual *instance-name* which is needed if objects are
contained in the object to serialize

I think you should modify it to save objects names too

regards,
andré

-- 
· André Langhorst       · t: +49 571 3201801 ·
· waldschrott <email protected>   · m: +49 173 9558736 ·
· PHP Quality Assurance · http://qa.php.net  ·

  • application/x-zip-compressed attachment: test.zip

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>