Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69575 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34778 invoked from network); 16 Oct 2013 06:51:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2013 06:51:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.82.50 mail-wg0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:40549] helo=mail-wg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/72-31591-9573E525 for ; Wed, 16 Oct 2013 02:51:06 -0400 Received: by mail-wg0-f50.google.com with SMTP id n12so247811wgh.5 for ; Tue, 15 Oct 2013 23:51:03 -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:content-transfer-encoding; bh=kopBHVVTxIUCi7wzKuyD16eq7oXCRKuc27UFbyJ48qQ=; b=C05HDypOv0DG+BsYEYp7vpM4zhNzeNs2na8atrp5Jpxp4jI9CXmOsgJdDt2R3rbRkh 7TJ49ZIQ4dhAMyEx4Uik0Nheweridura3j8jdvbTyUjnC/0L4AHw19GYHjvUVUCN+pam GvxQdxVeJVZMQofIg/th3F9dCCnPVVVDyqSE73l61PSxWfLz4vmtRsJWJVthQEARpZNF vOLmJJ3xauZF/yk60jccGhAEjReC4NiHCqQsQN4AELgSsfmgCN6RijW0Ca3njoplkyY/ djqo0S4btXi1Ig4UV347k9CM5H0gKrOCXFp7SwMZXXpkMloSqsDceF/H70FRClv3rWp4 0Mdw== MIME-Version: 1.0 X-Received: by 10.194.104.42 with SMTP id gb10mr976343wjb.16.1381906262883; Tue, 15 Oct 2013 23:51:02 -0700 (PDT) Received: by 10.227.200.199 with HTTP; Tue, 15 Oct 2013 23:51:02 -0700 (PDT) In-Reply-To: <1381905630.7828.34562081.361BB29E@webmail.messagingengine.com> References: <1381905630.7828.34562081.361BB29E@webmail.messagingengine.com> Date: Wed, 16 Oct 2013 08:51:02 +0200 Message-ID: To: =?UTF-8?B?T25kxZllaiBTdXLDvQ==?= Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP 5.6 Process From: pierre.php@gmail.com (Pierre Joye) hi Ond=C5=99ej! On Wed, Oct 16, 2013 at 8:40 AM, Ond=C5=99ej Sur=C3=BD wr= ote: > 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 =E2=80=93 do you envision that the module ABI will ch= ange 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. We surely may change it yes. Mainly due to better 64bit support, size_t and int(32|64)_t usage. That will impact a lot of code, in core or in external extensions. Help welcome in this area as it is a huge effort. Some remaining missing TSRMLS_* usage may be added as well. Cheers, --=20 Pierre @pierrejoye | http://www.libgd.org