Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54181 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96438 invoked from network); 24 Jul 2011 00:57:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2011 00:57:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.117 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.117 us-mr1.zend.com Received: from [63.205.162.117] ([63.205.162.117:50302] helo=us-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/00-29300-ADD6B2E4 for ; Sat, 23 Jul 2011 20:56:59 -0400 Received: from us-gw1.zend.com (us-ex2 [192.168.16.15]) by us-mr1.zend.com (Postfix) with ESMTP id 40C43C0408; Sat, 23 Jul 2011 17:59:26 -0700 (PDT) Received: from US-EX2.zend.net ([::1]) by US-EX2.zend.net ([::1]) with mapi id 14.01.0255.000; Sat, 23 Jul 2011 17:56:34 -0700 To: Pierre Joye , Stas Malyshev CC: PHP Internals Thread-Topic: [PHP-DEV] E_STRICT in production Thread-Index: AQHMSYKrwzrPpYwvF0SE1SSoDBuFaZT68EUA//+uv+A= Date: Sun, 24 Jul 2011 00:56:33 +0000 Message-ID: <8757232E56758B42B2EE4F9D2CA019C901549DE3@US-EX2.zend.net> References: <4E2B420C.3030203@sugarcrm.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [63.205.162.122] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: [PHP-DEV] E_STRICT in production From: andi@zend.com (Andi Gutmans) >-----Original Message----- >From: Pierre Joye [mailto:pierre.php@gmail.com] >Sent: Saturday, July 23, 2011 3:22 PM >To: Stas Malyshev >Cc: PHP Internals >Subject: Re: [PHP-DEV] E_STRICT in production > >hi Stas, > >The idea of E_STRICT when we introduced it was to help developers. So I >tend to think that we should not enable it in php.ini-production. Agree. Andi =20