Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41971 invoked from network); 23 Jul 2008 16:08:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2008 16:08:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:48434] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/E7-12534-E7757884 for ; Wed, 23 Jul 2008 12:08:32 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 23 Jul 2008 19:09:03 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 23 Jul 2008 09:08:50 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CE01D0462F@us-ex1.zend.net> In-Reply-To: <4887220D.3050004@daylessday.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] [RFC] Zend Signal Handling Thread-Index: Acjsvr67+I0kF8ifTsmbPh8CAxqeuQAH1f/A References: <48871835.60502@daylessday.org> <48871914.9080501@macvicar.net> <4887197E.3030404@daylessday.org> <48871F35.2070700@macvicar.net> <4887220D.3050004@daylessday.org> To: "Antony Dovgal" , "Scott MacVicar" Cc: "Lucas Nealan" , X-OriginalArrivalTime: 23 Jul 2008 16:09:03.0511 (UTC) FILETIME=[6CF77270:01C8ECDE] Subject: RE: [PHP-DEV] [RFC] Zend Signal Handling From: andi@zend.com ("Andi Gutmans") I want to give this a last consideration (by tomorrow). Main things are: - Checking into sigaction() support on various UNIX flavors. I am not sure that all exotic systems have it available and we want to be able to run on those (e.g. older IRIX, AIX, HP-UX versions). - Want to see what to do on Windows if anything. I don't believe we really covered this previously accept for our timeout thread so I think it is a non issue. I would prefer this patch to be in PHP 5.3 but I have a feeling we should keep the patch as-is and enable this to be configured out (don't care if it's implicit and not explicit). Andi > -----Original Message----- > From: Antony Dovgal [mailto:tony@daylessday.org] > Sent: Wednesday, July 23, 2008 5:20 AM > To: Scott MacVicar > Cc: Lucas Nealan; internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] Zend Signal Handling >=20 > 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 >=20 > PHP_CHECK_FUNC(sigaction) in configure.in should be enough for that. >=20 > -- > Wbr, > Antony Dovgal >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php