Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35045 invoked from network); 18 Jun 2008 07:22:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2008 07:22:15 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.169 ug-out-1314.google.com Received: from [66.249.92.169] ([66.249.92.169:3535] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/F3-03518-4A7B8584 for ; Wed, 18 Jun 2008 03:22:13 -0400 Received: by ug-out-1314.google.com with SMTP id h3so742477ugf.29 for ; Wed, 18 Jun 2008 00:22:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=TfqiNB1QOVfE7Lj/5vvvjS5svpgpeauqeQ23U+UGWWQ=; b=qELOnU724cbC+gJF9ZcyN4B8b4SCcA9E2L28gzlIXe7sGq+D6v9M+rrZ7NV3HL0FZn 2g+Qq9SbfK806HZ8ZNty9K86dsUMPysQAFCLLBlFr5i+l8iPWaM6zdyk1uINspMsfAWj bYcfxHK/oYZ4+LLHrRDB7wBIEJeoCCVs4t3fA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=eHNOusM6qBRaznS4Fk6FZrWDVoPMGHKGNgLBhyNusjyq8/fNxTM4R3mAUSpDXKPgEH bkUp9+zc1K/Aza9oR/Ixwyyphlfygrz4H3T7dAcFocM5ZN7+vKDtxERyp/Ez8f7eKkVj P5IxdgkXYJpwM0QDIy5+B6R4QQE2i572U3TU0= Received: by 10.66.219.3 with SMTP id r3mr9088693ugg.50.1213773729748; Wed, 18 Jun 2008 00:22:09 -0700 (PDT) Received: by 10.66.245.3 with HTTP; Wed, 18 Jun 2008 00:22:09 -0700 (PDT) Message-ID: Date: Wed, 18 Jun 2008 09:22:09 +0200 To: "Lester Caine" Cc: "php-dev List" In-Reply-To: <4858B5EC.90109@lsces.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4858B5EC.90109@lsces.co.uk> Subject: Re: [PHP-DEV] Selectable error messages From: pierre.php@gmail.com ("Pierre Joye") hi Lester, On Wed, Jun 18, 2008 at 9:14 AM, Lester Caine wrote: > Short of switching display_errors on and off all the time, how do other > people handle this irritation? I could repair phpDocumentor in this case and > ignore BC as I will not be running THAT on older version of PHP, and since a > run is taking 30 minutes it would be interesting to see if there is any > improvement to time. Use error_reporting in your php.ini or within your applicaion: error_reporting(E_ALL ^ E_DEPRECATED); Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org