Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25288 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70570 invoked by uid 1010); 10 Aug 2006 13:39:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70555 invoked from network); 10 Aug 2006 13:39:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2006 13:39:30 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.192 nz-out-0102.google.com Linux 2.4/2.6 Received: from ([64.233.162.192:23474] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 74/8F-08715-0173BD44 for ; Thu, 10 Aug 2006 09:39:29 -0400 Received: by nz-out-0102.google.com with SMTP id 34so136658nzf for ; Thu, 10 Aug 2006 06:39:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=CywidOyAPlwmSzj6xJWMebwtOu81DvF89H/G3DYIHhUJo8GgbyIJ6lDaPoQyiRflo49DxN39k6dqzOyhyhdvifigeFeIp4GAJgySrq9jZyolpElaDNm1hhEPJheAcHQ1A2HWzMThQ0+PDlbfCUcTQBLwt93xrqxm02X36Glcc+8= Received: by 10.65.154.10 with SMTP id g10mr2410756qbo; Thu, 10 Aug 2006 06:39:26 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id e16sm1091943qbe.2006.08.10.06.39.25; Thu, 10 Aug 2006 06:39:25 -0700 (PDT) In-Reply-To: <877e9a170608100635k257e47c8x53b42b52eee0b670@mail.gmail.com> References: <877e9a170608100302n6407821dw5e55187332b74f4f@mail.gmail.com> <3295496D-D427-4C0A-B0FD-393CAA22D4CB@prohost.org> <877e9a170608100635k257e47c8x53b42b52eee0b670@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <1AB5A095-30CB-4B3D-A7B8-5305F566896E@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Thu, 10 Aug 2006 09:39:18 -0400 To: Michael Walter X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Fatal errors From: ilia@prohost.org (Ilia Alshanetsky) On 10-Aug-06, at 9:35 AM, Michael Walter wrote: > What do you feel is incorrect about allowing mentioned errors to be > handled in userspace? My feeling is that errors such as visibility violations should be addressed during debugging and Q&A phase where simple error logging will be sufficient to track them. Ilia Alshanetsky