Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12171 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51267 invoked by uid 1010); 15 Aug 2004 00:35:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51219 invoked from network); 15 Aug 2004 00:35:40 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 15 Aug 2004 00:35:40 -0000 Received: from pd95199cc.dip.t-dialin.net ([217.81.153.204] helo=[192.168.0.32]) by iko.gotobg.net with asmtp (Exim 4.34) id 1Bw8zx-0007gm-2z for internals@lists.php.net; Sun, 15 Aug 2004 03:35:45 +0300 Message-ID: <411ECB89.4020207@hristov.com> Date: Sun, 15 Aug 2004 02:33:45 +0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040627 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: [PATCH]Bug 26737 : private/protected vars not serialized From: php@hristov.com (Andrey Hristov) Hi, I have written a patch which I think fixes bug 26737 : private/protected member variables are not serialized (the names are returned from __sleep()) The URL of the patch is : http://hristov.com/andrey/projects/php_stuff/patches/bug26737.patch.txt Comments are welcomed? Thanks, andrey P.S. There is a test for the bug : tests/classes/bug26737.phpt but the test is wrong IMO (the serialized value used for comparing).