Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39225 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87727 invoked from network); 23 Jul 2008 12:20:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2008 12:20:46 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:57063] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/0E-12534-D1227884 for ; Wed, 23 Jul 2008 08:20:46 -0400 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 9FBF5640166; Wed, 23 Jul 2008 16:20:40 +0400 (MSD) Message-ID: <4887220D.3050004@daylessday.org> Date: Wed, 23 Jul 2008 16:20:29 +0400 User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: Scott MacVicar CC: Lucas Nealan , internals@lists.php.net References: <48871835.60502@daylessday.org> <48871914.9080501@macvicar.net> <4887197E.3030404@daylessday.org> <48871F35.2070700@macvicar.net> In-Reply-To: <48871F35.2070700@macvicar.net> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Zend Signal Handling From: tony@daylessday.org (Antony Dovgal) On 23.07.2008 16:08, Scott MacVicar wrote: >> Do we really need this option? >> Is someone going to disable it and why? >> > > The defines need to be there for anyone who doesn't have sigaction > available PHP_CHECK_FUNC(sigaction) in configure.in should be enough for that. -- Wbr, Antony Dovgal