Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84599 invoked from network); 10 Jun 2013 12:08:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2013 12:08:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=ekneuss@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ekneuss@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) X-PHP-List-Original-Sender: ekneuss@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qc0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:51151] helo=mail-qc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/BB-30264-AA1C5B15 for ; Mon, 10 Jun 2013 08:08:11 -0400 Received: by mail-qc0-f178.google.com with SMTP id c11so1612585qcv.9 for ; Mon, 10 Jun 2013 05:08:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=sB2BRiwXdu2dN0JvxDlClydaWNgl9zMmbEAYJt6it14=; b=UOJcAOHan0sNEDqIvYPR5eODp0cpniTu1qfdPXktHhAE/2jl55mQYbX9Enn3RbuzYd OaXqd0WwIqXReRtzTRD8/eBSRDqEzfy+6BhsuM0SbLOf/xNwEJjlE4SNdcWewDJ342RL nFPCMTjPdWFr1ETs7yBycVhg2FId3wsW8IY9csCmH64Yv/eZADhuADmhPNVR1AdR49V5 B/c4yfFgMWsJlK4vlPOGuWZg0lQ7Lj7bFCz+us+S9kH0n057FzO6MqIj4/oKTHCk7xqe INK1QvKQWiWGO+Tz26etkXzSVYuJ3EuICQi0++iee38Lbx2l8uAEySG0z2akRAAJYzq1 ybCA== X-Received: by 10.224.37.134 with SMTP id x6mr12974100qad.98.1370866088280; Mon, 10 Jun 2013 05:08:08 -0700 (PDT) MIME-Version: 1.0 Sender: ekneuss@gmail.com Received: by 10.49.108.66 with HTTP; Mon, 10 Jun 2013 05:07:48 -0700 (PDT) In-Reply-To: References: <6dd0f0c5be06dc0713890f2000a0b551.squirrel@webmail.klapt.com> Date: Mon, 10 Jun 2013 14:07:48 +0200 X-Google-Sender-Auth: J_kpI2uxGk03A_QXWEXS-pobXIs Message-ID: To: Pierre Joye Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Stas Malyshev , Anatol Belski , Gustavo Lopes , Derick Rethans , PHP internals Content-Type: multipart/alternative; boundary=001a11c1f4a23a092e04decba2ad Subject: Re: [PHP-DEV] Re: #53437 From: colder@php.net (Etienne Kneuss) --001a11c1f4a23a092e04decba2ad Content-Type: text/plain; charset=UTF-8 On Mon, Jun 10, 2013 at 1:47 PM, Pierre Joye wrote: > > On Jun 10, 2013 1:24 PM, "Etienne Kneuss" wrote: > > > > > So if I understand correctly var_dump now indicates a different type than > > what accessing the property returns? > > > > Even if the change itself does not constitute a big BC break, this > > behavior is confusing and seems like a big no-no to me. > > So a slight change in a debugging function is enough to keep a crash in > many production code? What do you propose then? > You make it sound like there are only those two options :) I propose we fix the serialization/unserialization crash in a way that does not affect var_dump. -- Etienne Kneuss --001a11c1f4a23a092e04decba2ad--