Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17623 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43838 invoked by uid 1010); 8 Aug 2005 20:00:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43823 invoked from network); 8 Aug 2005 20:00:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2005 20:00:41 -0000 Received: from ([127.0.0.1:29071]) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with ECSTREAM id 7D/D7-04646-9E9B7F24 for ; Mon, 08 Aug 2005 16:00:41 -0400 X-Host-Fingerprint: 208.151.246.192 208-151-246-192.dq1sn.easystreet.com Linux 2.4/2.6 Received: from ([208.151.246.192:46061] helo=sound-o-mat.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 64/95-04646-0E0B7F24 for ; Mon, 08 Aug 2005 15:22:08 -0400 Received: from localhost (localhost [127.0.0.1]) by sound-o-mat.com (Postfix) with ESMTP id DED6011C491; Mon, 8 Aug 2005 12:22:00 -0700 (PDT) Received: from sound-o-mat.com ([127.0.0.1]) by localhost (cainan.sound-o-mat.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23583-04; Mon, 8 Aug 2005 12:21:45 -0700 (PDT) Received: from [192.168.1.3] (linksys [192.168.1.1]) by sound-o-mat.com (Postfix) with ESMTP id D6F3811C085; Mon, 8 Aug 2005 12:21:44 -0700 (PDT) Message-ID: <42F7B0C8.2080704@pheedo.com> Date: Mon, 08 Aug 2005 12:21:44 -0700 Reply-To: rvaughn@pheedo.com Organization: Pheedo User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Cc: Rob Vaughn X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sound-o-mat.com Subject: Diffs for README.TESTING clarification about php.ini default usage From: rvaughn@pheedo.com (Rob Vaughn) --- README.TESTING.orig 2005-08-08 12:08:04.000000000 -0700 +++ README.TESTING 2005-08-08 12:20:36.000000000 -0700 @@ -38,10 +38,15 @@ [Which php.ini is used] ----------------------- - "make test" uses the same php.ini file as it would once installed. -The tests have been written to be independent of that php.ini file, -so if you find a test that is affected by a setting, please report -this, so we can address the issue. + "make test" uses the system default php.ini file (/etc/php.ini) +unless it does not exist or is otherwise specified with the "-c +[path]" argument. If a system install does not exist, the php.ini +file that is part the distribution source code is used instead. + +The tests are supposed to have been written to be independent of that +php.ini file, so if you find a test that is affected by a setting, +please report this, so we can address the issue. Quite a number of tests +do use the /etc/php.ini or specified ini file settings as of PHP 4.4. [Which test scripts are executed]