Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50141 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60777 invoked from network); 11 Nov 2010 16:36:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2010 16:36:16 -0000 Authentication-Results: pb1.pair.com header.from=jerome@loyet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jerome@loyet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain loyet.net from 209.85.212.170 cause and error) X-PHP-List-Original-Sender: jerome@loyet.net X-Host-Fingerprint: 209.85.212.170 mail-px0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:65269] helo=mail-px0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/11-51384-E7B1CDC4 for ; Thu, 11 Nov 2010 11:36:15 -0500 Received: by pxi19 with SMTP id 19so494303pxi.29 for ; Thu, 11 Nov 2010 08:36:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.7.211 with SMTP id f19mr1025735icf.311.1289493367154; Thu, 11 Nov 2010 08:36:07 -0800 (PST) Received: by 10.42.144.195 with HTTP; Thu, 11 Nov 2010 08:36:07 -0800 (PST) Date: Thu, 11 Nov 2010 17:36:07 +0100 Message-ID: To: php-dev Content-Type: text/plain; charset=ISO-8859-1 Subject: [PHP] multiple sapi (multiple bug reports) From: jerome@loyet.net (=?ISO-8859-1?B?Suly9G1lIExveWV0?=) Hi guys, there is several bug reports about having problem compiling differents SAPI at once. http://bugs.php.net/52419 http://bugs.php.net/48989 http://bugs.php.net/53271 I'm also experiencing the same problem. CLI can be compiled and build with any other SAPI. But only one other SAPI could be compiled and build at once. 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 ? ++ Jerome