Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63391 invoked from network); 11 Nov 2010 16:46:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2010 16:46:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:34336] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/61-51384-5FD1CDC4 for ; Thu, 11 Nov 2010 11:46:46 -0500 Received: by vws9 with SMTP id 9so397665vws.29 for ; Thu, 11 Nov 2010 08:46:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=VPipqyGGr5DadTZM6x5ErYCI0xNg56Pt1ZnQT7zHcdU=; b=rHACDZ0nKMKqjoNoQmw0mQx/8Kwtfj3olu+WXTQkYZJJGrHJGDfWoGQ50GHZKEBcAD Mu52sTV2v6ztt9iMcR8CCT3kygERruSQtQVml4HRhV32cgs58O7oHOPt4AT/3TaDLpR0 uM30KTXLKIrh90bd21rRiDotqpu1vW75hoAoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=m0810XiptR8J62mgDQBTwO+gu8ZdJcCWtIrmVyHwpxkIxgslC5Ms34FcCgjnDPtglq RN47mnfvn8aIthasgOn1Vq6q7LWD0Sxy1YEbqMBqElg2LctVsVTDLaRWxNH653itwV7U GmMmRla2MYhd5mJDeV+JKnEt8ORndkYJS+AKM= MIME-Version: 1.0 Received: by 10.229.96.132 with SMTP id h4mr919878qcn.205.1289494002954; Thu, 11 Nov 2010 08:46:42 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.220.185.69 with HTTP; Thu, 11 Nov 2010 08:46:42 -0800 (PST) In-Reply-To: References: Date: Thu, 11 Nov 2010 17:46:42 +0100 X-Google-Sender-Auth: m3d40YBH49ZgvGgslslGr9NZ_lk Message-ID: To: =?ISO-8859-1?B?Suly9G1lIExveWV0?= Cc: php-dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports) From: kalle@php.net (Kalle Sommer Nielsen) Hi J=E9r=F4me 2010/11/11 J=E9r=F4me Loyet : > If this is a normal behaviour, we should add an error at configure > telling that only one SAPI is supported at once. > It not, we should correct it. > > Did I miss something ? On Windows we have no problems in compiling multiple SAPI's using one ./configure, so I believe it is indeed a bug on the Unix build system causing this, so yeah I suppose it should be fixed. --=20 regards, Kalle Sommer Nielsen kalle@php.net