Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84806 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41720 invoked from network); 15 Mar 2015 08:24:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 08:24:58 -0000 Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; 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: pajousek@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qc0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:34326] helo=mail-qc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/91-29489-9D145055 for ; Sun, 15 Mar 2015 03:24:58 -0500 Received: by qcaz10 with SMTP id z10so21179796qca.1 for ; Sun, 15 Mar 2015 01:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ct6IXB1jy/T/kGTvCjsvHVPnwsK21TuxEmy5/8RG2TA=; b=j/k/iD46Wsnqah18qRxdtHGivc/Vot3yRylQDccdiOaEAsJRMs6F1Y35jnlhpQEqdA KGzEj/8S7On3V4zqYGO4/aQ39feJIh1Pg+iiBJLRPZwomrF9xO4o/+wr+3mBiF2qZNCv +1JGZXeE9GDyy+gpkflPKoqMS/znaP6EHG1noFe7Mjqx3eiSoiY200TnY1sukG1bYaxZ GqMEx6kAvvKyzrEqP12bgIL3Ty26gfmHsGHwwcH2g6CFgaB05q1A/1fWVwjcjEkyO2iJ Xsn4eLdQZatKdfNLP0sOTFu+30nIBcl7+tfSqJfMiPz6ynv06q8sVOCz2OFEXuVJC6/C KCuQ== MIME-Version: 1.0 X-Received: by 10.229.244.73 with SMTP id lp9mr34596629qcb.20.1426407894855; Sun, 15 Mar 2015 01:24:54 -0700 (PDT) Received: by 10.96.160.99 with HTTP; Sun, 15 Mar 2015 01:24:54 -0700 (PDT) In-Reply-To: <5505346D.7020700@php.net> References: <54F07FC7.8050901@php.net> <54F0839C.3010700@seld.be> <55052FAD.6090608@php.net> <5505346D.7020700@php.net> Date: Sun, 15 Mar 2015 09:24:54 +0100 Message-ID: To: Sebastian Bergmann Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) On Sun, Mar 15, 2015 at 8:27 AM, Sebastian Bergmann wrote: > Am 15.03.2015 um 08:07 schrieb Sebastian Bergmann: >> So who will draft the RFC for >> >> * Introduce a Throwable interface >> * Let Exception implement the Throwable interface >> * Introduce an Error class that implements the Throwable interface >> * Use Error class as base class for exceptions raised by the engine >> >> ? > > It was my idea, after all, only fair that I invest the time to make > it into an RFC: https://wiki.php.net/rfc/throwable > > Please let me know if there is anything missing. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hello, why global namespace? Why not just starting using namespaces for PHP stuff? The global namespace gets more and more polluted by this IMHO. Regards Pavel Kouril