Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9791 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79165 invoked by uid 1010); 10 May 2004 12:52:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79141 invoked by uid 1007); 10 May 2004 12:52:11 -0000 Message-ID: <20040510125211.79140.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "l0t3k" Date: Mon, 10 May 2004 08:51:50 -0400 Lines: 8 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 68.215.208.160 Subject: Serialization And Internal Objects From: cshmoove@bellsouth.net ("l0t3k") looking through the serialization code, it appears that the read_property handler is not called for variable names returned from __sleep. IOW serialization is currenty only useful for userland objects. is this on the TODO list for PHP5 ? l0t3k