Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 523 invoked from network); 22 Jun 2010 22:49:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2010 22:49: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:60419] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/90-29432-DFD312C4 for ; Tue, 22 Jun 2010 18:49:33 -0400 Received: by bwz1 with SMTP id 1so1942002bwz.29 for ; Tue, 22 Jun 2010 15:49: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=DNX7qOLY5ayUJwhG+iTulSEG49ed2N2KY1LiUactypY=; b=TpJen/HOT9v84bu+E4/yRK8uA4FUgeRyHSxuboxN0+Zz70wx6VFPKH+YWNQAoIryOD O929x+XaGB/h2U9BM4JTjnXOtt8cTscGkHWMVAgtWulgvfnrssjUE9FvYE5UbLkQ02/K 3JQA3/zafSfzedpQkMAkNHN7qgHFGiQtv9wZU= 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=g9IPdlKiouofJDJYDVhfrGq33mdlEXYuvipNZuTMaLjAgEthSoAKWdV7LPpDiIvkGw O5BrG0BaF9IDRTMmib9j9iv3jCHdXdTcGONUCeTgBFOI/rPjPkyscW+Ckobz2JGucHrK Zdo/rCHFotuB8P1Wss1dppuRadUcJwGb/AtXc= MIME-Version: 1.0 Received: by 10.204.73.223 with SMTP id r31mr4813284bkj.145.1277246970181; Tue, 22 Jun 2010 15:49:30 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.204.76.67 with HTTP; Tue, 22 Jun 2010 15:49:29 -0700 (PDT) In-Reply-To: References: Date: Wed, 23 Jun 2010 00:49:29 +0200 X-Google-Sender-Auth: Yj_S-5vq2BBDBeZdBvihtxou37w 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/22 Ilia Alshanetsky : > We may also want to include the signals patch as part of the commit, > as that both enhances speed and makes critical sections more safe, > which is pretty important for opcode caches such as PHP. Whats the status of the zend signal handling RFC/patch, did it need Windows support or any other things? If so then I dont see a reason not to include it as it is now, as it will be improved anyway as we are getting closer to a release. -- regards, Kalle Sommer Nielsen kalle@php.net