Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23187 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55605 invoked by uid 1010); 7 May 2006 16:27:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55590 invoked from network); 7 May 2006 16:27:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2006 16:27:40 -0000 X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:32968] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 49/06-63443-CFF1E544 for ; Sun, 07 May 2006 12:27:40 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.6/8.12.11) with ESMTP id k47GRZkv021300; Sun, 7 May 2006 18:27:35 +0200 Date: Sun, 7 May 2006 18:27:30 +0200 (CEST) X-X-Sender: derick@localhost To: Rasmus Lerdorf cc: Ilia Alshanetsky , internals Mailing List In-Reply-To: <445E1E51.3010603@lerdorf.com> Message-ID: References: <6E5468C5-630C-48B8-A501-6FC874651D01@prohost.org> <445D8156.8090701@lerdorf.com> <506DE35B-1925-4DA7-8F9F-F23F7D77EE87@prohost.org> <445E0BEF.1080403@lerdorf.com> <445E17ED.8010003@lerdorf.com> <30AC7F22-70A4-4109-8021-9FBF77D408EE@prohost.org> <445E1E51.3010603@lerdorf.com> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHP 5.2 Branched From: derick@php.net (Derick Rethans) On Sun, 7 May 2006, Rasmus Lerdorf wrote: > Ilia Alshanetsky wrote: > > Well that can still work, we can access the data from PG(http_globals) > > without having to duplicate the data at the onset. > > Not if we don't enable the extension which is what we are talking about. Well, we should enable it by default with the default filter set to raw... otherwise folks still don't have the input_get functionality which is the basic point of this extension to me. For me this is much more useful then JSON... Derick