Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55855 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34762 invoked from network); 18 Oct 2011 07:49:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2011 07:49:35 -0000 X-Host-Fingerprint: 78.142.172.145 gate-g21.inqnet.at Date: Tue, 18 Oct 2011 03:49:34 -0400 Received: from [78.142.172.145] ([78.142.172.145:27763] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/92-06466-E8F2D9E4 for ; Tue, 18 Oct 2011 03:49:34 -0400 Message-ID: <96.92.06466.E8F2D9E4@pb1.pair.com> To: internals@lists.php.net References: <4E8DC8B9.6070109@sugarcrm.com> <88.23.18205.842CE8E4@pb1.pair.com> <4E9A1FFB.2090903@sugarcrm.com> User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 78.142.172.145 Subject: Re: [PHP-DEV] RM decision on BUG #55801 / FR #36424 From: mike@php.net (Michael Wallner) On Sat, 15 Oct 2011 17:06:19 -0700, Stas Malyshev wrote: > Hi! > > So, what is the status of this? I think we better revert it for 5.4 and > look for solution that does not mess up existing code. Hi there! Yes, I received your mails, sorry for being quiet! I cooked up a patch which uses clean var_hashs or (un)serialize within __wakeup and __sleep. Tests pass, my test case in the bug produces a stack overflow, which is IMO expected. I'm just waiting for feedback of the bug reporter. Thanks, Mike