Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61981 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83431 invoked from network); 3 Aug 2012 00:17:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2012 00:17:43 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:50283] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/D3-61111-6A81B105 for ; Thu, 02 Aug 2012 20:17:43 -0400 Received: by wgx1 with SMTP id 1so75940wgx.11 for ; Thu, 02 Aug 2012 17:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=31CaFkei8ls/Q7BugaGj5SqGL9iwA9DAvrUxrzohHbo=; b=G3usy3YvBfDmXfbK8vIXv9ZJpd8I98TPNGd6n9LTKyki/vfE8GhVk7nh/97unbYENe vBiu5E1tGfajFQ5Se74YjPo/H9bxFmzcFS/lc8THRfGLwWTk1p0nvoy06GXYykX5RzNe fZEDZSbxE9r7dUID4L304IU5SaG/TFCO69WCzG3y9QoiG/BAKhJNuUdExotwMZ7thhlK MPjBRrssuzfCkmVRmBtz4BlEqrEaFTqVaDLzftqmcNlIFuA908VjuXFam+E8bq6hXnz9 o0jwr6GwVOc3ngcBFa+4p3uO5XXfpnNz0ML85F+02VqC8GQKIn7c8UAzi63wVPJzZVmq NG4g== Received: by 10.180.85.167 with SMTP id i7mr8741015wiz.8.1343953060037; Thu, 02 Aug 2012 17:17:40 -0700 (PDT) Received: from [192.168.1.26] (174.Red-83-41-242.dynamicIP.rima-tde.net. [83.41.242.174]) by mx.google.com with ESMTPS id h9sm36484872wiz.1.2012.08.02.17.17.38 (version=SSLv3 cipher=OTHER); Thu, 02 Aug 2012 17:17:39 -0700 (PDT) Message-ID: <501B1847.9000700@gmail.com> Date: Fri, 03 Aug 2012 02:16:07 +0200 User-Agent: Thunderbird MIME-Version: 1.0 To: Sara Golemon CC: Leigh , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Add runkit to PHP Runtime From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 03/08/12 01:22, Sara Golemon wrote: > In all seriousness, I'd love to hear how you'd do Sandboxing without > using the tsrm context hack I used in runkit. That approach had > nothing to do with being in PECL, it had to do with that being the > only mechanism available to swap globals in and out at will. Actually, you could replace the whole EG() struct. It'd be slower, but it should work flawlessly. Regards