Date: 11/23/00
- Next message: chrisv <email protected>: "[PHP-DEV] PHP 4.0 Bug #7950 Updated: socket.c fails to compile"
- Previous message: Simon Roberts: "[PHP-DEV] Annotated Manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: chrisv <email protected>: "[PHP-DEV] PHP 4.0 Bug #7950 Updated: socket.c fails to compile"
- Previous message: Simon Roberts: "[PHP-DEV] Annotated Manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

