Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69577 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42624 invoked from network); 16 Oct 2013 09:03:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2013 09:03:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 74.125.83.54 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 74.125.83.54 mail-ee0-f54.google.com Received: from [74.125.83.54] ([74.125.83.54:47675] helo=mail-ee0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/93-31591-4765E525 for ; Wed, 16 Oct 2013 05:03:49 -0400 Received: by mail-ee0-f54.google.com with SMTP id e53so204624eek.13 for ; Wed, 16 Oct 2013 02:03:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=iEwvlcDxSNTTMKDuQNRzghmh6RcSsmHlL10mIO/Ia8M=; b=SM1jkZ56E0sIPau1NKPJoUlHcaMnxLw+7bL6BrudzHZ2ZNJoUHZEHH3yAip1vUOu3V BemK2Y4uNWXdKBI3NyjC/adj8rQY3Kk6W0JDu6/9wKwiJB5hvEthJB8h2xbu+UxTHyZU x28jVexvY0cRG7d/Ra6JI5uzbgz9H5s13cQI/3Cj7O26g9yu64HyZiXibnxzTVDvFpqp M5ZVc0iT/zqRoYQzDGybD7jrFDvZRUT5vJ6G0gUuxMOhWk2i9Z3rZEF/Fu3J83YXfS7b qH2YG8JV2FycRGjtUiYzUYEfst9fdzO16DLnbOHjq6e54qa+0baVh72a1BeIa4ZwI6Br GeQQ== X-Gm-Message-State: ALoCoQmQ7g3ErpMV3RpGX2/rCXb+XYwogzrOz6ewf4aQQrq/zFwG5fmehPQh4I5Dxd1v7Cjb7yRw X-Received: by 10.15.109.195 with SMTP id cf43mr2264842eeb.60.1381914225593; Wed, 16 Oct 2013 02:03:45 -0700 (PDT) Received: from [172.17.40.142] ([217.76.196.150]) by mx.google.com with ESMTPSA id a1sm177060511eem.1.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Oct 2013 02:03:44 -0700 (PDT) Message-ID: <525E566F.7080506@lerdorf.com> Date: Wed, 16 Oct 2013 12:03:43 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: =?UTF-8?B?T25kxZllaiBTdXLDvQ==?= , internals@lists.php.net References: <1381905630.7828.34562081.361BB29E@webmail.messagingengine.com> In-Reply-To: <1381905630.7828.34562081.361BB29E@webmail.messagingengine.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP 5.6 Process From: rasmus@lerdorf.com (Rasmus Lerdorf) On 10/16/2013 09:40 AM, Ondřej Surý wrote: > Hi Inf^Hternals, > > Debian freeze will happen in 14 months, that means that we might be able > to squeeze PHP 5.6 into next Debian stable. > > One question though – do you envision that the module ABI will change in > PHP 5.6? (e.g. are there already plans to do so?) Obviously not > changing ABI would make things much more simpler since it won't require > the transition. Knowing before hand would also making things simpler > since I could get pre-approval from Debian release team. Yes, chances are good that it won't be ABI compatible. I don't think we have ever had a X.Y relased that was completely ABI compatible with X.Y-1. -Rasmus