Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23241 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60130 invoked by uid 1010); 11 May 2006 09:13:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60114 invoked from network); 11 May 2006 09:13:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2006 09:13:15 -0000 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 66.249.82.199 wx-out-0102.google.com Linux 2.4/2.6 Received: from ([66.249.82.199:32457] helo=wx-out-0102.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FC/44-19568-B2003644 for ; Thu, 11 May 2006 05:13:15 -0400 Received: by wx-out-0102.google.com with SMTP id s10so117687wxc for ; Thu, 11 May 2006 02:13:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=k0c8Zx7htNmPi8Iw4l7yh5Q0ey7hI4hOEqz7fsLFJBzBiwwbVyOTt+Fs8jnW9cRrTG7L63y+StkLZRyrDD+CHbPVEoEcEQUVaYTpm3N/mCc5NduH2hMX7+VHoD0V3Ob7KNuvH8G1PEkVYWjfPeFM0B2+UjM+pwfPDNEFhzrV6+8= Received: by 10.70.83.11 with SMTP id g11mr818224wxb; Thu, 11 May 2006 02:13:11 -0700 (PDT) Received: by 10.70.15.13 with HTTP; Thu, 11 May 2006 02:13:11 -0700 (PDT) Message-ID: <7f3ed2c30605110213k5b645398h6465c07f1267bb8@mail.gmail.com> Date: Thu, 11 May 2006 11:13:11 +0200 Sender: hannes.magnusson@gmail.com To: "Marian Kostadinov" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060510175335.788a140d@localhost.localdomain> X-Google-Sender-Auth: 2e16d9b801bed03b Subject: Re: [PHP-DEV] Re: Win snapshot is not built (PHP 5.2) From: bjori@php.net ("Hannes Magnusson") > There is an issue about error_reporting setting in php.ini. I took my php > 5.1 php.ini file and used it for 5.2. Strangely it seemed that E_STRICT > suddenly turned on. > Is this an intended change or a bug? > E_STRICT and E_RECOVERABLE_ERROR are now part of E_ALL -Hannes