Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1698 invoked from network); 25 Jun 2010 01:48:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2010 01:48:34 -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.214.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.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:47883] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/69-38293-1FA042C4 for ; Thu, 24 Jun 2010 21:48:33 -0400 Received: by bwz1 with SMTP id 1so2846171bwz.29 for ; Thu, 24 Jun 2010 18:48:30 -0700 (PDT) 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; bh=AsaH6gkcp+VM0IMnMRuCKVTU7u4GcBmVO0OaqqiOcFk=; b=bjW3oWoK3af8OMhnk5Fn29/jwo2d6XT8FsJs98/X5tEo2ZAaAR+IvEkYQkMwy6NSAr 7hBN/tzyUe4DJRmr1tF9HE8H2eBMw+NLDE4W6MiSNe3qQF1doXIUrNLUzJTQITweXir+ UpGMoZG8FTmz40gwAL+8cyM2iWHwUDiVGNhmQ= 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; b=WyIhQIbEfa5WE4hmAPMKct2THuiRd1MmgiWWRQY53eZMQWFMaltklMWjdclmCEWNyA c5k508xTUYQT6tp2ZEpatcWqM31fT00TGRUTMjndI8UUtqCnpGthvxOriBHBUSFdCLvU 9/x2e605fJicoIELOoA9Q1TCF6+cPNF/HinYg= MIME-Version: 1.0 Received: by 10.204.47.30 with SMTP id l30mr7079520bkf.139.1277430510137; Thu, 24 Jun 2010 18:48:30 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.204.76.67 with HTTP; Thu, 24 Jun 2010 18:48:29 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Jun 2010 03:48:29 +0200 X-Google-Sender-Auth: Pf1W6Thy9RqrJexSanrjcpzs1oM Message-ID: To: Ilia Alshanetsky Cc: Derick Rethans , Internals , Rasmus Lerdorf , gopalv@php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: APC in trunk From: kalle@php.net (Kalle Sommer Nielsen) 2010/6/23 Ilia Alshanetsky : > I believe it is a *nix specific patch. Looking over the patch, it uses some POSIX specific signals whereas Windows only supports the ANSI ones. I don't know how much sense it makes to enable the signal handling for ANSI-only compatible system. Either way I think it should get committed and APC moved into trunk, we seem to have enough votes for this. -- regards, Kalle Sommer Nielsen kalle@php.net