Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6239 invoked from network); 23 Dec 2009 08:27:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2009 08:27:22 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.192 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.192 mail-yx0-f192.google.com Received: from [209.85.210.192] ([209.85.210.192:51622] helo=mail-yx0-f192.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/15-00186-764D13B4 for ; Wed, 23 Dec 2009 03:27:21 -0500 Received: by yxe30 with SMTP id 30so7952010yxe.29 for ; Wed, 23 Dec 2009 00:27:17 -0800 (PST) Received: by 10.101.7.35 with SMTP id k35mr15222493ani.179.1261556837256; Wed, 23 Dec 2009 00:27:17 -0800 (PST) Received: from ?192.168.200.22? (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id 22sm3147635yxe.21.2009.12.23.00.27.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Dec 2009 00:27:16 -0800 (PST) Message-ID: <4B31D462.9080507@lerdorf.com> Date: Wed, 23 Dec 2009 00:27:14 -0800 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ignore_user_abort=true for sapi/cli From: rasmus@lerdorf.com (Rasmus Lerdorf) Can anyone think of a situation where you actually want our current ignore_user_abort=false setting for the cli sapi? -Rasmus