Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82083 invoked by uid 1010); 22 Oct 2005 10:39:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82068 invoked from network); 22 Oct 2005 10:39:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2005 10:39:52 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:41847] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C2/B6-22302-8F61A534 for ; Sat, 22 Oct 2005 06:39:52 -0400 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id D0489D434C; Sat, 22 Oct 2005 13:39:46 +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 j9MAdl8C002777; Sat, 22 Oct 2005 13:39:48 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j9MAdlnC002773; Sat, 22 Oct 2005 13:39:47 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sat, 22 Oct 2005 13:39:47 +0300 (EEST) Reply-To: Jani Taskinen To: Sebastian Bergmann cc: internals@lists.php.net In-Reply-To: Message-ID: References: <42FCE0E4.604@lerdorf.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, 22 Oct 2005, Sebastian Bergmann wrote: > > Jani Taskinen schrieb: >> Containing what? What about those "round-robin" environments where >> you have several machines serving same web pages? > > You're right, what we really need is being able to introduce new > super-globals through extensions (can we do this already?), so that the Yes we can do this already. See ext/session/ for one example. :) But I'd treat this kind of thing rather as part of session handling mechanism though. We had a short thread about this in the "wishlist" thread already so read that too. --Jani