Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18014 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14180 invoked by uid 1010); 14 Aug 2005 01:06:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14165 invoked from network); 14 Aug 2005 01:06:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2005 01:06:20 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:51897] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D2/05-33075-C099EF24 for ; Sat, 13 Aug 2005 21:06:20 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id A4144D0808; Sun, 14 Aug 2005 04:06:14 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j7E16EM7023486; Sun, 14 Aug 2005 04:06:14 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j7E16DoL023483; Sun, 14 Aug 2005 04:06:13 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sun, 14 Aug 2005 04:06:13 +0300 (EEST) Reply-To: Jani Taskinen To: George Schlossnagle cc: internals In-Reply-To: <8A1E0BC8-0F6C-4B70-B53E-1AE02E500F05@omniti.com> Message-ID: References: <42FCE0E4.604@lerdorf.com> <42FDB870.8040807@kmit.sk> <8A1E0BC8-0F6C-4B70-B53E-1AE02E500F05@omniti.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: sniper@iki.fi (Jani Taskinen) On Sat, 13 Aug 2005, George Schlossnagle wrote: > > On Aug 13, 2005, at 5:08 AM, Ondrej Ivani wrote: >> >> 9. Shared memory storage for variables with transparent access. (superglobal >> array?) > > -1. This is hard to make consistent across all platforms, and will break > instantly when you go past 1 machine, making it confusing and of marginal > usage. Maybe this could be something that ext/session could provide. I sure can find some uses for a 'global session'. --Jani