Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43995 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75639 invoked from network); 15 May 2009 17:50:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2009 17:50:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=giovanni@giacobbi.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=giovanni@giacobbi.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain giacobbi.net from 95.110.130.42 cause and error) X-PHP-List-Original-Sender: giovanni@giacobbi.net X-Host-Fingerprint: 95.110.130.42 gerbil.thgnet.it Linux 2.5 (sometimes 2.4) (4) Received: from [95.110.130.42] ([95.110.130.42:51111] helo=gerbil.thgnet.it) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/0F-27038-16BAD0A4 for ; Fri, 15 May 2009 13:50:26 -0400 Received: from johnny by gerbil.thgnet.it with local (Exim 4.69) (envelope-from ) id 1M51Xy-0005jh-Hq; Fri, 15 May 2009 19:50:14 +0200 Date: Fri, 15 May 2009 19:50:14 +0200 To: Pierre Joye Cc: Andrei Zmievski , Ilia Alshanetsky , PHP Development Message-ID: <20090515175014.GA13957@gerbil.thgnet.it> References: <7033A53F-D4BF-437F-A6AA-AD42C3288342@prohost.org> <4A0C575E.3020305@gravitonic.com> <4A0C649E.4040609@gravitonic.com> <4A0C672E.2010200@sci.fi> <4A0C68F9.2050506@gravitonic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Subject: Re: [PHP-DEV] PHP 5.2.10 From: giovanni@giacobbi.net (Giovanni Giacobbi) On Thu, May 14, 2009 at 10:04:36PM +0200, Pierre Joye wrote: > 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. > Sorry if I'm not getting this right, but doesn't he have to explicitly require version >= 5.2.10 in his pecl/memcached extension? It's not like that with this change his extension is going to work for 5.2.x. Requiring >= 5.2.10 is such a strict requirement that should be replaced with >= 5.3.0. -- Giovanni Giacobbi