Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35823 invoked by uid 1010); 9 Sep 2004 17:11:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29884 invoked from network); 9 Sep 2004 17:11:09 -0000 Received: from unknown (HELO jan.prima.de) (83.97.50.139) by pb1.pair.com with SMTP; 9 Sep 2004 17:11:09 -0000 Received: from BAUMBART (p508EA997.dip.t-dialin.net [::ffff:80.142.169.151]) (IDENT: HydraIRC, AUTH: LOGIN tobi) by jan.prima.de with esmtp; Thu, 09 Sep 2004 17:11:08 +0000 Date: Thu, 9 Sep 2004 19:11:07 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1589111497.20040909191107@marcus-boerger.de> To: Kamesh Jayachandran CC: internals@lists.php.net In-Reply-To: <1094746212.25457.204030186@webmail.messagingengine.com> References: <1094746212.25457.204030186@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] clarification needed regarding tests\lang\bug22510.phpt and tests\lang\bug22231.phpt From: helly@php.net (Marcus Boerger) Hello Kamesh, Thursday, September 9, 2004, 6:10:12 PM, you wrote: > Hi All, > Both these test cases expect strict standards but don't have --INI-- > header to have the error_reporting to 2048 or E_STRICT. > Because of that these testcases fails in local build. > Am I missing something. > If I remember correctly from run_tests2.php passes -d > error_reporting=2047 only to all the scripts. Use run-tests.php instead of run-tests2.php. The latter was missing the E_STRICT change because noone took care until now. regards marcus