Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43956 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83669 invoked from network); 14 May 2009 20:04:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2009 20:04:40 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:10706] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/74-27038-7597C0A4 for ; Thu, 14 May 2009 16:04:40 -0400 Received: by fg-out-1718.google.com with SMTP id 16so458726fgg.0 for ; Thu, 14 May 2009 13:04:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/YEtt8C4bel4GYaGy8Dd4dyUv4lPqhotr9lPtBNbouM=; b=DPM4mL0CDQgZpdT1kqrBc9/R2DJqI9yBPJ6/Wpxh4ebiQjWHO39NrBUzoCNInMS5vr iAe2HKJqTMaYsfULFxAFowyAB345WfGGGLwpGQb0yrTo6S89pTqkiZadOETJLm7XMj28 zM32kpfF0KdWYtb7QNGyihdObXcrZF6nus/mU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=oEfTOaX3d6FTRQI9NEHkNOXbfub0KnbhZAlELf0NR86Pj7Ttw+p67j22+s7EDX0XYy BM5+pMls+v0cULz1S1wco6N9Heo19440JH/8/bM5sKb29ATtg4LrUYW/Q9XpLTvq3Wuv yWwStCaTosz1gPblEmun0c/leAo0+jwJVLC2M= MIME-Version: 1.0 Received: by 10.86.80.5 with SMTP id d5mr2931197fgb.6.1242331476039; Thu, 14 May 2009 13:04:36 -0700 (PDT) In-Reply-To: <4A0C68F9.2050506@gravitonic.com> References: <7033A53F-D4BF-437F-A6AA-AD42C3288342@prohost.org> <4A0C575E.3020305@gravitonic.com> <4A0C649E.4040609@gravitonic.com> <4A0C672E.2010200@sci.fi> <4A0C68F9.2050506@gravitonic.com> Date: Thu, 14 May 2009 22:04:36 +0200 Message-ID: To: Andrei Zmievski Cc: jani.taskinen@iki.fi, Ilia Alshanetsky , PHP Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.10 From: pierre.php@gmail.com (Pierre Joye) hi Ilia, On Thu, May 14, 2009 at 8:54 PM, Andrei Zmievski wrote: > Jani Taskinen wrote: >> >> It's still new stuff. And we need more things in 5.3/6 to make them more >> interesting to general populus too. ;) > > Great, so I'll just end up copying almost all of ext/json code into > pecl/memcached then. Hooray for loose coupling. It is actually not about adding features. If I understand correctly what Andrei likes to have, it is only about exposing the JSON API. That means no code change (no new feature or whatever else) but only adding the right PHP_API related declaration to the right place and install the json header. That could actually be very useful with no impact on the code (userland or extensions). I think we should allow this change. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org