Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40599 invoked by uid 1010); 7 May 2006 15:23:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40584 invoked from network); 7 May 2006 15:23:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2006 15:23:14 -0000 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.237 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.237:57734] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FD/74-63443-0E01E544 for ; Sun, 07 May 2006 11:23:13 -0400 Received: by wr-out-0506.google.com with SMTP id i32so887830wra for ; Sun, 07 May 2006 08:23:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=C20veEI0u3Pkz4wqCu645xrvqayVNo6SvNoHQ4kmuwsO8bBtVfXHuT69Dj9DTG50KrxtV5AwTueVYRD8W8YUAA7c/ZT8K8PPt8Jce11L0Upi9zkfEJgC6V5ypFU2HDPdrtquzbGUtwM5CAqFlDBn+Rbq6uYaRJ0jm111kt4f7oQ= Received: by 10.65.219.7 with SMTP id w7mr523028qbq; Sun, 07 May 2006 08:23:10 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id f15sm709151qba.2006.05.07.08.23.10; Sun, 07 May 2006 08:23:10 -0700 (PDT) In-Reply-To: <445E0BEF.1080403@lerdorf.com> References: <6E5468C5-630C-48B8-A501-6FC874651D01@prohost.org> <445D8156.8090701@lerdorf.com> <506DE35B-1925-4DA7-8F9F-F23F7D77EE87@prohost.org> <445E0BEF.1080403@lerdorf.com> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: internals Mailing List Content-Transfer-Encoding: 7bit Date: Sun, 7 May 2006 11:23:07 -0400 To: Rasmus Lerdorf X-Mailer: Apple Mail (2.749.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] PHP 5.2 Branched From: ilia@prohost.org (Ilia Alshanetsky) On 7-May-06, at 11:02 AM, Rasmus Lerdorf wrote: > Ilia Alshanetsky wrote: >> I am +0 on these two extensions, hence the "to be discussed", as >> long as they are not enabled by default I see no problem with >> symlinking them in. > > I'd like to see the json extension enabled by default. It's a > trivially small extension with no external deps and pretty much > required for modern Web apps. > That's stretching it a bit, don't you think? I don't deny that JSON extension is useful, but "required" for modern apps, c'mon... > And I think the filter extension should be enabled as well, but > without the default filter turned on to make the filtering > functions available. > What impact would it have on the speed of input processing if it is always there, but not doing anything? I'd prefer to avoid adding extra overhead for something that does nothing by default, we have enough performance issues as is in 5.X. Pierre and Derick are telling me that if the RAW filter is enabled it won't touch the data so perhaps that's the route we should take, but I'd definitely like to see before & after benchmarks. Ilia