Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40396 invoked from network); 26 Jun 2015 11:36:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2015 11:36:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=francois@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=francois@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.27.42.2 as permitted sender) X-PHP-List-Original-Sender: francois@php.net X-Host-Fingerprint: 212.27.42.2 smtp2-g21.free.fr Received: from [212.27.42.2] ([212.27.42.2:40803] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/A9-57329-E193D855 for ; Fri, 26 Jun 2015 07:35:58 -0400 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id EABDC4B014A; Fri, 26 Jun 2015 13:35:54 +0200 (CEST) Reply-To: To: "'Kalle Sommer Nielsen'" , "'Internals'" Cc: "'Anatoliy Belsky'" , "'Dmitry Stogov'" , "'Nikita Popov'" , "'Ferenc Kovacs'" , "'Xinchen Hui'" References: In-Reply-To: Date: Fri, 26 Jun 2015 13:35:50 +0200 Message-ID: <003c01d0b004$412e1040$c38a30c0$@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQGUTKtuTUJWqS2AWW/gdyAGZa965543aaRQ Content-Language: fr X-Antivirus: avast! (VPS 150626-0, 26/06/2015), Outbound message X-Antivirus-Status: Clean Subject: RE: [PHP-DEV] Headsup: PHP7 feature freeze From: francois@php.net (=?UTF-8?Q?Fran=C3=A7ois_Laupretre?=) Hi, https://github.com/php/php-src/pull/1367 implements some additions to = the zend_string API I'd like to see in 7.0. It's important, IMHO, because it provides macros to access the 'val' and = 'len' fields of the zend_string struct, which didn't exist previously. = Because of this, we already have thousands of locations directly = accessing ->val/->len. This will take a lot of time to fix and the first = step is to provide an abstraction layer as soon as possible. I asked Dmitry to review the change. As we have a very short delay, I = also announce it here to ensure anybody interested can give an opinion. Important: The PR only contains additional functions and macros. It is = 100 % backwards compatible with any code using the zend_string API. Regards Fran=C3=A7ois > -----Message d'origine----- > De : kalle.php@gmail.com [mailto:kalle.php@gmail.com] De la part de = Kalle > Sommer Nielsen > Envoy=C3=A9 : jeudi 25 juin 2015 17:04 > =C3=80 : Internals > Cc : Anatoliy Belsky; Dmitry Stogov; Nikita Popov; Ferenc Kovacs; = Xinchen Hui > Objet : [PHP-DEV] Headsup: PHP7 feature freeze >=20 > Howdy >=20 > This is a quick heads up that we plan to have the next release of > 7.0.0 be Beta 1, this marks a feature freeze and from there on, we > will switch focus on to stabilization, regressions and other bug > fixes. >=20 > Beta 1 is schedule to be tagged and packaged on July 7th and released > on July 9th which is a small 2 weeks from now to get any remaining > changes of such in. >=20 > If you are in doubt about whether or not your change would be > considered a 'feature' or have any other questions, then feel free to > mail us RMs or reply here. >=20 >=20 > Thanks, > Kalle, Anatol & Ferenc >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php