Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46613 invoked by uid 1010); 2 Dec 2006 20:53:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46598 invoked from network); 2 Dec 2006 20:53:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2006 20:53:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.231 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.231 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.231] ([64.233.162.231:43281] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/42-27055-C87E1754 for ; Sat, 02 Dec 2006 15:53:03 -0500 Received: by nz-out-0102.google.com with SMTP id k1so1937435nzf for ; Sat, 02 Dec 2006 12:52:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=CbZOd+M1WyOMhTsOqkU1GKTvUkollQKr+VcUh4aa0frbr/PPwVZGccP0MuCSghDkv4ShscVzPf/6Zcg20BnqhUlJGWeAW9bbcYOVRIKuDteVfeYUZ118wakxMh1QvmoIk3KHLS3MmueKhVpJ46uEh4mohO8xmamCe4yac5EoRIQ= Received: by 10.65.222.11 with SMTP id z11mr1269176qbq.1165092745706; Sat, 02 Dec 2006 12:52:25 -0800 (PST) Received: from ?192.168.1.5? ( [74.108.69.82]) by mx.google.com with ESMTP id e13sm32220663qba.2006.12.02.12.52.24; Sat, 02 Dec 2006 12:52:25 -0800 (PST) In-Reply-To: <1189866595.20061202002133@marcus-boerger.de> References: <873756B2-DE0A-42F4-AC5A-04FFF0A42592@facebook.com> <789985652.20061201094215@marcus-boerger.de> <4C7F9544-36F0-4E82-A0AC-D81A863DC11A@facebook.com> <1189866595.20061202002133@marcus-boerger.de> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <18C9DE1F-296B-4F67-86A8-23730D612A51@prohost.org> Cc: Brian Shire , PHP internals Content-Transfer-Encoding: 7bit Date: Sat, 2 Dec 2006 15:52:17 -0500 To: Marcus Boerger X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] make test flag? From: ilia@prohost.org (Ilia Alshanetsky) On 1-Dec-06, at 6:21 PM, Marcus Boerger wrote: > 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. You can't really tell PHP to "unload" modules via an INI settings, so I think adding -n in there is a pretty good idea. Ilia Alshanetsky