Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97107 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31645 invoked from network); 21 Nov 2016 12:01:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2016 12:01:59 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.196 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.223.196 mail-io0-f196.google.com Received: from [209.85.223.196] ([209.85.223.196:33865] helo=mail-io0-f196.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/60-29346-532E2385 for ; Mon, 21 Nov 2016 07:01:58 -0500 Received: by mail-io0-f196.google.com with SMTP id n13so6282373ioe.1 for ; Mon, 21 Nov 2016 04:01:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=HYjp33hgVP3K5HF0YYIR3bjmcPU9rXN0VDl+Rh8gFLY=; b=PQ3vQHo32q1eq6cOPYDX/gHk8QG0Dayx+K3Yq1Wg8cA4O7KeR4F67X7oqBI0EuCfKS CyohinkhLeZ3VN/Y6lgSYirBZiI2w1Kh3vnyZSpkgBfhgCg6VoLwQascsR9qzPQ9U9Ut qCYNwyiLrBkPN+YlyTX5br1cthqNb5TG8OGXVyV8j4eyJzEAyLPmiIfCP9/CFU36ST3W 5AikO+J8h5uwNqVeU/KFSYSuClAq0LkhpmoPktDWZXf/FFxzUeq0wYgKPB59HX/1q3WJ DB6aVAonRiso3dyxlu8We2wRk+5oCuZx/qXc6RXWRxdcwXobFFDdn9h0Tixsq75x4WMD elDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=HYjp33hgVP3K5HF0YYIR3bjmcPU9rXN0VDl+Rh8gFLY=; b=TJQGMyYlozlCkaPeo1dfkx63on1Sum0CCgqOHIejVfOQJCqVVxhXZGzYgWJxm+JMi7 L6VIpjADIcxoMHJpTjIS9bx8QMU7YyJafgvb2BQ7F8pDaPUuTB7xUC5fKe0rHO9n+JqG Ufr7oLwwya0kpi0SEkYU//CiQPyhBF0Lz0MffFHftIZUWBAr9xpwZXNIw11Av+PZrE8k 4XVdJHIBA5hcMX6I98T5zvx4JI6qVNOg0YjYChruKBVgwIFI5fej3fDkkWc2Y9hmQ3DI V94Oz396t5k/bCf8iZG+dkmtoEbkkaboyrr+gvnP/SW3lVKimHmScO0EFO81eYBV3yeO 4/hQ== X-Gm-Message-State: AKaTC03bIyMz5udP2vThs2Lg21Ou8ldxWY51G3bb+XuzjqMLcOKSrlCdYue0pNx3fTaUHoAekNK5CP1MEnQy7Q== X-Received: by 10.107.19.22 with SMTP id b22mr10172873ioj.236.1479729714637; Mon, 21 Nov 2016 04:01:54 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.138.234 with HTTP; Mon, 21 Nov 2016 04:01:53 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Nov 2016 13:01:53 +0100 X-Google-Sender-Auth: XeZpA7xE925QHK7ZqCGanQjq9-E Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.2 From: kalle@php.net (Kalle Sommer Nielsen) Hi 2016-11-18 15:55 GMT+01:00 Nikita Popov : > Hi internals! > > I've submitted this RFC for PHP 7.1 previously, but didn't follow through > due to time constraints. Now I'd like to propose an extended version for > PHP 7.2 and vote on it sooner rather than later to avoid a repeat > performance. > > https://wiki.php.net/rfc/deprecations_php_7_2 I was actually gonna make an RFC for this, but the (real) cast and is_real() function, our third alias for float/double/real could be added to the deprecation list. It doesn't make much sense to keep three aliases where one of them is rarely used in "real" life applications. -- regards, Kalle Sommer Nielsen kalle@php.net