Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94490 invoked by uid 1010); 19 Apr 2004 10:42:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94439 invoked from network); 19 Apr 2004 10:42:25 -0000 Received: from unknown (HELO ms-smtp-04-eri0.southeast.rr.com) (24.25.9.103) by pb1.pair.com with SMTP; 19 Apr 2004 10:42:25 -0000 Received: from [66.56.236.160] (cpe-066-056-236-160.ec.rr.com [66.56.236.160]) by ms-smtp-04-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id i3JAgNC9029292 for ; Mon, 19 Apr 2004 06:42:23 -0400 (EDT) Date: Mon, 19 Apr 2004 06:30:08 -0400 To: internals@lists.php.net Message-ID: <20040419062720.E628.IRCHTML@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.08 [en] X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: php.ini-dist From: irchtml@php.net (Kenneth Schwartz) php.ini-dist in HEAD has the following value: error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT It's odd that E_STRICT is explicitly excluded as E_ALL does not include it. Is there a purpose to it? Perhaps it's something I don't know about ;) Kenneth