Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49338 invoked by uid 1010); 2 Dec 2006 21:16:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49323 invoked from network); 2 Dec 2006 21:16:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2006 21:16:49 -0000 Authentication-Results: pb1.pair.com header.from=chtekk@gentoo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=chtekk@gentoo.org; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain gentoo.org does not designate 84.55.208.170 as permitted sender) X-PHP-List-Original-Sender: chtekk@gentoo.org X-Host-Fingerprint: 84.55.208.170 unknown Linux 2.5 (sometimes 2.4) (4) Received: from [84.55.208.170] ([84.55.208.170:26326] helo=Mordor.longitekk.homelinux.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/C2-27055-AFCE1754 for ; Sat, 02 Dec 2006 16:16:14 -0500 Received: from localhost (localhost [127.0.0.1]) by Mordor.longitekk.homelinux.net (Postfix) with ESMTP id B3A304A352 for ; Sat, 2 Dec 2006 22:15:34 +0100 (CET) Received: from Mordor.longitekk.homelinux.net ([127.0.0.1]) by localhost (mordor.longitekk.homelinux.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09561-48 for ; Sat, 2 Dec 2006 22:15:23 +0100 (CET) Received: from [192.168.10.237] (Gwaihir.longitekk.homelinux.net [192.168.10.237]) by Mordor.longitekk.homelinux.net (Postfix) with ESMTP id 857054A349 for ; Sat, 2 Dec 2006 22:15:22 +0100 (CET) Message-ID: <4571ECDF.5050500@gentoo.org> Date: Sat, 02 Dec 2006 22:15:11 +0100 Reply-To: chtekk@gentoo.org Organization: Gentoo User-Agent: Thunderbird 1.5.0.8 (X11/20061112) MIME-Version: 1.0 Cc: PHP internals 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> In-Reply-To: <18C9DE1F-296B-4F67-86A8-23730D612A51@prohost.org> X-Enigmail-Version: 0.94.1.0 OpenPGP: id=3E95ED4F Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3D7974581B5782E71AD28339" X-Virus-Scanned: amavisd-new at mordor.longitekk.homelinux.net Subject: Re: [PHP-DEV] make test flag? From: chtekk@gentoo.org (Luca Longinotti) --------------enig3D7974581B5782E71AD28339 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ilia Alshanetsky wrote: > On 1-Dec-06, at 6:21 PM, Marcus Boerger wrote: >=20 >> 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. >=20 > 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. It is, in fact we already do it in Gentoos PHP, to avoid already installed extensions interfering with the main PHP packages "make test" (on reinstalls or upgrades for example). Here are the patches I've made for this: PHP 5.2.0 http://overlays.gentoo.org/proj/php/browser/patches/php-patches/5.2.0/php= 5/php5-make_test.patch PHP 5.1.6 http://overlays.gentoo.org/proj/php/browser/patches/php-patches/5.1.6/php= 5/php5-make_test.patch PHP 4.4.4 http://overlays.gentoo.org/proj/php/browser/patches/php-patches/4.4.4/php= 4/php4-make_test.patch You're probably not interested in the changes to the Makefiles and the CGI/PHP4 testing changes I've done to meet Gentoos requirements, so just skip those. --=20 Best regards, Luca Longinotti aka CHTEKK LongiTEKK Networks Admin: chtekk@longitekk.com Gentoo Dev: chtekk@gentoo.org SysCP Dev: chtekk@syscp.org TILUG Supporter: chtekk@tilug.ch --------------enig3D7974581B5782E71AD28339 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFcezp+FxjjD6V7U8RAsyTAJ9+3GFc69AiOfa2RR+NrUnjo6gYYACfZ1Jr uJeEfhr59N54baYtL87NBm4= =pzFp -----END PGP SIGNATURE----- --------------enig3D7974581B5782E71AD28339--