Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6547 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35715 invoked by uid 1010); 18 Dec 2003 17:15:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35691 invoked from network); 18 Dec 2003 17:15:30 -0000 Received: from unknown (HELO mail3.panix.com) (166.84.1.74) by pb1.pair.com with SMTP; 18 Dec 2003 17:15:30 -0000 Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id A283B982AD for ; Thu, 18 Dec 2003 12:15:30 -0500 (EST) Received: (from analysis@localhost) by panix5.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id hBIHFU018227 for internals@lists.php.net; Thu, 18 Dec 2003 12:15:30 -0500 (EST) Date: Thu, 18 Dec 2003 12:15:30 -0500 To: PHP Internals List Message-ID: <20031218171530.GA17635@panix.com> References: <20031218124303.18e22274.paj@pearfr.org> <20031218140527.GA26390@panix.com> <3FE1D96B.3090308@chiaraquartet.net> <20031218170305.GA16670@panix.com> <3FE1DEF9.4060705@chiaraquartet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FE1DEF9.4060705@chiaraquartet.net> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] B3, pear segfault, and msgs about deprecated From: danielc@analysisandsolutions.com (Daniel Convissor) Hi: On Thu, Dec 18, 2003 at 12:08:09PM -0500, Greg Beaver wrote: > Unless it is possible to turn on E_STRICT without using the > error_reporting() function It's the custom error handler in pearcmd.php. PHP doesn't pay attention to any error_reporting() settings when a custom error handler is established. Then, error_handler() doesn't account for the new warning level. So, the call to "error_reporting(E_ALL & ~E_NOTICE);" on line 36 can be blown away because it's supurfluous and error_handler() needs tweaking. --Dan -- FREE scripts that make web and database programming easier http://www.analysisandsolutions.com/software/ T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y 4015 7th Ave #4AJ, Brooklyn NY v: 718-854-0335 f: 718-854-0409