Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51081 invoked by uid 1010); 20 Jan 2006 19:51:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51065 invoked from network); 20 Jan 2006 19:51:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2006 19:51:47 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:59666] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DC/25-09290-25F31D34 for ; Fri, 20 Jan 2006 14:51:47 -0500 Received: from [192.168.1.3] (dslb-084-063-004-103.pools.arcor-ip.net [84.63.4.103]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id CE0F035C1BF; Fri, 20 Jan 2006 20:51:42 +0100 (CET) Date: Fri, 20 Jan 2006 20:49:46 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1152199160.20060120204946@marcus-boerger.de> To: Rasmus Lerdorf Cc: internals@lists.php.net, omar@rmilk.com In-Reply-To: <43D13AAE.1030409@lerdorf.com> References: <43D13AAE.1030409@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] JSON inclusion in core From: helly@php.net (Marcus Boerger) Hello Rasmus, Friday, January 20, 2006, 8:31:58 PM, you wrote: > pecl/json is a rather simple extension with no external deps (it bundles > the small library it uses). The JSON format is stable with no real > possibility of changing basically by definition, and I see its use > exploding this year. There is also talk to a JSON Request object being > added to browsers and if that happens we need to support that natively > much like we support url-encoded form data ending up directly in $_POST. > I could see a $_JSON if browsers start sending this. But, as an > initial step how about we bundle pecl/json in the next release? > There is an issue with the fact that it is LGPL'ed. But perhaps we can > work with Omar to put at least the extension part under the PHP license > when bundled with PHP. I don't care for the lib itself whether we bundle or not. The extension should however change to PHP License just like XmlWriter needed to change. Best regards, Marcus