Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90176 invoked from network); 25 Aug 2010 15:42:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2010 15:42:56 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:51791] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/99-43011-FF9357C4 for ; Wed, 25 Aug 2010 11:42:56 -0400 Received: by pwj9 with SMTP id 9so448006pwj.29 for ; Wed, 25 Aug 2010 08:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=KAroEZN2QbqL6KYeuz2+4ZFVRjvTYrkeZ2+DjI+CMgo=; b=E1xREEkOKcU6POvIeNERJ27EjAdu1vBng8ZF9+9OmrjJDFjCO9zPSjOsbq6+DmaG/+ Bs4/XKVBxsc8I9Ycpn5apKdRiRsI71ogQLRuPXDh5ajOtfpeDsSOxE1MYeBSXxc4B3rz hUdtztzlCBltSuISQRUkZ/EdtW9oYPiRQJVcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=T5VEmJnI6KYf+3ImNzKdAbLYi/IfiOcM2wISnqr90C4gaCIuTiW1U6lGM3a/g6WUJ8 NH+EdrXa+Oi3I78JdoUgtJ+KXxGmHHLAt0umWXL6g6XVxsUISPCkxzDJMAzNiUfrA3ij Q0la7OqeKz9aNGnrtVGR6lxqJfGgYK0zYNpVo= MIME-Version: 1.0 Received: by 10.114.52.17 with SMTP id z17mr9698259waz.53.1282750972568; Wed, 25 Aug 2010 08:42:52 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.42.1.4 with HTTP; Wed, 25 Aug 2010 08:42:52 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Aug 2010 17:42:52 +0200 X-Google-Sender-Auth: X7C5pms_co9GEHJdBPjfVqE79I4 Message-ID: To: Adam Harvey Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PATCH] #52563: Adding E_NONE and/or E_EVERYTHING constants From: kalle@php.net (Kalle Sommer Nielsen) Hi 2010/8/24 Adam Harvey : > Kalle also suggested another constant within that request to provide a > symbolic version of error_reporting = -1, so there's a second patch in that > report to add an E_EVERYTHING constant which acts as E_ALL once did: it > turns on all error reporting. On a personal level I only think E_ALL would make sense, because in the old PHP6 E_STRICT were not apart of E_ALL, that is ofcourse, if you choose not to use the "magic" -1 thats always contains all the bits no matter what. -- regards, Kalle Sommer Nielsen kalle@php.net