Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22028 invoked by uid 1010); 18 Dec 2003 17:08:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21982 invoked from network); 18 Dec 2003 17:08:03 -0000 Received: from unknown (HELO sys33.mail.msu.edu) (35.9.75.133) by pb1.pair.com with SMTP; 18 Dec 2003 17:08:03 -0000 Received: from 66-65-38-11.nyc.rr.com ([66.65.38.11] helo=chiaraquartet.net) by sys33.mail.msu.edu with asmtp (Exim 4.24 #13) (TLSv1:AES256-SHA:256) id 1AX1d4-00080L-Nx; Thu, 18 Dec 2003 12:08:02 -0500 Message-ID: <3FE1DEF9.4060705@chiaraquartet.net> Date: Thu, 18 Dec 2003 12:08:09 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Convissor CC: PHP Internals List References: <20031218124303.18e22274.paj@pearfr.org> <20031218140527.GA26390@panix.com> <3FE1D96B.3090308@chiaraquartet.net> <20031218170305.GA16670@panix.com> In-Reply-To: <20031218170305.GA16670@panix.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Subject: Re: [PHP-DEV] B3, pear segfault, and msgs about deprecated From: greg@chiaraquartet.net (Greg Beaver) Unless it is possible to turn on E_STRICT without using the error_reporting() function, then this is not true - there is only 1 error_reporting() in all of the .php files that make up the PEAR core, try grep if you don't believe me. Greg Daniel Convissor wrote: > On Thu, Dec 18, 2003 at 11:44:27AM -0500, Greg Beaver wrote: > > >>I wonder if E_STRICT is on no matter what in head? > > > It's not. Something in the pear install scripts is turning it on. > > --Dan >