Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95480 invoked from network); 15 May 2015 14:39:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2015 14:39:20 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:36145] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/40-26953-51506555 for ; Fri, 15 May 2015 10:39:18 -0400 Received: by lagv1 with SMTP id v1so122584985lag.3 for ; Fri, 15 May 2015 07:39:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=rUJHaD1V6Z4jgmouAyzGNJ11vcGB6tqtCtRL3aFvozg=; b=q1P3P9XzfMUDNlKlle7N8kgiNcdwXhPV+Pmr2gWRrPaKRomTPBokkdH5smYL32JufK NTjvP+VAcWTrsGZkXfjs7Fn0KowpjgO8Jk0a8KoXW2U3HvI6uOPhqkY8GkRRuXiiH+V/ r794V1hUwBSW5x4q6g+xZWHOnA7RsqgU8NgduefNS8JMz2HQ/k0rKiX2zIzYwTDhtCnZ /rfHO1+4nZRAOn304nCcv2iLAYsr6sgkcH5xn1or7QGIGaNuB36ZAwBAiCSTaBWUewWf lt/9ZdztisDW4CltobvUJkvoqeVPE/aQe5frKx/Wiin6n9YVoDTS+GMHeFEVW5UGjUdg rjaQ== X-Received: by 10.152.116.102 with SMTP id jv6mr7398941lab.50.1431700754698; Fri, 15 May 2015 07:39:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.180.4 with HTTP; Fri, 15 May 2015 07:38:54 -0700 (PDT) Date: Fri, 15 May 2015 22:38:54 +0800 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Bug #69640 Unhandled EngineExceptions thrown from userland do not produce any output From: laruence@gmail.com (Xinchen Hui) Hey: as described in https://bugs.php.net/bug.php?id=69640&thanks=1 instead of fixing it by exam the error type, I'd prefer to disallow initializing a engine exception from user land.. like if you try to initialize a engine/type/parser exception, an E_ERROR of: PHP Fatal error: Initilizing a system exception is disallowed will be trigged.. what do you think? thanks -- Xinchen Hui @Laruence http://www.laruence.com/