Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62809 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20294 invoked from network); 4 Sep 2012 18:31:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2012 18:31:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=simpleshot@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simpleshot@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: simpleshot@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:34376] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/A1-12568-6E846405 for ; Tue, 04 Sep 2012 14:31:02 -0400 Received: by iamm10 with SMTP id m10so10615764iam.29 for ; Tue, 04 Sep 2012 11:30:59 -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=UTgg6kGARRBdqmuL2Wi/3ldc0zWzR/qf8tgbxS2GH/8=; b=04paGPzZa4Wn1zJ4zjX5Ouuw9bRci5O5XGib05F48xhLfDUwmR37LsG6OSTD1vN1Eb x6tUciN60G7N214MiJ1eUpBn0+v8Z6cowaavw94n8iDFkc9DQK1jdrnKGWsF7P3wbNn6 r1XRwVFrhRJC0FKsuRBg5lQuxVrlF1gdGs4y09VuYwNAbc77+oIQ6WX45H7EGVhcAk1w /qUE5f9JBLBh8ZzFIzE41WxX1tp2pidnElyFXj4voG6GngSe3TdwlyQo7wp08q6rcF6Q bFUSd4X73JcMWQDH+3rie4cK3cGPRUkArvI3pfOaFgZqH+J25IC3GAEOGxrO+MT4NBZO G9+w== MIME-Version: 1.0 Received: by 10.60.7.99 with SMTP id i3mr16140304oea.86.1346783459444; Tue, 04 Sep 2012 11:30:59 -0700 (PDT) Received: by 10.60.118.167 with HTTP; Tue, 4 Sep 2012 11:30:59 -0700 (PDT) In-Reply-To: <5046453A.8010600@lsces.co.uk> References: <5042A7D6.7050001@lerdorf.com> <50452713.3020307@sugarcrm.com> <5045CAA3.6000409@lsces.co.uk> <5045E044.9080809@lsces.co.uk> <5045F939.6010806@lsces.co.uk> <5045FD98.8080306@lsces.co.uk> <50463317.7000109@lerdorf.com> <5046453A.8010600@lsces.co.uk> Date: Tue, 4 Sep 2012 14:30:59 -0400 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] E_STRICT 'errors' - was Are exceptions allowed in php core? From: simpleshot@gmail.com (Adam Richardson) On Tue, Sep 4, 2012 at 2:15 PM, Lester Caine wrote: > Adam Richardson wrote: >> >> I was second-guessing my recall I had a similar issue way back, after >> Rasmus pointed out that the custom error handler is called even if >> E_STRICT is off. However, I just looked back at my framework code, I >> see I'm checking to make sure the error level matches, just as Ferenc >> pointed out (what a forgetful old man I am.) >> >> So, I think this could still be causing the issue and it's something >> worth exploring on Lester's part. > > > If I have any custom error handling I don't know about it. I don't think > ADOdb or SMARTY adds anything, and I don't load anything. Well, Smarty can influence error handling: http://www.smarty.net/docs/en/api.mute.expected.errors.tpl And, ADOdb can, too: http://phplens.com/lens/adodb/docs-adodb.htm#errorhandling I'm not saying they're your issues, but just another spot to check. Adam -- Nephtali: A simple, flexible, fast, and security-focused PHP framework http://nephtaliproject.com