Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56115 invoked from network); 17 Jun 2014 21:28:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2014 21:28:03 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass 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 209.85.192.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.44 mail-qg0-f44.google.com Received: from [209.85.192.44] ([209.85.192.44:55372] helo=mail-qg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/12-43470-2E2B0A35 for ; Tue, 17 Jun 2014 17:28:02 -0400 Received: by mail-qg0-f44.google.com with SMTP id j107so559029qga.3 for ; Tue, 17 Jun 2014 14:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mDvyNln4bByoWaSp0lL9yS/pgVzLGXqMN8/CIe9MIOI=; b=RxwxC8LfxpZElzO1Blu0Z2LCVmkS9XcxRmuDHX4/V8a+uB2HUaL+uwZYGRPn4O4WWr vRAQf2E1poG2LvoV7IKfSZ2lAmZhDsBiStqT5KEl5jTHIJNhrHRXP11aChm+JbYHRnBm C1R4LGdCejiuji6vzpFJKchwlblX3jAozRAnwCemJlWOtFEur67qwRlbM9OkF26YB/a0 OMb5P1tO0zr+WWhjipPcEgS8iLvyvFuwX3rcJaDlMVZanUYyAy9mbuUrG7qBATZMy7GF L/hovW+e5mzedPhnPe/z6YQkyXNSVQ+uN/nRbSloYftFRnedWxFEU4su08DheVocPcTe uLwQ== MIME-Version: 1.0 X-Received: by 10.140.40.180 with SMTP id x49mr38760598qgx.16.1403040479325; Tue, 17 Jun 2014 14:27:59 -0700 (PDT) Received: by 10.140.37.115 with HTTP; Tue, 17 Jun 2014 14:27:59 -0700 (PDT) In-Reply-To: <53A0B251.2060508@sugarcrm.com> References: <53886F73.70402@php.net> <539B0888.9040208@fedoraproject.org> <53A0A71E.9020503@sugarcrm.com> <53A0B251.2060508@sugarcrm.com> Date: Tue, 17 Jun 2014 23:27:59 +0200 Message-ID: To: Stas Malyshev Cc: Ferenc Kovacs , Rafael Dohms , Marco Pivetta , Remi Collet , internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: pierre.php@gmail.com (Pierre Joye) On Tue, Jun 17, 2014 at 11:25 PM, Stas Malyshev wrote: > Hi! > >> And where is the limit? > > We define the limit. > >> Add a full extension is fine too? No, it is not. > > Depends on the extension. Adding new extension to core may be not > warranted, because you can just as well put it on PECL. So it's not a > good example - you can't just put a new function or parameter on PECL. > >> It reintroduces the pain to add dozen minors version checks for php >> version dependencies. > > You don't need version checks. You need functionality checks. You'd need > them anyway if you want to support multiple versions. you need both, and it is painful. -- Pierre @pierrejoye | http://www.libgd.org