Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46015 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13685 invoked from network); 10 Nov 2009 21:59:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2009 21:59:37 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:44622] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/2E-38546-642E9FA4 for ; Tue, 10 Nov 2009 16:59:36 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 6132F414400B; Tue, 10 Nov 2009 21:59:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qTleosJ8EtOD; Tue, 10 Nov 2009 22:59:39 +0100 (CET) Received: from [192.168.0.182] (217-162-131-234.dclient.hispeed.ch [217.162.131.234]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 75EED4144009; Tue, 10 Nov 2009 22:59:39 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes In-Reply-To: <7D.5D.38546.D0ED9FA4@pb1.pair.com> Date: Tue, 10 Nov 2009 22:59:30 +0100 Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Message-ID: <5B019027-10AE-4FE7-ABC3-86157382DABF@pooteeweet.org> References: <413588E2-8AC8-49F7-B7BF-97BEFB0A71E4@pooteeweet.org> <4AF9B5B8.90104@zend.com> <536BF944-AB9D-4B5F-86CB-B75D3C0D7F63@pooteeweet.org> <4AF9B9FE.1040701@zend.com> <40A3B652-6B6A-49C1-9481-40AA6EC7537A@pooteeweet.org> <4AF9C13B.4030104@zend.com> <32979771-1825-4D93-822D-93B27CA7262F@pooteeweet.org> <4AF9CD95.8080604@zend.com> <0440A517-342D-4E48-9936-79AB93A9BD15@pooteeweet.org> <7D.5D.38546.D0ED9FA4@pb1.pair.com> To: Alban X-Mailer: Apple Mail (2.1076) Subject: Re: [PHP-DEV] alternative to the fopen() hack in autoloaders From: mls@pooteeweet.org (Lukas Kahwe Smith) On 10.11.2009, at 22:41, Alban wrote: > I think if PHP throws exception instead of warning/error then this > problem will not have existence reason : sure with exceptions we could provide more contextual information and also give a local way to handle the situation locally. that being said for now it was decided to only use exception for constructor errors in core php. regards, Lukas Kahwe Smith mls@pooteeweet.org