Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79036 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59360 invoked from network); 20 Nov 2014 11:34:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2014 11:34:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:42260] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/E7-14967-6C1DD645 for ; Thu, 20 Nov 2014 06:34:31 -0500 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id A0CBA474FA; Thu, 20 Nov 2014 12:34:47 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.178.73] (p5DCBD6B1.dip0.t-ipconnect.de [93.203.214.177]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 8BD20474F9; Thu, 20 Nov 2014 12:34:45 +0100 (CET) Message-ID: <1416483265.15061.26.camel@kuechenschabe> To: =?UTF-8?Q?=E5=85=B0_=E8=82=96=E9=B2=81?= Cc: Tigran Bayburtsyan , internals@lists.php.net Date: Thu, 20 Nov 2014 12:34:25 +0100 In-Reply-To: References: <1416479430.15061.15.camel@kuechenschabe> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP SAPI module help From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2014-11-20 at 19:19 +0800, 兰 肖鲁 wrote: > How about writing this logic in an extension? Because u can write > your own RSHUTDOWN function to protect your data. Sorry, I have no idea what logic you want to put in a rshutdown and what data you want to protect. And how that relates to this discussion around SAPIs. johannes