Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87354 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42230 invoked from network); 28 Jul 2015 20:51:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2015 20:51:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.172 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.172 mail-pd0-f172.google.com Received: from [209.85.192.172] ([209.85.192.172:33523] helo=mail-pd0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/83-22108-53BE7B55 for ; Tue, 28 Jul 2015 16:51:01 -0400 Received: by pdbnt7 with SMTP id nt7so76387494pdb.0 for ; Tue, 28 Jul 2015 13:50:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=gWxjlyD2sCIVa5V0xUbje33qIU8UYQ6Xn52hjUg1IZI=; b=0xaWgeEuuhd+T1vRj/zKOeQc/hDzHGyvRn/TbugQXZRP9gUYjzWTuMjbFLNaKpMTBp l3ZSwBVVx2UQgBja731oGd6jerHkuxo4lgwqqv5t7aLuzjNzLFChHbUZUnYiKl/N2R7V hNy2nwvOSYlJ627Z36PKUz4+Y8w93AVeGJyOB5FToSH9GlY9JxRdrkpCo+P+rpqZZxcu O4bwVkn3w5rAMSS8FqgszAJKMTNqKmewCxyWA8IUpA6yo0PX+eFpcWm30PHbUR2zrYO9 iycPal4iN7EoRfEIB/bZSKbWYuJCi0BwHsb9falvTy0NGer/K5xb+ZEcS4dppLlbecTR zYag== X-Received: by 10.70.34.207 with SMTP id b15mr84847007pdj.151.1438116658345; Tue, 28 Jul 2015 13:50:58 -0700 (PDT) Received: from Stas-Air.local ([166.177.251.175]) by smtp.gmail.com with ESMTPSA id cr4sm36939433pac.10.2015.07.28.13.50.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jul 2015 13:50:57 -0700 (PDT) To: Marco Pivetta , Rowan Collins References: <550FA2ED.6080000@gmail.com> <55B7B08E.7070700@gmail.com> <140E45EA-72E6-4CA6-8C03-6DBDB3E81D5E@gmail.com> Cc: Nikita Popov , PHP Internals List Message-ID: <55B7EB30.9020008@gmail.com> Date: Tue, 28 Jul 2015 13:50:56 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Serializing exceptions From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > New BC breaks in Beta? Why not? What's the problem with it? Beta is to identify issues with current code, serialized exceptions is an issue (as in, they don't work and lead to security problems and generally pointless). Dragging this known problem around for years makes no sense. -- Stas Malyshev smalyshev@gmail.com