Date: 10/27/99
- Next message: Kristian Köhntopp: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- Previous message: Teodor Cimpoesu: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- In reply to: Teodor Cimpoesu: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- Next in thread: Boris Erdmann: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- Reply: Boris Erdmann: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Teodor Cimpoesu wrote:
> oh, I see! That was one thing I ignored cause I didn't undestood
> why exatcly would one need persistent slots. On the other hand,
> if I want all the properties of an object to be persistent that
> would generate a long code of $this->property=val assignments
> instead of a simple string.
Which, if constant, need not to be persistent in itself. But you
are right, the default is backwards and should be "serialize
everything". Boris Erdmann once wrote a version of serialize
which did this correctly.
Kristian
-- Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00 Using PHP3? See our web development library at http://phplib.netuse.de/ (We have moved! Update your bookmarks!) - PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in the body, not the subject, of your message.
- Next message: Kristian Köhntopp: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- Previous message: Teodor Cimpoesu: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- In reply to: Teodor Cimpoesu: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- Next in thread: Boris Erdmann: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- Reply: Boris Erdmann: "[PHPLIB-DEV] Re: [PHPLIB] phplib - changes proposal"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

