Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50158 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95182 invoked from network); 11 Nov 2010 23:42:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2010 23:42:51 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.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.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:55113] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/A7-39621-87F7CDC4 for ; Thu, 11 Nov 2010 18:42:49 -0500 Received: by qwd7 with SMTP id 7so316460qwd.29 for ; Thu, 11 Nov 2010 15:42:45 -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=rrCDwdMuCxGDe6YqpEujRDA14+OOVyDswAvbbbv+Cn8=; b=nkp0kE5r/OsRJIGUQ4IuUf5bZGdnIOfparKCzZd52lohYdcCJkY9/PmijbavpzIzea qTns4Z9qMepJCRW9ATch+p5QNH05CiLTR9/06L6ODzsJ4seU2/dg1D76DiMnpqEUhmbo /ZuizGyS8nu6Shqe18vMU20nu3e6OY82M2/0w= 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=aq6Y968Bz/N7YOiHluPDOZGcZSiOlSIraK8IqIRLItpGaPjU6xHEWZ2mmpzKQ5Nkhp 32FhBKaQMhs8F+tUAkF5AJs5WcUyrjY4k/3CG7pXHbublURcsFO8zGVc1wBMaYGY0z0w yIy8MVjiSo3D/xyTFmVallgit3T28bq1RcJog= MIME-Version: 1.0 Received: by 10.224.215.135 with SMTP id he7mr1333208qab.378.1289518964860; Thu, 11 Nov 2010 15:42:44 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.220.185.69 with HTTP; Thu, 11 Nov 2010 15:42:44 -0800 (PST) In-Reply-To: <1289517244.28950.1.camel@guybrush> References: <4CDC469B.7050801@iki.fi> <1289517244.28950.1.camel@guybrush> Date: Fri, 12 Nov 2010 00:42:44 +0100 X-Google-Sender-Auth: 6DcdwaYQGINqoQnGROgr3syiYLs Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: =?ISO-8859-1?B?Suly9G1lIExveWV0?= , Jani Taskinen , internals@lists.php.net 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) 2010/11/12 Johannes Schl=FCter : > Some SAPIs might enable it (IIS, apache if threading is detected etc.) > while in many cases out would be better without. Then wouldn't it be logically for SAPI's that require ZTS to be built error out in their config*.m4 files unless the --enable-zts option is used? Thats what the SAPI config.w32 files does for things like Apache2 --=20 regards, Kalle Sommer Nielsen kalle@php.net