Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5190 invoked by uid 1010); 19 Apr 2004 10:46:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5166 invoked from network); 19 Apr 2004 10:46:45 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 19 Apr 2004 10:46:45 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3JAkjZK008042; Mon, 19 Apr 2004 12:46:45 +0200 Date: Mon, 19 Apr 2004 12:46:44 +0200 (CEST) X-X-Sender: derick@localhost To: Kenneth Schwartz cc: internals@lists.php.net In-Reply-To: <20040419062720.E628.IRCHTML@php.net> Message-ID: References: <20040419062720.E628.IRCHTML@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] php.ini-dist From: derick@php.net (Derick Rethans) On Mon, 19 Apr 2004, Kenneth Schwartz wrote: > 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 ;) Needs fixing, the & ~E_STRICT part should go out. Derick