Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87690 invoked by uid 1010); 20 Mar 2005 20:11:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87675 invoked by uid 1007); 20 Mar 2005 20:11:24 -0000 Message-ID: <20050320201124.87674.qmail@lists.php.net> To: internals@lists.php.net Reply-To: "l0t3k" References: <20050320012716.26297.qmail@lists.php.net> <1245669636.20050320203441@marcus-boerger.de> Date: Mon, 21 Mar 2005 03:14:03 -0800 Lines: 22 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 68.211.3.127 Subject: Re: [PHP-DEV] Serialization question From: cshmoove@bellsouth.net ("l0t3k") Marcus, i just read through var.c (specifically php_var_serialize_intern) and it seems as if the properties hash is handled correctly if the user specifies __sleep and __wakeup. IOW, the custom callback is called, then _sleep is called to determine how to further handle properties. l0t3k "Marcus Boerger" wrote in message news:1245669636.20050320203441@marcus-boerger.de... > You have to do all your own (.) answers all further question > > (snip) > > marcus