Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75759 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72332 invoked from network); 21 Jul 2014 10:04:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2014 10:04:57 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:44594] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/54-51736-9C5ECC35 for ; Mon, 21 Jul 2014 06:04:57 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id B55EE10C015; Mon, 21 Jul 2014 11:04:53 +0100 (BST) Date: Mon, 21 Jul 2014 11:04:53 +0100 (BST) X-X-Sender: derick@whisky.home.derickrethans.nl To: Zeev Suraski cc: PHP internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-2123268508-1405937093=:3793" Subject: Re: [PHP-DEV] RFC: Move phpng to master From: derick@php.net (Derick Rethans) --8323329-2123268508-1405937093=:3793 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 21 Jul 2014, Zeev Suraski wrote: > As we=E2=80=99re getting closer to release 5.6.0, and given the very high= level of > interest in phpng, I think it=E2=80=99s time for us to provide some clari= ty > regarding what happens post 5.6.0. >=20 > Dmitry and I wrote an RFC proposing that we merge phpng into master and > turn it into the basis of the next major version of PHP (name TBD). >=20 > The RFC is available at https://wiki.php.net/rfc/phpng I was wondering whether there is an extension upgrading guide somewhere?=20 I saw that https://wiki.php.net/phpng-int lists the changes to zvals,=20 but it's not a guide and/or checklist on what to do for upgrading an=20 extension. This, IMO, should include things such as: - which things needs changing - how object instanciation is now different - common pitfalls and errors.=20 - etc. If there isn't such a thing, it's going to be quite necessary for 3rd=20 party extension developers I'd say. cheers, Derick --8323329-2123268508-1405937093=:3793--