Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83876 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57343 invoked from network); 26 Feb 2015 08:51:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2015 08:51:37 -0000 Authentication-Results: pb1.pair.com header.from=php@tutteli.ch; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php@tutteli.ch; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain tutteli.ch designates 80.74.154.78 as permitted sender) X-PHP-List-Original-Sender: php@tutteli.ch X-Host-Fingerprint: 80.74.154.78 ns73.kreativmedia.ch Linux 2.6 Received: from [80.74.154.78] ([80.74.154.78:46839] helo=hyperion.kreativmedia.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/81-47686-69EDEE45 for ; Thu, 26 Feb 2015 03:51:35 -0500 Received: (qmail 23120 invoked from network); 26 Feb 2015 09:51:30 +0100 Received: from cm135-167.liwest.at (HELO RoLaptop) (81.10.135.167) by ns73.kreativmedia.ch with ESMTPSA (AES256-SHA encrypted, authenticated); 26 Feb 2015 09:51:30 +0100 To: "'Nikita Popov'" , "'PHP internals'" References: In-Reply-To: Date: Thu, 26 Feb 2015 09:51:28 +0100 Message-ID: <005401d051a1$692596c0$3b70c440$@tutteli.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJX/vLkXfNG3Wq6nCZ+S2adz/V+wJvzRJiw Content-Language: de-ch Subject: AW: [PHP-DEV] [RFC] Exceptions in the engine From: php@tutteli.ch ("Robert Stoll") Hi Nikita > -----Urspr=C3=BCngliche Nachricht----- > Von: Nikita Popov [mailto:nikita.ppv@gmail.com] > Gesendet: Montag, 6. Oktober 2014 23:54 > An: PHP internals > Betreff: [PHP-DEV] [RFC] Exceptions in the engine >=20 > Hi internals! >=20 > During the PHP 5.6 development cycle I have proposed an RFC [1] that = suggested the use of exceptions instead of fatal > errors in the engine. At the time the proposal was declined, because = the change was judged too intrusive for a minor > version. >=20 > As such I'm re-proposing this RFC for inclusion in PHP 7: >=20 > https://wiki.php.net/rfc/engine_exceptions_for_php7 >=20 > The RFC text is essentially the same as previously, with the primary = difference being that parse errors are now converted to > exceptions as well. > This was previously not possible due to limitations in the compiler = design. >=20 > Thanks, > Nikita >=20 > [1]: https://wiki.php.net/rfc/engine_exceptions Sorry, I am a little bit late with this one and I think it should not = obstruct the vote in any way. Will it be possible for a user to instantiate the new Exception classes? Cheers, Robert