Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31141 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83713 invoked by uid 1010); 20 Jul 2007 22:40:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83698 invoked from network); 20 Jul 2007 22:40:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2007 22:40:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=giunta.gaetano@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=giunta.gaetano@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.175 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: giunta.gaetano@gmail.com X-Host-Fingerprint: 66.249.92.175 ug-out-1314.google.com Received: from [66.249.92.175] ([66.249.92.175:28905] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/90-14340-7C931A64 for ; Fri, 20 Jul 2007 18:40:09 -0400 Received: by ug-out-1314.google.com with SMTP id c2so763402ugf for ; Fri, 20 Jul 2007 15:40:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=h9Qns5k1psiSJSDVyIp+MPEGluz50Brs15Xde5T0kPTvvqooEsGNL0Fb9SWe7U/HrnBY0km/jXQhxVWt8y/O1U5Iz0ClDzsH9HnK3+5/DimDoIR2SfvTyFY8UWS8+8FCs7NpxR9S6ePJpQvm7gt4ws7ahPLwj4xvx88AlBY3A6s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=kC/1hU47Gmyo4vdpmR5SjzJaeBSM6uV9+sjS/t4uq3RhI4HQLO49dVFwytD4WRiRLO4U4dE3DraESyU9RNgfRA+xWBJT88OPdw6ieRSru/DWLSoJRpNRZohXp5y9W5msvrmUkNYWVLJV4d4lQ6Uo6RBF/2IW/m7vwXnFkLNysSY= Received: by 10.67.102.16 with SMTP id e16mr2248246ugm.1184971203809; Fri, 20 Jul 2007 15:40:03 -0700 (PDT) Received: from ?192.168.1.2? ( [151.66.59.147]) by mx.google.com with ESMTPS id 32sm3690927nfu.2007.07.20.15.40.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Jul 2007 15:40:02 -0700 (PDT) Message-ID: <46A13982.9000707@gmail.com> Date: Sat, 21 Jul 2007 00:38:58 +0200 User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP parallel builds/installs - that's the challange... From: giunta.gaetano@gmail.com (Gaetano Giunta) Shameless plug: I just posted a beginner's tutorial on my own multiple-php-installs setup: http://gggeek.altervista.org/2007/07/21/running-multiple-php-versions-on-a-single-apache-install/ it contains links to many similar blog posts that a quick Google search returned. The most complete one is: http://www.gentoo.org/proj/en/php/php4-php5-configuration.xml Gaetano