Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83596 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12039 invoked from network); 23 Feb 2015 18:15:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 18:15:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.171 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.171 mail-we0-f171.google.com Received: from [74.125.82.171] ([74.125.82.171:40526] helo=mail-we0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/C9-01128-C4E6BE45 for ; Mon, 23 Feb 2015 13:15:40 -0500 Received: by wesx3 with SMTP id x3so20407036wes.7 for ; Mon, 23 Feb 2015 10:15:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=aKLDp5zPu01rMBjEYmFtXR7klo8HObzLQwbNHvYWgFI=; b=Bc+oouHsvqZeLMmOWinkrshS8m+AoJyJe2oi6XyevxtHdwOkDpZa3Dle+/czW78+7o mclXDz0DFkTDmOXp3rKOEHUfB4jWWEq/YHe0I1iF7OvUXF3J2onoO1bwiwuTyzA7A/Up rBKniauAoD45tMRPXVj8v6PHu4gO4dZWNnZyhmYZIfdUDHfh3FLjjyuk/l5UOA6ZK3hE Wo1snQoJJAp7zMITqjVnMLjrD3jMQGjOdbNVsHYl88TGVum53wXM/5xkzDXNHqyPzDvx pvzDehcWDcANl1kSlgk1WgnWAi6xTY546E3LjSy6AjWruNK6YfRIWQTQZnzWAl766g98 onFw== MIME-Version: 1.0 X-Received: by 10.180.198.240 with SMTP id jf16mr23246688wic.27.1424715336140; Mon, 23 Feb 2015 10:15:36 -0800 (PST) Received: by 10.27.10.168 with HTTP; Mon, 23 Feb 2015 10:15:36 -0800 (PST) Date: Mon, 23 Feb 2015 19:15:36 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=047d7b66f6db845a33050fc5638a Subject: [VOTE] Exceptions in the engine From: nikita.ppv@gmail.com (Nikita Popov) --047d7b66f6db845a33050fc5638a Content-Type: text/plain; charset=UTF-8 Hi internals! Voting on the engine exceptions RFC, which proposes to convert existing fatal and recoverable fatal errors into exceptions, has opened: https://wiki.php.net/rfc/engine_exceptions_for_php7#vote The primary vote requires a 2/3 majority, as this is a language change. A second vote will decide whether to use a BaseException based inheritance hierarchy. This vote uses a simple majority. Voting is open until 2015-03-08. Nikita --047d7b66f6db845a33050fc5638a--