Newsgroups: php.internals,php.pear.dev Path: news.php.net Xref: news.php.net php.internals:19321 php.pear.dev:40012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20810 invoked by uid 1010); 1 Oct 2005 15:59:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20794 invoked from network); 1 Oct 2005 15:59:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Oct 2005 15:59:48 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:56503] helo=bluga.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F3/B5-54476-372BE334 for ; Sat, 01 Oct 2005 11:59:48 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id 35B7121CABD; Sat, 1 Oct 2005 11:00:29 -0500 (CDT) Received: from bluga.net ([127.0.0.1]) by localhost (bluga.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02881-05; Sat, 1 Oct 2005 11:00:29 -0500 (CDT) Received: from [129.93.125.71] (pcp063014pcs.unl.edu [129.93.125.71]) by bluga.net (Postfix) with ESMTP id B7C5A21CAB9; Sat, 1 Oct 2005 11:00:28 -0500 (CDT) Message-ID: <433EB266.7060603@chiaraquartet.net> Date: Sat, 01 Oct 2005 08:59:34 -0700 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derick Rethans CC: pear-dev@lists.php.net, PHP Developers Mailing List References: <433EA995.50304@chiaraquartet.net> In-Reply-To: X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bluga.net Subject: Re: [PHP-DEV] Re: phar and e_strict From: greg@chiaraquartet.net (Greg Beaver) Derick Rethans wrote: > On Sat, 1 Oct 2005, Greg Beaver wrote: > > >>It appears that E_STRICT is being triggered even though it is explicitly >>NOT asked for. All the same, I added another redundant >>error_reporting() call at the top of install-pear.php, re-built the >>.phar and committed to pearweb. Hopefully this will fix the issue. > > > I tested with the new code, and for some reason it still doesn't work. > Interesting is that if I remove the -n from the PEAR_INSTALL_OPTIONS in > the makefile, it doesn't show the e_Strict errors anymore... Could it be that by disabling php.iniwith -n, error_reporting() no longer functions as documented? Greg