Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91852 invoked from network); 16 Dec 2014 11:03:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 11:03:23 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.216 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.216 imap10-3.ox.privateemail.com Received: from [192.64.116.216] ([192.64.116.216:56177] helo=imap10-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/13-07463-97110945 for ; Tue, 16 Dec 2014 06:03:22 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 28F382400C2; Tue, 16 Dec 2014 06:03:19 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap10.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap10.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QFYWDMMudYIe; Tue, 16 Dec 2014 06:03:18 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 3C6BE2400D6; Tue, 16 Dec 2014 06:03:17 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <54900F01.2080309@beccati.com> Date: Tue, 16 Dec 2014 11:03:16 +0000 Cc: Xinchen Hui , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <24343159-F6CC-4C11-AD8B-CFB608A87339@ajf.me> References: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> <548FE4A8.4040909@beccati.com> <6879A58C-458B-459D-97D3-1A73663E1A0E@ajf.me> <54900F01.2080309@beccati.com> To: Matteo Beccati X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [RFC] PHP 5.7 From: ajf@ajf.me (Andrea Faulds) Hey Matteo, > On 16 Dec 2014, at 10:52, Matteo Beccati wrote: >=20 > On 16/12/2014 08:55, Andrea Faulds wrote: >> Could you tell me which RFCs targeted 5.7 and didn=E2=80=99t just add = deprecation notices? I=E2=80=99m unaware of any. >=20 > I've tried to search the ML for such list of RFCs: >=20 > https://wiki.php.net/rfc/gc_fn_pointer > https://wiki.php.net/rfc/secure_unserialize (also 5.6 if RMs agree) > https://wiki.php.net/rfc/closure_apply > https://wiki.php.net/rfc/pack_unpack_64bit_formats (targeting 5.6) > https://wiki.php.net/rfc/intdiv > https://wiki.php.net/rfc/session.user.return-value >=20 > maybe others too, but I got bored ;) I wrote the Closure::call() and intdiv() RFCs. Truth be told, they both = targeted master, not a specific PHP version. master has become PHP 7, so = whatever the wording of them said, they really target PHP 7 now. They = were written back before the whole PHP 7/phpng thing when I didn=E2=80=99t= know whether we were going to go straight to PHP 7 or whether there=E2=80= =99d be another minor and then PHP 7 a year or two after. Now we=E2=80=99r= e going straight to PHP 7 - the 5.7 proposed wouldn=E2=80=99t be an = exception to that, as 5.7 would have no new features and be released = around the same time. It=E2=80=99s not, well, the 5.7 I had in mind when = I wrote those RFCs. Filtered unserialize() and 64-bit pack/unpack targeted 5.6 micro = releases, not 5.7. I don=E2=80=99t really know about the session handling and GC ones. -- Andrea Faulds http://ajf.me/