Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18282 invoked by uid 1010); 9 Dec 2006 20:01:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18266 invoked from network); 9 Dec 2006 20:01:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2006 20:01:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=shire@facebook.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=shire@facebook.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain facebook.com designates 204.15.20.10 as permitted sender) X-PHP-List-Original-Sender: shire@facebook.com X-Host-Fingerprint: 204.15.20.10 aggr1.fw.sctm.tfbnw.net Windows 2000 SP4, XP SP1 Received: from [204.15.20.10] ([204.15.20.10:15019] helo=kitt.TheFacebook.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/45-50161-CE51B754 for ; Sat, 09 Dec 2006 15:01:19 -0500 Received: from [192.168.1.100] ([66.92.189.79]) by kitt.TheFacebook.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Sat, 9 Dec 2006 12:00:42 -0800 In-Reply-To: <135378809.20061204203723@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> <18C9DE1F-296B-4F67-86A8-23730D612A51@prohost.org> <4571ECDF.5050500@gentoo.org> <135378809.20061204203723@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: <360229B4-DDBE-4C02-8C2C-F7E68D2F2AA2@facebook.com> Cc: Luca Longinotti , PHP internals Content-Transfer-Encoding: 7bit Date: Sat, 9 Dec 2006 12:00:40 -0800 To: Marcus Boerger X-Mailer: Apple Mail (2.752.3) X-OriginalArrivalTime: 09 Dec 2006 20:00:42.0168 (UTC) FILETIME=[B4AA3380:01C71BCC] Subject: Re: [PHP-DEV] make test flag? From: shire@facebook.com (Brian Shire) Hello Marcus, On Dec 4, 2006, at 11:37 AM, Marcus Boerger wrote: > Hello Luca, > > we cannot do that. This patchwould prevent loading of any shared > extension. And we decided against using dl() in the test scripts > some years > ago. The only thing we can do here is having a new make thing that > does pass > -n to the test script. Does this mean a patch should be re-worked so that there's a second type of 'make test' that includes the -n option, that we want to include the -n in the default 'make test', or that we just need a different solution completely (or none at all)? Another more complicated solution that I thought of but didn't explore is to provide the ability to ignore duplicate extensions for the make tests. Although this may complicate the php cli for something that is a pretty specific scenario. > Once again, we test what you will be using, not only > part of it. If a deployment system hass a problemwith that we need > tofind > otehr solutions. In fact we already have anenvironment variable > today that > serves the purpose. Simply set TEST_PHP_ARGS=-n and be done (if you > know > what it really does) :-) Didn't realize this existed, would it be preferred to try and have a DSO extensions set TEST_PHP_ARGS to avoid this situation? Thanks, -Brian Shire shire@facebook.com shire@php.net aim: int80h