Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72429 invoked from network); 20 Apr 2015 18:00:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2015 18:00:37 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.180 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.223.180 mail-ie0-f180.google.com Received: from [209.85.223.180] ([209.85.223.180:33793] helo=mail-ie0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/50-01455-3CE35355 for ; Mon, 20 Apr 2015 14:00:36 -0400 Received: by iedfl3 with SMTP id fl3so138621473ied.1 for ; Mon, 20 Apr 2015 11:00:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=djxTqmHzP4FnSYPti3IxN3fCQTI1fz0OmKBq27nqbIo=; b=xoG7fNOZQ/cXOmHSQQ3jo3FqhIXKzsqoG1PsxDsSk0rB96PtjFhvtT6B7Dyru6yXsy aE4AB0xDRxBc0fUpcYA8BKajS//ONY/YUCr17fI1FXEbBCMokIaOX5MjwRBbvYQRWXOu 4mKfOD6joAPQKK3jwtWV/3c5kt4qMCOVULnTtNLHdl9Fq80sgHoXXjTjfK6pLl71DJdG JGYo7rc+Q5q81DOi3hE62CYvDceTkTNPoizhMaL1rP4yR1c37o3GUcl8r4LeiCDRr6E6 a0uNwZAksAQhlGpPfwZbZGSViZA6ZDk+xoORAcrOT7PAvO2BocMcok04BIpu4QMwZvsW wXmg== MIME-Version: 1.0 X-Received: by 10.107.46.39 with SMTP id i39mr15752347ioo.8.1429552833235; Mon, 20 Apr 2015 11:00:33 -0700 (PDT) Sender: jakub.php@gmail.com Received: by 10.107.153.74 with HTTP; Mon, 20 Apr 2015 11:00:33 -0700 (PDT) In-Reply-To: References: <012601d0776b$8672a250$9357e6f0$@php.net> <014401d0778d$e5683410$b0389c30$@php.net> <016101d07838$540af3d0$fc20db70$@php.net> Date: Mon, 20 Apr 2015 19:00:33 +0100 X-Google-Sender-Auth: KHyPYPGmiZld--QTnbvdCG--hoY Message-ID: To: Pierre Joye Cc: "francois@php.net" , PHP internals , Benjamin Eberlei Content-Type: multipart/alternative; boundary=001a1137805ed0102c05142bb490 Subject: Re: [PHP-DEV] Fixing bundled extension version mess From: bukka@php.net (Jakub Zelenka) --001a1137805ed0102c05142bb490 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, On Thu, Apr 16, 2015 at 1:21 PM, Pierre Joye wrote: > On Thu, Apr 16, 2015 at 6:27 PM, Fran=C3=A7ois Laupretre > wrote: > >> De : Pierre Joye [mailto:pierre.php@gmail.com] > >> > >> The problem we have now is core extensions with senseless versions > >> without > >> any external versions. Or mixed codebase, like core is a mix of extern= al > >> and core specific codes which is not in any external releases. That is > what > >> we should solve. > > > > Do you have a list of these problematic extensions ? > > json : 1.2.1 > I bumped json to 1.4.0 some time ago and I would like to have its own version as well. The reason is that after releasing PHP 7 I plan to release jsond pecl ext for PHP 5 that will be drop in alternative for the existing json in 5 and will behave exactly as json in 7. They will both have the same major and minor. It will be also useful for other things to maintain that versioning. Cheers Jakub --001a1137805ed0102c05142bb490--