Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26762 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62665 invoked by uid 1010); 1 Dec 2006 23:22:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62649 invoked from network); 1 Dec 2006 23:22:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2006 23:22:09 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 81.169.182.136 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from [81.169.182.136] ([81.169.182.136:36842] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/44-35332-EF8B0754 for ; Fri, 01 Dec 2006 18:22:09 -0500 Received: from baumbart.mbo (dslb-084-063-016-090.pools.arcor-ip.net [84.63.16.90]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 185C4610289; Sat, 2 Dec 2006 00:21:32 +0100 (CET) Date: Sat, 2 Dec 2006 00:21:33 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1189866595.20061202002133@marcus-boerger.de> To: Brian Shire Cc: PHP internals In-Reply-To: <4C7F9544-36F0-4E82-A0AC-D81A863DC11A@facebook.com> References: <873756B2-DE0A-42F4-AC5A-04FFF0A42592@facebook.com> <789985652.20061201094215@marcus-boerger.de> <4C7F9544-36F0-4E82-A0AC-D81A863DC11A@facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] make test flag? From: helly@php.net (Marcus Boerger) Hello Brian, why should it do that? run-tests.php doesn't do anything with extensions. Meaning it only tests when you load your .so's by ini. best regards marcus Saturday, December 2, 2006, 12:16:45 AM, you wrote: > On Dec 1, 2006, at 12:42 AM, Marcus Boerger wrote: >> Hello Brian, >> >> therun-tests.php command will take care of any INI settings that >> are known >> to break tests.So if anyof your INI settings cause tests to failwe >> simply >> need to include them into the tests. Othewise it is important to >> test with >> your INI settings asyou want to know if your PHP installation >> works. Instead >> of knowing whether PHP in general could work. >> > Thanks Marcus, > The actual situation I'm thinking of is when you are running make > test on an extension being built as a DSO that is already configured > to load in an ini file. When make test is ran it will attempt to > load the DSO twice, and gives: "PHP Warning: Module 'apc' already > loaded in Unknown on line 0". > I thought the preference would be to ignore installed ini files, but > if that's not the intention, then my proposed patch of course is bad. > -Brian Shire > shire@facebook.com > shire@php.net > aim: int80h Best regards, Marcus