Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86263 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69947 invoked from network); 16 May 2015 20:17:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2015 20:17:19 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.169 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.169 mail-wi0-f169.google.com Received: from [209.85.212.169] ([209.85.212.169:36231] helo=mail-wi0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/9C-14891-EC5A7555 for ; Sat, 16 May 2015 16:17:19 -0400 Received: by wizk4 with SMTP id k4so31587215wiz.1 for ; Sat, 16 May 2015 13:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=oBZlMDUjHuFokukNwvPf6uB78P87fEVSwv3PHkb5XUs=; b=cbsdvF1a8yy+imHMgym+MjJ3V3XyH0gfHqcizyf6jY08Dd7ufb9Id7WVTZCT+cy4e/ z+Gu6KeGN8eRfidlrLZmFrqw3XZ/fD4dAB1IAtA9o5p/ioFs3b6mF4tN7fPKIjOFmuXX clYhKXEX1P9w943PlXc6c/DugEPGwN0epOlGFRAhFsubhdqBnkve/L34o9XmMQquCroz dtuHUebP/BOyy3kf+QknJv6D8fMJxBg35P6R8qBtsr7zcJxcRKipBp+a2W+gzAa6rCh8 9TzvFbwk7XaTS5gZ1+bg7UYez9+Dske4fsNhHt0OJnPeEep/P5O41fdz+Jpa3RW0o3BG ykcA== X-Received: by 10.194.205.101 with SMTP id lf5mr30351636wjc.42.1431807435943; Sat, 16 May 2015 13:17:15 -0700 (PDT) Received: from [192.168.0.5] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id kc4sm8804592wjc.2.2015.05.16.13.17.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 May 2015 13:17:15 -0700 (PDT) Message-ID: <5557A5C6.5050701@gmail.com> Date: Sat, 16 May 2015 21:17:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Levi Morrison CC: internals References: <550DA4EE.2030903@php.net> <55410973.4010300@php.net> <55417C64.7000707@gmail.com> <5541B4D6.9060503@php.net> <55425D7E.6010803@gmail.com> <554D8F4D.9020903@gmail.com> <554D90CC.3040607@php.net> <5552E3EB.5010800@gmail.com> <5552E494.5070401@php.net> <5552FF58.8070807@php.net> <55575DCF.50801@gmail.com> <55578C61.3040408@gmail.com> <555796C0.2020002@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: rowan.collins@gmail.com (Rowan Collins) On 16/05/2015 20:15, Levi Morrison wrote: > The difference is that as time goes on and I've written code for PHP 7 > I was hit by this issue. It's an even bigger issue than even I > realized during voting. How many people who voted on that issue have > played with the code from both scenarios? Few, I can't guarantee it > but given the historical precedent it's almost certainly true. Can you give an example of the issue you were hit with? A sample program / scenario, where failure to catch an EngineException caused behaviour that was in some way worse than that under PHP 5? Regards, -- Rowan Collins [IMSoP]